From 7c4fa73ce8f8a9565739cdd03440db2051341206 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Tue, 14 Nov 2023 13:11:28 +0100 Subject: [PATCH] Fix --- setupUpdate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupUpdate.ps1 b/setupUpdate.ps1 index 1cc7e13..f2f0084 100644 --- a/setupUpdate.ps1 +++ b/setupUpdate.ps1 @@ -12,5 +12,5 @@ function UpdateWindows { Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force Install-Module -Name PSWindowsUpdate -Force Get-WindowsUpdate -ForceInstall - Install-WindowsUpdate -AcceptAll + Install-WindowsUpdate -AcceptAll -IgnoreReboot } \ No newline at end of file