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