The registry method has proved problematic. This DOSKEY method seems less error prone since it's evaluated at runtime.
5 lines
160 B
Text
5 lines
160 B
Text
notepad="%ProgramFiles%\NotepadPlusPlus\notepad++.exe" $*
|
|
poweroff=wpeutil shutdown
|
|
reboot=wpeutil reboot
|
|
restart=wpeutil reboot
|
|
shutdown=wpeutil shutdown
|