Anonymous
05-23-1999, 01:03 AM
I've found a way to add icons to the desktop for rebooting the o/s and shutting down the computer. I really want to find out what is the command line (if any) to reboot the entire computer. Here are the command lines to shutting down and rebooting o/s...
To Create an icon on the desktop for restarting windows...do the following...
1. Right click on desktop, new, shortcut
2. Copy this into the command line...
C:\WINDOWS\RUNDLL.EXE user.exe,ExitWindowsExec
3. Name and change the icon if you wish.
To create an icon on the desktop for Shutting Down the computer do the following...
1. Right click on desktop, new, shortcut
2. Copy this into the command line...
C:\WINDOWS\RUNDLL.EXE user.exe,ExitWindows
3. Name and change the icon if you wish.
To Create an icon on the desktop for restarting windows...do the following...
1. Right click on desktop, new, shortcut
2. Copy this into the command line...
C:\WINDOWS\RUNDLL.EXE user.exe,ExitWindowsExec
3. Name and change the icon if you wish.
To create an icon on the desktop for Shutting Down the computer do the following...
1. Right click on desktop, new, shortcut
2. Copy this into the command line...
C:\WINDOWS\RUNDLL.EXE user.exe,ExitWindows
3. Name and change the icon if you wish.