Hello I am going to teach how to make Shut Down and Restart buttons on your Windows desktop. As well as that I'll show you how to make a fake virus. ;) Lets get started. First I'll do the shutdown button. Right click anywhere, where is a free place on desktop » New... » Shortcut Location [code]shutdown -s -t 00[/code] Name it : Shut Down, Turn Off or whatever and you will end up with this: [img]http://img406.imageshack.us/img406/6166/shutdowngf1.png[/img] Now, right click on it » Properties » Change Icon You can select this [img]http://img360.imageshack.us/img360/7330/shuttll6.png[/img] And now... DONE!!! Now... Code for Restart Button [code]shutdown -r -t 00[/code] Unfortunately there is no restart icons!! :( And now... FAKE VIRUS!!!!!!!!!!!!! Open notepad type in: [code]do x=msgbox("You've catched a virus!",16,"Virus Alert") loop[/code] save it in C:\Program Files (So no one see's that something weird is somewhere) as virus.vbs right click it » create shortcut place it on desktop rename it to "Internet Explorer" and right click it » Properties » Change Icon and select the Internet Explorer Icon You should end up with this: [img]http://img511.imageshack.us/img511/3113/fakevirusfc8.png[/img] DONE!!! [b]NOTE:[/b] The only way you can get out of it is by opening Task Manager (Ctrl + Alt + Del) » End Task and wait for about 10 seconds for it to close! Enjoy! Gvido