From fb5ac6f4d7a2f316eab4ab9c6d0f253ee0d0b8ef Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 21 Aug 2021 19:23:39 +0000 Subject: [PATCH] Update windows10.ps1 --- windows10.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows10.ps1 b/windows10.ps1 index 653f93c..c507241 100644 --- a/windows10.ps1 +++ b/windows10.ps1 @@ -7,11 +7,11 @@ Start-Job -Name "Install and Configure Chocolatey" -ScriptBlock { choco feature enable -n=allowGlobalConfirmation choco feature enable -n=useFipsCompliantChecksums choco feature enable -n=useEnhancedExitCodes + choco feature disable -n=checksumFiles #Fipsmode implementation is currently broken for some packages choco config set commandExecutionTimeoutSeconds 14400 choco config set --name="'cacheLocation'" --value="'C:\temp\chococache'" choco config set --name="'proxyBypassOnLocal'" --value="'true'" - choco config set --name="'IgnoreChecksums'" --value="'true'" - choco upgrade all + choco upgrade all --ignore-checksums refreshenv Start-Job -Name "Installing Windows Updates" -ScriptBlock { Write-Host "Install Latest Windows Updates"