Tricky Tricks

Discussion in 'Windows' started by GvidoR, Nov 6, 2008.

  1. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    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
    Name it : Shut Down, Turn Off or whatever and you will end up with this:

    [​IMG]

    Now, right click on it » Properties » Change Icon
    You can select this

    [​IMG]

    And now... DONE!!!

    Now... Code for Restart Button

    Code:
    shutdown -r -t 00
    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
    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]

    DONE!!!

    NOTE: 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
     
    GvidoR, Nov 6, 2008
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.