我电脑的Windows Management Instrumentation服务被禁用了,并且电脑装上了还原,后来发现这个Windows Management Instrumentation服务不能禁用,现在想写个批处理来启动这个服务(服务名称是"winmgmt" ):
@echo off
sc config "winmgmt" start = AUTO
net start "winmgmt"
exit
不过不能启动,希望高手指点,拜托了!
─────────────────── 版务记录 ────────────────────
执行:lxmxn
标题:新人求学。
说明:因标题表述过于模糊,不便于论坛的搜索和管理,请在三日内修改标题,否则扣除2点积分
参考:http://www.cn-dos.net/forum/viewthread.php?tid=7326&fpage=1
http://community.csdn.net/IndexPage/SmartQuestion.aspx
─────────────────── 版务记录 ────────────────────
[ Last edited by keger2 on 2007-6-25 at 10:17 AM ]
@echo off
sc config "winmgmt" start = AUTO
net start "winmgmt"
exit
不过不能启动,希望高手指点,拜托了!
─────────────────── 版务记录 ────────────────────
执行:lxmxn
标题:新人求学。
说明:因标题表述过于模糊,不便于论坛的搜索和管理,请在三日内修改标题,否则扣除2点积分
参考:http://www.cn-dos.net/forum/viewthread.php?tid=7326&fpage=1
http://community.csdn.net/IndexPage/SmartQuestion.aspx
─────────────────── 版务记录 ────────────────────
[ Last edited by keger2 on 2007-6-25 at 10:17 AM ]
