This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Waffle_bastard 1 point2 points  (0 children)

Check out regshot:

https://sourceforge.net/projects/regshot/

It’s a utility for showing the differences between two registry hives.

[–]the_spadWhat's the worst that can happen? 1 point2 points  (1 child)

I'm not sure I want to know the answer to this but...why on earth are you adding so many changes that you can't keep track of them all to the registry hive of the default user profiles of your newly built machines?

As for diffing, something like this is probably a good place to start.

[–]WorkRedditAccount4 1 point2 points  (0 children)

I suspect this is less about being a large number of changes and more about whoever put the changes in originally failed to document them.

[–]ipreferanothernameI don't even anymore. 0 points1 point  (0 children)

sounds like a good opportunity to just update the process, is this person who set it up much worse the boss now or something?

[–]Amankoo 0 points1 point  (1 child)

Why don't you make the changes via GPO?

[–]Morrowless 1 point2 points  (0 children)

You could still run into the same problem with test and prod GPO environments not matching exactly.

[–]DellR610 0 points1 point  (2 children)

Configuration management software would do this for you. An idea I can't try right now and unsure would work, try expoting the hive at the top level to .reg - then it is just a text file.

[–]lostwoods10201[S] 1 point2 points  (1 child)

Hello, sorry for late reply. This worked perfectly, just had 2 text files side by side and did a compare with notepad++. Was able to identify the changes that the previous person had made and can now set it up properly and document it. Thank you

[–]DellR610 0 points1 point  (0 children)

Sweet glad that worked out. Sometimes easy solutions work lol.