Hack Forums

Full Version: Logout,restart and shutdown on desktop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I hate restrictions so here i will learn you on how to put logout, restart and shutdown shortcuts on your desktop.

1:First you right click on the desktop and select new, shortcut.
2:Now type in for

Restart: shutdown -r -t 00
Shutdown: shutdown -s -t 00
Log Out: shutdown -l -t 00

And click on next and choose the name for it and click finish.

Now you got a icon on your desktop.

If you want to change the icon:

1:Right click it, properties, change icon, a pop up will come just click ok, select the icon you want and press ok, then apply and ok.

Ty for reading :D
you can also do that with commmand prompt
personally i like the satisfaction of attaching the command FTYPE and watching all of the codes go by before it does anything

@echo off
cls
ftype
cls
---rest of code
Simple I already know this stuff.
good for you man, and this is a really old thread
Reference URL's