码迷,mamicode.com
首页 > 其他好文 > 详细

【vbs】查询客户端上的应用程序

时间:2018-08-29 19:56:19      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:obj   object   roo   current   amp   name   tst   software   查询   

方法一:

strHost?=?"."
Const?HKLM?=?&H80000002
Set?objReg?=?GetObject("winmgmts://"?&?strHost?&?_
????"/root/default:StdRegProv")
Const?strBaseKey?=?_
????"Software\Microsoft\Windows\CurrentVersion\Uninstall\"
objReg.EnumKey?HKLM,?strBaseKey,?arrSubKeys
?
For?Each?strSubKey?In?arrSubKeys
????intRet?=?objReg.GetStringValue(HKLM,?strBaseKey?&?strSubKey,?_
????????"DisplayName",?strValue)
????????
????If?(strValue?="Vbsedit")?and?(intRet?=?0)?Then
????????WScript.Echo?strValue
????End?If
Next

【vbs】查询客户端上的应用程序

标签:obj   object   roo   current   amp   name   tst   software   查询   

原文地址:https://www.cnblogs.com/acadia/p/9556368.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!