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

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/"
}