Creating a Desktop Shutdown, Restart and Logoff Button

If you have any questions or requests for tutorials, post a comment or pm me.

Additional Information:

To Shut Down:
%windir%\system32\shutdown.exe -f -s -t 0

To Log Off:
C:\WINDOWS\system32\logoff.exe

To Restart:
shutdown -r -t 0

Leave a Reply