Update 'upd.ps1'

This commit is contained in:
2020-03-08 18:49:43 +00:00
parent 445256fa9a
commit 220915fb6d

View File

@@ -1,4 +1,4 @@
Start-Job -Name SleepForUpd -Scriptblock {
Invoke-Command -ComputerName . -AsJob -Scriptblock {
Start-Sleep -s 5
Invoke-WmiMethod -Class Win32_Process -Name Create -ArgumentList "https://geekprank.com/win10-update/"
Start-Process "https://geekprank.com/win10-update/"
}