Need help regarding registry

sureshcse

New member
Joined
Dec 17, 2007
Messages
2
Programming Experience
Beginner
Hi friends,
I have one setup file which installs in the user system. I want to find out the list of registry keys it adds or modifies during install. Any free software or idea to find out?. Please help its a urgent issue.
 
You can either:

RegMon (legacy)


Process Viewer (newer)

Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.

Process Monitor runs on Windows 2000 SP4 with Update Rollup 1, Windows XP SP2, Windows Server 2003 SP1, and Windows Vista as well as x64 versions of Windows XP, Windows Server 2003 SP1 and Windows Vista.
 
Back
Top