Visual Studio uses a private registry hive instead of "polluting" the system registry - typically found somewhere like this:
C:\Users\Abx\AppData\Local\Microsoft\VisualStudio\15.0_4b0ba1c0\privateregistry.bin
[In order to determine installed extensions we need to look at the following key:
Software\Microsoft\VisualStudio\15.0_4b0ba1c0\ExtensionManager\EnabledExtensions
]
What is the simplest way to load and access this file by key in C#?
To manually review, you can use the regedit.exe application to load the privateregistry.bin file by doing the following:
To programmatically access the key RegLoadAppKey is indeed your best bet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With