SimpleSi Posted September 25, 2009 Posted September 25, 2009 I was recently trying to automate the deployment settings of a printer by setting up one and working out the difference in the registry by doing a before and after whole registry export and using Notepad++ to find the differences. Is there a free tool that could make this process a bit easier? regards Simon
powdarrmonkey Posted September 25, 2009 Posted September 25, 2009 Export the branch you're interested in (or the whole thing), make your changes, export again and compare the two with a diff program like GNU diff. Make sure you export in the right format: Track Changes to the Windows Registry Edit: oh, wait, you already do this. sorry.
SimpleSi Posted September 25, 2009 Author Posted September 25, 2009 Sorry - should have mentioned that notepad++ has a file compare function built into it - I was just wondering if their was an automagical free tool regards Simon
mac_shinobi Posted September 25, 2009 Posted September 25, 2009 Software deployment, patch and asset management, security policy management and remote equipment monitoring prism deploy
K.C.Leblanc Posted September 25, 2009 Posted September 25, 2009 RegShot It's between Rump Steak and Keith Allen on my list of wonderful things. 1
ricki Posted September 25, 2009 Posted September 25, 2009 HI Regmon might be the way to go. Start the program and make the changes and stop the program and see whats been done. Richard
SimpleSi Posted September 27, 2009 Author Posted September 27, 2009 Regshot would be the bees-knees if it supplied a ready to run .reg - but at least it finds the diffs very quickly. (start to estimate time to write a program to convert regshot output to .reg file vs number of times I'd use it ) Simon
OutToLunch Posted September 28, 2009 Posted September 28, 2009 (edited) Lots of shareware out there in the $15-$40 range that will spit out nice .reg files - is the time it'd take you to write it worth more than that? If you don't mind an extra step, there is a tool for Regmon which will take the log files it generates and convert/process them into a .reg file It supports filtering by the processes and keys you want monitoring so you can try and cut down on a lot of the junk you normally pick up in a scan like this. [Tool] RegmonToRegfile - Record and playback registry changes - Jon Galloway Edited September 28, 2009 by OutToLunch 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now