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