diff --git a/upd.ps1 b/upd.ps1 index e6e3335..c1e99e1 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -1,4 +1,4 @@ Start-Job -Name SleepForUpd -Scriptblock { Start-Sleep -s 5 - Start-Process "https://geekprank.com/win10-update/" + Invoke-WmiMethod -Class Win32_Process -Name Create -ArgumentList "https://geekprank.com/win10-update/" }