From 9508f7d8429738cb59e2b896844d02a622f82fa2 Mon Sep 17 00:00:00 2001 From: bschaper Date: Tue, 10 Dec 2024 15:06:41 -0600 Subject: [PATCH] Added Accept Winget Terms --- TCSE-Computer-Deploy.bat | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/TCSE-Computer-Deploy.bat b/TCSE-Computer-Deploy.bat index d2d381e..df7ddb9 100644 --- a/TCSE-Computer-Deploy.bat +++ b/TCSE-Computer-Deploy.bat @@ -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...