Related Quick shutdown in Windows 98
More Info MS KB143272
More Info MS KB186925
Note one can also create an icon that will reboot the machine when clicked. Make a shortcut with this target command line:
rundll32.exe shell32.dll,SHExitWindowsEx 2
Besides doing reboot(2) one can also use the following values:
More Info MS KB193624Besides doing reboot(2) one can also use the following values:
- 0 = Logoff
- 1 = Shutdown
- 2 = Reboot
- 4 = Forced shutdown
- 5 = Power Off
More Info MS KB234216
"December 31, 1999"
whoa