2
0

reversed more hash mismatch issues

This commit is contained in:
scarrington 2025-01-24 10:44:07 -06:00
parent 533c589638
commit 5a4f3b41c7

View File

@ -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