Update 'upd.ps1'

This commit is contained in:
2020-03-08 18:46:05 +00:00
parent 7eabf2da6b
commit 445256fa9a

View File

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