How can I see which registry keys are written during the installation of a program?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Breezy Bay
--
Chapters
00:00 How Can I See Which Registry Keys Are Written During The Installation Of A Program?
00:19 Accepted Answer Score 9
00:32 Answer 2 Score 21
00:46 Answer 3 Score 8
01:29 Answer 4 Score 1
01:47 Thank you
--
Full question
https://superuser.com/questions/1333377/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #installation
#avk47
ANSWER 1
Score 21
Use Process Monitor for this purpose. RegMon and FileMon are merged into this and it can now be used to monitor process, registry and files.
ACCEPTED ANSWER
Score 9
Revo Uninstaller will track an installation and show you all files and registry entries that are written during an installation.
ANSWER 3
Score 8
Use a software that does Registry Snapshots like RegShot2.
Regshot2 Unicode is a registry change and file system change detection diff tool that takes snapshots, generates HTML reports, and creates automatic REG undo/redo scripts. The program can save/load snapshots to file for later use, while registry path and file path inclusion/exclusion rules can be set to include/exclude paths in the snapshots.
- Do a registry snapshot
- install the software
- do a 2nd snapshot and let the software compare the 2 snapshots for diffs.
Now you see the new/altered registry settings.
ANSWER 4
Score 1
The best tool for this is process explorer by Windows Sysinternals. It's free tools that can view file and registry handles of any program running on the system.
Here's the link:
https://docs.microsoft.com/en-us/sysinternals/downloads/process-utilities)