2. FAKE COMPUTER VIRUS #2
This fake virus will display a warning message on your desktop and then shut your computer down in 30 seconds.
To stop your computer from shutting down go to start > run then type "shutdown -a" then press enter .
How to create the fake virus -
Create a new shortcut on your desktop.
When asked for the location
the shortcut leads to type in the text below highlighted in blue.
shutdown -s -t 30 -c "Virus activated"
Name the file anything you want then save it.
The number 30 indicates the amount of seconds the screen will count down for before closing down your computer and is completely adjustable.
The "Virus activated" is the message the fake virus will display and is can be altered to display any message you want.
To change the shortcut icon you have to right click then select "properties" and choose the "change icon" option. This will take you into shell32.dll where you can choose any of the default Windows icons for your shortcut. Or you can use the browse button in the "change icon" tab and browse into your program files directory and use the icon of any of the software you have installed on your computer. |