python - A command line for registry comparison tool -


i looking command line api tool of comparing registry keys before , after operations doing.

i've found tool here , don't see option operate tool via command line interface, through gui.
know if tool has command line api option, or know other tools allowing me comparing registry state via command line api?

you can first query registry 2 results in plain text format. compare results suitable tool.

options querying:

  1. the reg command

    https://technet.microsoft.com/en-us/library/cc732643.aspx

    http://ss64.com/nt/reg.html

  2. the regedit command may useful.

  3. powershell´s get-itemproperty

    https://technet.microsoft.com/en-us/library/ee176852.aspx

    http://ss64.com/ps/get-itemproperty.html


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -