From 220915fb6d6e148c4cb98c4a5441a0756b14d4ac Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Mar 2020 18:49:43 +0000 Subject: [PATCH] Update 'upd.ps1' --- upd.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upd.ps1 b/upd.ps1 index c1e99e1..4bf7e0c 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -1,4 +1,4 @@ -Start-Job -Name SleepForUpd -Scriptblock { +Invoke-Command -ComputerName . -AsJob -Scriptblock { Start-Sleep -s 5 - Invoke-WmiMethod -Class Win32_Process -Name Create -ArgumentList "https://geekprank.com/win10-update/" + Start-Process "https://geekprank.com/win10-update/" }