【发布时间】:2015-08-19 10:10:38
【问题描述】:
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "calc" ,,true
msgbox "Calc finished"
WSHShell.Run "userinit.exe"
我需要从脚本开头禁用 Taskmanager,直到执行 userinit.exe。我正在使用Win 7,但我不知道该怎么做。 (我搜索了很多,但没有任何效果)
【问题讨论】:
标签: windows powershell vbscript taskmanager