You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
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\?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, firstly thanks for the tool!
Here's what I did
- 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
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Kits\
?The text was updated successfully, but these errors were encountered: