Hi all,
Need some help, I would like to build a script file that will make numerous changes to things like folder view preferences, task bar settings etc. I would run this after my initial logon to a machine. So wanting to modify the current user settings.
So I'd like to find a way to track all the changes that get made as I run through the list of things I want in the script.
I tried running Process Monitor, but it tracks way too many changes for me to find the needles in the hay stack.
My initial google and MSFN searches haven't found a good solution for me.
Thanks.
Page 1 of 1
Tracking registry cleaners Need help with tools to do this
#2
Posted 04 July 2009 - 09:53 AM
Regshot 2 Unicode. It will make a redo reg or inf file for you and it's free. There's one here somewhere in the nLite addons section. Just extract it from the addon. The original website is no more.
#3
Posted 04 July 2009 - 11:50 PM
Wrayth, on Jul 4 2009, 11:16 AM, said:
I tried running Process Monitor, but it tracks way too many changes for me to find the needles in the hay stack.
ProcMon and RegMon (one of its parents) could 'drop' certain events, meaning that it is theoretically possibile to lose track of some changes you made. This problem exists for all realtime capture utilities.
Snapshot utilities, which I believe includes RegShot (already suggested by -X-), are what you want. It simply makes a comparison of the registry data before and after and presumably creates a ready to use 'patch' file.
If you have no such utility there is the classic (but manual ;-) method ...
0) ***
1) export registry to text file (e.g., RegDump_A.reg)
2) make changes (only)
3) export registry to text file (e.g., RegDump_B.reg)
4) WinDiff RegDump_A.reg RegDump_B.reg
You have to collect the changes from WinDiff and piece together the registry file you want.
*** Note: it is extremely helpful to only make changes at step 2) and do nothing else. Any dialog boxes and other necessary GUI stuff that you intend on working in to make these changes, should already be open before you first save the registry. Ideally at step 2) you might only click Apply having pre-selected a color for example. This will help isolate only the registry settings you want and not clutter things up with registry settings that are consequences of clicking around windows (MRU and other housekeeping).
Whether you use WinDiff or RegShot this advice still stands. Try to do as few clicks as possible at the registry snapshot phase.
#4
Posted 16 July 2009 - 09:28 AM
Here's a link to where you can currently download it :
http://regshot.ru/20/
It's in Russian, I used google translate to be able to read it in English. When you download it, you'll want to change the language in the bottom right corner to English.
Moderator Note
For those unable to understand the language sufficiently enough to make the download, click on the button which reads Загрузить
http://regshot.ru/20/
It's in Russian, I used google translate to be able to read it in English. When you download it, you'll want to change the language in the bottom right corner to English.
Moderator Note
For those unable to understand the language sufficiently enough to make the download, click on the button which reads Загрузить
This post has been edited by Yzöwl: 16 July 2009 - 02:42 PM
Reason for edit: Note Added.
#5
Posted 16 July 2009 - 11:03 AM
Here is Regshot 2.0.1.66 Unicode silent unattended installer. http://www.msfn.org/board/index.php?showto...t=0#entry799782
#6
Posted 17 July 2009 - 03:45 PM
Thank you folks,
I'll give that a try.
I really appreciate it.
I'll give that a try.
I really appreciate it.
Share this topic:
Page 1 of 1



Help
Back to top










