Jump to content

How do we find registry changes?


Vivek221
 Share

Recommended Posts

Use

RegNotifyChangeKeyValue

http://msdn.microsoft.com/en-us/library/windows/desktop/ms724892%28v=VS.85%29.aspx

I 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 by WinkleDoodle
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...