Creating a "reboot" icon on your desktop
8:46 AM
Reboot your machine Icon - If you want to be able to quickly reboot
your desktop with the swing of your mouse, do the following.
Right click on your desktop, and select "New", then "shortcut". Paste the following command in the location that pops up:
<code>
%windir%\System32\shutdown.exe -r -t 0
</code>
Click Next, type in "Reboot Machine" for the name, and click finish. You can move this icon anywhere on your desktop, including the quick launch bar, the task bar, or even leave it on your desktop.
Right click on your desktop, and select "New", then "shortcut". Paste the following command in the location that pops up:
<code>
%windir%\System32\shutdown.exe -r -t 0
</code>
Click Next, type in "Reboot Machine" for the name, and click finish. You can move this icon anywhere on your desktop, including the quick launch bar, the task bar, or even leave it on your desktop.
0 comments