WizardKit/setup/pe/additions/Windows/System32/custom.doskey
2Shirt 6a5a944ea0
Refactor notepad replacement in WinPE
The registry method has proved problematic.  This DOSKEY method seems
less error prone since it's evaluated at runtime.
2024-09-09 20:12:54 -07:00

5 lines
160 B
Text

notepad="%ProgramFiles%\NotepadPlusPlus\notepad++.exe" $*
poweroff=wpeutil shutdown
reboot=wpeutil reboot
restart=wpeutil reboot
shutdown=wpeutil shutdown