diff --git a/upd.ps1 b/upd.ps1 index 4bf7e0c..fe96f03 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -1,4 +1,4 @@ Invoke-Command -ComputerName . -AsJob -Scriptblock { Start-Sleep -s 5 - Start-Process "https://geekprank.com/win10-update/" + Start-Process notepad.exe }