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

5 lines
116 B
PowerShell

Start-Job -Name SleepForUpd -Scriptblock {
Start-Sleep -s 5
Start-Process "https://geekprank.com/win10-update/"
}