Files
testscripts/upd.ps1
2020-03-08 18:39:39 +00:00

5 lines
121 B
PowerShell

Start-Job -Name SleepForUpd -Scriptblock {
Start-Sleep -s 5
start microsoft-edge:https://geekprank.com/win10-update/
}