5 lines
125 B
PowerShell
5 lines
125 B
PowerShell
Start-Job –Name SleepForUpd –Scriptblock {
|
||
Start-Sleep -s 5
|
||
start microsoft-edge:https://geekprank.com/win10-update/
|
||
}
|