When you are making some changes to your system settings, wouldn’t it be great to see what is actually changing in the registry? This would be really helpful when the changes you have made doesn’t work as expected and you want to reverse the changes but can’t without actually editing the registry.
Here is how you can track what exactly gets changed in the registry.
- Start Regedit
- Select the top level (Computer).
- On the menu select File>Export and save the file to any location. However, I would recommend saving the file to root of any drive (C, D etc). You can name the file ‘before’.
- Make any change to your system.
- Go back to Regedit and press F5 to refresh it.
- Repeat step 3 and export the registry once again and save it in the same directory as before. This time name the file as ‘after’.
- Open up a DOS window (Command prompt)
- Go to the drive/directory where you saved the two exported file.
- Enter the command fc before.reg after.reg > diff.txt.
- The output file (diff.txt) will contain the changes made to the registry.
You May Also Be Interested In...
- How to change the default location where new programs are installed
- How to print a list of contents of a Folder/Directory
- How to launch system restore from command prompt in Windows XP
- Fastest way to import your contacts into Gmail
- Easily print a file or folder list with Karen’s Directory Printer
- Hide any file inside any other file
- Get rid of the false ‘Disk Full’ message on your thumb drive
- How to remove a user from the Windows XP welcome screen
Subscribe Now
If you enjoyed this post, you will definitely enjoy our others. Subscribe to the feed to get future posts delivered right to your mailbox or feedreader.


