DOS | ECHO G=FFFF:0000 ? DEBUG | Reboot | Warm boot, sometimes cold boot. May not work with "exotic" memory managers, like Quarterdeck's QEMM or DesqView; in that case, use RESET.COM instead. | ||||||||||||||||||
Win31* | ECHO G=FFFF:0000 ? DEBUG | Task Manager popup | And sometimes reboot | ||||||||||||||||||
Win9* | RUNDLL USER.EXE,ExitWindows | Shutdown (2) | |||||||||||||||||||
Win9* | RUNDLL USER.EXE,ExitWindowsExec | See Remarks | Win95: various results, usualy fast shutdown (and lock PC), sometimes restart Windows, sometimes reboot. Win98: Restart Windows, sometimes reboot. | ||||||||||||||||||
Win9* | RUNDLL SHELL.DLL,RestartDialog | Restart dialog | "System Settings Changed, Do you want to restart your computer now?" dialog | ||||||||||||||||||
Win98 | RUNDLL32 KRNL386.EXE,exitkernel | Poweroff | Poweroff for ATX boards only, otherwise normal shutdown (3) | ||||||||||||||||||
Win98/ME | RUNDLL32 SHELL32.DLL,SHExitWindowsEx n | See Remarks |
| ||||||||||||||||||
Win98/ME | RUNONCE.EXE -q | Reboot (4) | |||||||||||||||||||
NT4 | See Reboot NT on my Solutions found in alt.msdos.batch page | Reboot | Reboot immediately | ||||||||||||||||||
NT4 | RUNDLL32 USER32.DLL,ExitWindowsEx | Logoff | Most systems require the command to be called twice before logging off | ||||||||||||||||||
NT4+RK W2K+RK | SHUTDOWN /L /R /T:0 /Y | Reboot | Immediate shutdown & reboot | ||||||||||||||||||
NT4+RK W2K+RK | SHUTDOWN /L /T:10 /Y /C |