2
0

Added Accept Winget Terms

This commit is contained in:
bschaper 2024-12-10 15:06:41 -06:00
parent c1f929ded2
commit 9508f7d842

View File

@ -9,35 +9,30 @@ echo Office 2016 Installed...
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Printers\01-Printer-Scripts\01-PrinterInstall-AllPrinters.ps1"
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Printers\01-Printer-Scripts\02.2-PrinterProperties-Import.ps1"
:: Install Chocolatey Package Manager
echo Installing Chocolatey...
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install --id chocolatey.chocolatey --source winget
winget install --exact --id chocolatey.chocolatey -h
:: Install Adobe Reader
:: Install Adobe Reader & Accept Winget Terms
echo Installing Adobe Reader...
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Adobe.Acrobat.Reader.64-bit -h -s winget
winget install --exact --id Adobe.Acrobat.Reader.64-bit -h
winget install --exact --id Adobe.Acrobat.Reader.64-bit --silent --accept-source-agreements --accept-package-agreements
:: Install Google Chrome Enterprise
echo Installing Google Chrome...
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Google.Chrome -h -s winget
winget install --exact --id Google.Chrome -h
winget install --exact --id Google.Chrome --silent
:: Install Google Drive
echo Installing Google Drive...
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Google.GoogleDrive -h -s winget
winget install --exact --id Google.GoogleDrive -h
winget install --exact --id Google.GoogleDrive --silent
:: Install VLC Media Player
echo Installing VLC Media Player...
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install VideoLAN.VLC -h -s winget
winget install --exact --id VideoLAN.VLC -h
winget install --exact --id VideoLAN.VLC --silent
:: Install Zoom
echo Installing Zoom...
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Zoom.Zoom -h -s winget
winget install --exact --id Zoom.Zoom -h
winget install --exact --id Zoom.Zoom --silent
:: Install Google Cloud Provider for Windows
echo Installing Google Cloud Provider for Windows...