开发者

Read all registry keys in subfolder WSH

开发者 https://www.devze.com 2023-03-11 04:08 出处:网络
I am trying to read all the registry keys below this path: HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\

I am trying to read all the registry keys below this path:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\

Under 开发者_StackOverflowthat folder there are a list of GUIDs that I want to get

Edit - I cannot use .Net

Thanks.


You can use the REG.exe QUERY command and capture the results (see this page: http://www.rgagnon.com/wshdetails/wsh-0017.html)

reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
0

精彩评论

暂无评论...
验证码 换一张
取 消