From 445256fa9a009305d8fade22ef09fd86f038f689 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Mar 2020 18:46:05 +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 e6e3335..c1e99e1 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -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/" }