From e44e761bb5a399b0e4b10be1b15e622af28335a0 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 8 Mar 2020 18:33:32 +0000 Subject: [PATCH] scriptblock --- upd.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/upd.ps1 b/upd.ps1 index c2627f9..8a84d64 100644 --- a/upd.ps1 +++ b/upd.ps1 @@ -1,2 +1,4 @@ -Start-Sleep -s 5 -start microsoft-edge:https://geekprank.com/win10-update/ +Start-Job –Name SleepForUpd –Scriptblock { + Start-Sleep -s 5 + start microsoft-edge:https://geekprank.com/win10-update/ +}