From 0fd6fffbc9481f26097063d7a8694ddcf487f8df Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Mar 2020 19:27:55 +0000 Subject: [PATCH] Update 'upd.ps1' --- upd.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }