Sunday, November 9, 2008

Fake shut down Virus.

DO you want to scare your friends with this fake virus it will
shout down your pc with in certian time and with a virus aleart notification
Here is a screen shot



Let's us proceed

Creating it.

Creating a Shortcut in the desktop
Right click>New>Short cut
Then paste

shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."


and give the name game,funny clip or any thing that will attract the
user attention .

Using it.

Now just double click on the icon and you will see the dilaog box like this
and at the end of the time limit your pc will shutdown.

Stoping it

You can stop it under the given time period ,If you have copyed the above code
then it will be 100 seconds.
to stop it click on start>run
and pste this ,

shutdown -a


Modifying it

Instead of shuting it down you can

insert this code, instead of this [shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."]
code while creating a short cut.

Restart,
with this code
shutdown -r -t 10 -c "Virus detected Restarting..."


Log Off,
with this code
shutdown -l


Changing the time limit

shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."
Here the limit is 100 seconds you can change it to any number.
eg.changing the hunderd into 15 seconds

shutdown -s -t 15 -c "ViRuS DeTeCtEd Shutting Down..."


Extra info


-s - This signify Shutdown.
-r - This signify Restart .
-l - This signify LogOff .
-t - This signify the timer before Restart or shutdown of the computer.
-c - This signify comment. [note don't put comments in the logging off code it is useless]

You can also start this ,through command prompt

click on start>run
then paste the code i.e

For Shutdown
shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."


For Restart
shutdown -r -t 10 -c "Virus detected Restarting..."


For Logging off

shutdown -l

______________________________________________
Drop me a comment and tell me weather you liked it or not.
I would like to than the internet[cause i could not trace the real author and all the authors were in the net] for the codes the rest i have modified it.
_____________________________________________

No comments:

Post a Comment

Comments and Back Links are made here to follow please Read our comments policy before writing any comments.