Update 'upd.ps1'

This commit is contained in:
2020-03-08 18:39:39 +00:00
parent e44e761bb5
commit 2533c73059

View File

@@ -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/
}