- Thread Author
- #1
Trying to query the registry to return location of Windows SDK installation. The key exists.
******** paste from cmd.exe run as admin ***************
D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64>reg query "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows" /v "CurrentInstallFolder"
Access is denied.
D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64>
******************************************************************
Also tried it from C:\Windows\System32, same result.
How do I get the command to execute?
******** paste from cmd.exe run as admin ***************
D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64>reg query "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows" /v "CurrentInstallFolder"
Access is denied.
D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64>
******************************************************************
Also tried it from C:\Windows\System32, same result.
How do I get the command to execute?