Vivek221 Posted December 26, 2011 Posted December 26, 2011 (edited) Hello again, I want to find the registry changes made when installing a software. I am using Windows 7 OS. Please suggest some ways to do it. Regards, Vivekananda Edited December 26, 2011 by Vivek221
AdmiralAlkex Posted December 26, 2011 Posted December 26, 2011 I would simply use Process Monitor... .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Chimaera Posted December 26, 2011 Posted December 26, 2011 Or Sandboxie http://www.sandboxie.com/ If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices()
Zedna Posted December 26, 2011 Posted December 26, 2011 I use RegShot Resources UDF ResourcesEx UDF AutoIt Forum Search
WinkleDoodle Posted December 26, 2011 Posted December 26, 2011 (edited) Use RegNotifyChangeKeyValuehttp://msdn.microsoft.com/en-us/library/windows/desktop/ms724892%28v=VS.85%29.aspxI think theres examples on the forum, search.[Edit]If you wanted software to do it for you then you are on the wrong section of the forum and a moderator will move this topic to the appropriate section, have a very nice day! Edited December 26, 2011 by WinkleDoodle
Vivek221 Posted December 27, 2011 Author Posted December 27, 2011 Thank you all. I wanted to see what registry changes a software makes during installations. So that i can easily find the software installed on a PC. Finally i ended up using RegRead and RegEnumKey("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall",$instance). This did the trick. Regards, Vivekananda
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