How to make a computer virus in just 3 minutes

Take it easy, it’s just a prank!
In fact it’s about modifying a shutdown icon into a …”virus”.
To do this is necessarily to locate a shortcut which you believe the computer user is using it frequently. Let’s say Internet Explorer icon.
Right click on the shortcut, properties, into the Target field paste this:
shutdown -s -t 10 -c [...]

Tips and tricks

How to abort a shutdown

If you accidentally click on shutdown button and you want to abort it you need to do the following:
-Click Start
-Click run
-Type in: shutdown -a
-Enter (or click OK)
The second method is pretty the same but little more easy. You follow the same steps but you type in run console: cmd and Enter, instead shutdown -a.
Anyway, for [...]

How to