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