Update 'upd.ps1'

This commit is contained in:
2020-03-08 19:27:55 +00:00
parent 220915fb6d
commit 0fd6fffbc9

View File

@@ -1,4 +1,4 @@
Invoke-Command -ComputerName . -AsJob -Scriptblock {
Start-Sleep -s 5
Start-Process "https://geekprank.com/win10-update/"
Start-Process notepad.exe
}