The Windows registry is also the main reason for viruses. Modifying values in registry to disrupt programs is very easy by understanding basics of Windows registry. There is more than one method to modify the registry.
The most simplest way to modify the registry is by a simple method:
- Understand the registry properly including the keys and values. You can get information at this site: http://support.microsoft.com/kb/256986
- Write the change keys into a notepad file and save it as FileName.reg
- Write a batch file containing list of commands to open the *.reg file
- Write autorun for the batch file to run during startup of windows
Voila! You have successfully modified registry.
Other methods include visual basic scripting (vbs), java scripting (js) or C programs.
In my next post I will show a simple method to modify registry using the first method (reg bat method)

No comments:
Post a Comment