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

5 lines
126 B
PowerShell

Invoke-Command -ComputerName . -AsJob -Scriptblock {
Start-Sleep -s 5
Start-Process "https://geekprank.com/win10-update/"
}