标签: powershell-v2.0
窗口锁定时是否可以运行电源外壳?
while (Get-Process | Where-Object { $_.Name -eq 'LogonUI' }) { Write-Host "Windows locked out" }