How do I make Powershell wait until a command is done. 6 hours ago Start-Job -Name Job1 -ScriptBlock { Remove-Appxpackage MyAppName } ...
確定! 回上一頁