Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts.
At this point I realized there was still some reg keys lying around
Ran this tool
Noticed there was still some reg keys lying around
Specifically the main key that is causing a problem is HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0, I use this key to detect Windows 10 SDKs in some tooling.
I guess my questions are
Is it expected for this tooling to remove that key?
Do you know of a better (more reliable) way to detect Windows 10 SDKs on the system? I took a look through and maybe I should be using Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Kits\?
Hey, firstly thanks for the tool!
Here's what I did
Specifically the main key that is causing a problem is
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0
, I use this key to detect Windows 10 SDKs in some tooling.I guess my questions are
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Kits\
?