[登录]
[注册]
标签
会员
帮助
MCSE技术论坛
»
开发者俱乐部
»
windows脚本
»
删除软件
社区事务
站务交流
ITProCity相聚同城,追逐梦想
友情链接
服务点券投诉处
在线活动
test
微软上海社区
微软基础架构
Windows Server 2003/2008
Active Directory
Microsoft SQL Server 2005/2008
Windows XP/Vista
虚拟化技术
Windows7
Office System
Unifing Communication
Sharepoint Server
Exchange Server
Dynamics CRM
Office System
Microsoft Project
微软安全解决方案
ISA Server
Forefront
Systems Management Server&System Center
开发者俱乐部
windows脚本
C#
恺梯实验室
考试认证
微软认证
实验手册
题库资源
思科网络技术
H3C
ITProlive团队
活动目录管理软件
活动目录报表软件
OCS管理工具
解决方案&资料下载
Windows知识库
解决方案
其他资料
[分享]
删除软件
[
5467
查看 /
5
回复 ]
返回列表
发送短消息
UID
1
精华
109
lingluo18@hotmail.com
lingluo
3281945
查看公共资料
搜索帖子
洛洛
组别
管理员
生日
1985-2-26
帖子
3564
积分
19665
服务点券
8945.94 点
性别
注册时间
2007-01-25
洛洛
2008-01-22 09:17
显示全部
1
#
字体大小:
t
T
描述
卸载使用 Windows Installer 安装的假定软件程序。
脚本代码
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colSoftware = objWMIService.ExecQuery _
("Select * from Win32_Product Where Name = 'Personnel database'")
For Each objSoftware in colSoftware
objSoftware.Uninstall()
Next
复制代码
分享
转发
欢迎大家和我联系 MCSE2003\MCSA2003\MCP\MTO\MVP QQ群:http://www.mcse.org.cn/showtopic-5035.html bbs:http://www.mcse.org.cn msn:lingluo18#hotmail.com mail:lingluo18#gmail.com
TOP
返回列表
上一主题
|
下一主题
发新主题
社区事务
站务交流
ITProCity相聚同城,追逐梦想
友情链接
服务点券投诉处
在线活动
test
微软上海社区
微软基础架构
Windows Server 2003/2008
Active Directory
Microsoft SQL Server 2005/2008
Windows XP/Vista
虚拟化技术
Windows7
Office System
Unifing Communication
Sharepoint Server
Exchange Server
Dynamics CRM
Office System
Microsoft Project
微软安全解决方案
ISA Server
Forefront
Systems Management Server&System Center
开发者俱乐部
windows脚本
C#
恺梯实验室
考试认证
微软认证
实验手册
题库资源
思科网络技术
H3C
ITProlive团队
活动目录管理软件
活动目录报表软件
OCS管理工具
解决方案&资料下载
Windows知识库
解决方案
其他资料
帖子标题
作者
版块
我的资料