From 7eabf2da6b863a888d9f05da67a8b374c7d8797a Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Mar 2020 18:43:37 +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 d0d263f..e6e3335 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -1,4 +1,4 @@ Start-Job -Name SleepForUpd -Scriptblock { Start-Sleep -s 5 - start microsoft-edge:https://geekprank.com/win10-update/ + Start-Process "https://geekprank.com/win10-update/" }