re: Question about 'Restart Windows without Restarting your Computer'
Wednesday, November 27, 2002 at 11:45 pm Windows 98 Annoyances Discussion Forum
Posted by Aleksander
(3 messages posted)
==================================
So, this is a summary of shortcuts working on my computer (Win 98 SE) :
"Restart" shortcut (warm reboot - Windows restart only) :
C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsExec
"Reboot" shortcut (cold reboot - restart complete) :
C:\WINDOWS\RUNDLL32.EXE shell32,SHExitWindowsEx 2
"Shutdown" shortcut :
C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows
Thanks for help :)))
==================================
On Wednesday, November 27, 2002 at 4:53 am, Deke wrote:
>Just tried this and it works:
>
>For the Windows "Restart!" (warm reboot) shortcut (all Windows 95/98 releases):
>C:\WINDOWS\RUNDLL.EXE C:\WINDOWS\SYSTEM\USER.EXE,ExitWindowsExec
>Note that you canNOT use RUNDLL32.EXE for this last command with Win98/98 SE because
>the GUI does NOT support this 32-bit DLL API redirect from the command line, and
>after all USER.EXE is a "plain" 16-bit executable. :(
>
>
>For the Windows complete (cold) "Reboot!" shortcut (Windows 98/98 SE only):
>C:\WINDOWS\RUNDLL32.EXE C:\WINDOWS\SYSTEM\SHELL32.DLL,SHExitWindowsEx 2
>
>Jim-What is the difference between the (warm) and (cold) reboot?
>
>Courtsey of Fork_Boy
>
>
>
|
All messages in this thread [show all]
 |  |  | re: Question about 'Restart Windows without Restarting your Computer' (Aleksander: Wed, Nov 27, 2002, 11:45 pm) |
| |
| |
Return to the Windows 98 Discussion Forum
|
|