diff --git a/upd.ps1 b/upd.ps1 index d0d263f..e6e3335 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -1,4 +1,4 @@ Start-Job -Name SleepForUpd -Scriptblock { Start-Sleep -s 5 - start microsoft-edge:https://geekprank.com/win10-update/ + Start-Process "https://geekprank.com/win10-update/" }