G
Guest
Hi PC Enthusiasts,
To put a shutdown icon on your desktop, right-click on your desktop and choose New, Shortcut. In the command line, enter: rundll.exe user.exe,exitwindows
and then click Next. Type a name "Shut Off" for the Shortcut in the next box, and then click finish. You can now double-click this icon to shut down your computer, without going to the Start menu.
The above trick works for Win95 & Win98. Who knows the right command line for Windows XP machine?
Regards,
Rino
To put a shutdown icon on your desktop, right-click on your desktop and choose New, Shortcut. In the command line, enter: rundll.exe user.exe,exitwindows
and then click Next. Type a name "Shut Off" for the Shortcut in the next box, and then click finish. You can now double-click this icon to shut down your computer, without going to the Start menu.
The above trick works for Win95 & Win98. Who knows the right command line for Windows XP machine?
Regards,
Rino
. Open in Start / Run / type cmd.exe / OK. Change Directory twice by typing cd.. then press Enter key (do it twice) to uplevel to root of C:\> then type shutdown.exe -u and press Enter key (a space in -u).