From 5a4f3b41c79585ce9cd7d24f556a9a17b69b8d70 Mon Sep 17 00:00:00 2001 From: scarrington Date: Fri, 24 Jan 2025 10:44:07 -0600 Subject: [PATCH] reversed more hash mismatch issues --- TCSE-Computer-Deploy.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCSE-Computer-Deploy.bat b/TCSE-Computer-Deploy.bat index af5a815..5fdfc03 100644 --- a/TCSE-Computer-Deploy.bat +++ b/TCSE-Computer-Deploy.bat @@ -52,11 +52,11 @@ powershell -ExecutionPolicy Bypass -File "C:\Scripts\Software\Win11Debloat\Win11 :: Install Zoom echo Installing Zoom... -winget install --exact --id Zoom.Zoom --silent --ignore-security-hash +winget install --exact --id Zoom.Zoom --silent :: Install Adobe Reader echo Installing Adobe Reader... -winget install --exact --id Adobe.Acrobat.Reader.64-bit --silent --ignore-security-hash +winget install --exact --id Adobe.Acrobat.Reader.64-bit --silent :: Enable UAC powershell Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name EnableLUA -Value 1 -Force