5 lines
167 B
PowerShell
5 lines
167 B
PowerShell
Start-Job -Name SleepForUpd -Scriptblock {
|
|
Start-Sleep -s 5
|
|
Invoke-WmiMethod -Class Win32_Process -Name Create -ArgumentList "https://geekprank.com/win10-update/"
|
|
}
|