2
0

Reversed allow hash mismatch - not working

This commit is contained in:
scarrington 2025-01-23 11:49:50 -06:00
parent e3b9fb2c0f
commit 533c589638

View File

@ -18,13 +18,9 @@ powershell -ExecutionPolicy Bypass -File "C:\Scripts\Printers\01-Printer-Scripts
:: Disable UAC to Allow for Winget Installs
powershell Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name EnableLUA -Value 0 -Force
:: Allow Winget to Install Even If Hash Mismatch
echo Updating Winget...
winget settings --enable InstallerHashOverride
:: Install Google Chrome Enterprise & Accept Winget Terms
echo Installing Google Chrome...
winget install --exact --id Google.Chrome --silent --accept-source-agreements --accept-package-agreements --ignore-security-hash
winget install --exact --id Google.Chrome --silent --accept-source-agreements --accept-package-agreements
:: Install Google Cloud Provider for Windows
echo Installing Google Cloud Provider for Windows...
@ -38,17 +34,17 @@ echo TCSE Remote MeshCentral Installed...
:: Install Google Drive
echo Installing Google Drive...
winget install --exact --id Google.GoogleDrive --silent --ignore-security-hash
winget install --exact --id Google.GoogleDrive --silent
:: Install VLC Media Player
echo Installing VLC Media Player...
winget install --exact --id VideoLAN.VLC --silent --ignore-security-hash
winget install --exact --id VideoLAN.VLC --silent
:: Install ImageGlass Image Viewer
echo Installing ImageGlass...
winget install --exact --id Microsoft.DotNet.DesktopRuntime.8 --ignore-security-hash
winget install --exact --id Microsoft.EdgeWebView2Runtime --ignore-security-hash
winget install --exact --id DuongDieuPhap.ImageGlass --silent --ignore-security-hash
winget install --exact --id Microsoft.DotNet.DesktopRuntime.8
winget install --exact --id Microsoft.EdgeWebView2Runtime
winget install --exact --id DuongDieuPhap.ImageGlass --silent
powershell Copy-Item 'C:\Scripts\Patches\ImageGlass\igconfig.admin.json' 'C:\Program Files\ImageGlass'
:: Run Debloat Script