You can do this with the Start-Job and Wait-Job cmdlets: Start-Job -Name Job1 -ScriptBlock { Remove-Appxpackage MyAppName } Wait-Job -Name ...
確定! 回上一頁