mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 20:31:39 +02:00
Adding support for Pogostick - Offline Windows Password and Registry Editor
http://pogostick.net/~pnh/ntpasswd
This commit is contained in:
parent
fae543c930
commit
8ce7341c7e
@ -57,6 +57,7 @@ Full documentation is at ReadTheDocs:
|
|||||||
* [HDT](http://www.hdt-project.org/)
|
* [HDT](http://www.hdt-project.org/)
|
||||||
* [Memtest](http://www.memtest.org/)
|
* [Memtest](http://www.memtest.org/)
|
||||||
* [Partition Wizard](http://www.partitionwizard.com)
|
* [Partition Wizard](http://www.partitionwizard.com)
|
||||||
|
* [Pogostick - Offline Windows Password and Registry Editor](http://pogostick.net/~pnh/ntpasswd)
|
||||||
* [Super Grub2 Disk](http://www.supergrubdisk.org)
|
* [Super Grub2 Disk](http://www.supergrubdisk.org)
|
||||||
|
|
||||||
#### Feedback
|
#### Feedback
|
||||||
|
@ -61,6 +61,7 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
|
|||||||
* [HDT](http://www.hdt-project.org/)
|
* [HDT](http://www.hdt-project.org/)
|
||||||
* [Memtest](http://www.memtest.org/)
|
* [Memtest](http://www.memtest.org/)
|
||||||
* [Partition Wizard](http://www.partitionwizard.com)
|
* [Partition Wizard](http://www.partitionwizard.com)
|
||||||
|
* [Pogostick - Offline Windows Password and Registry Editor](http://pogostick.net/~pnh/ntpasswd)
|
||||||
* [Super Grub2 Disk](http://www.supergrubdisk.org)
|
* [Super Grub2 Disk](http://www.supergrubdisk.org)
|
||||||
|
|
||||||
### Source Code
|
### Source Code
|
||||||
|
@ -9,6 +9,7 @@ item hdt ${space} Hardware Detection Tool
|
|||||||
item memtest ${space} MemTest86+
|
item memtest ${space} MemTest86+
|
||||||
item netbootcd ${space} NetbootCD.us
|
item netbootcd ${space} NetbootCD.us
|
||||||
item partition_wizard ${space} Partition Wizard
|
item partition_wizard ${space} Partition Wizard
|
||||||
|
item pogostick ${space} Pogostick - Offline Windows Password and Registry Editor
|
||||||
item supergrub ${space} Super Grub2 Disk
|
item supergrub ${space} Super Grub2 Disk
|
||||||
item --gap netboot.xyz tools:
|
item --gap netboot.xyz tools:
|
||||||
item testpr ${space} Test netboot.xyz branch
|
item testpr ${space} Test netboot.xyz branch
|
||||||
@ -73,6 +74,12 @@ initrd http://www.partitionwizard.com/download/pwfree91-x64.iso
|
|||||||
boot
|
boot
|
||||||
goto utils_exit
|
goto utils_exit
|
||||||
|
|
||||||
|
:pogostick
|
||||||
|
kernel ${memdisk} iso raw
|
||||||
|
initrd http://pogostick.net/~pnh/ntpasswd/cd140201.zip
|
||||||
|
boot
|
||||||
|
goto utils_exit
|
||||||
|
|
||||||
:supergrub
|
:supergrub
|
||||||
kernel ${memdisk} iso raw
|
kernel ${memdisk} iso raw
|
||||||
initrd https://forja.cenatic.es/frs/download.php/file/1844/super_grub2_disk_hybrid_2.02s3.iso
|
initrd https://forja.cenatic.es/frs/download.php/file/1844/super_grub2_disk_hybrid_2.02s3.iso
|
||||||
|
Loading…
x
Reference in New Issue
Block a user