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