摘要:
批处理中使用vbs1 列举自启动的服务@echo for each sc in getobject("winmgmts:\\.\root\cimv2:win32_service").instances_ >sc.vbs@echo if sc.startmode="Auto" then wscript.echo sc.name^&" - "^&sc.pathname >&... 阅读全文
posted @ 2009-11-17 17:43
iTech
阅读(2857)
评论(0)
推荐(0)