anshi009009 当前离线
列兵
Set wins = CreateObject("Shell.Application").Windows If not IsNull(wins) Then For Each w In wins If InStr(LCase(w.FullName), "\explorer.exe") >0 Then w.Quit Next End If复制代码
ivor 当前离线
上校
powershell "Stop-Process -Name explorer"复制代码
TOP