From b680abb7e60f1c844f92efa135b3f72f3fbf8520 Mon Sep 17 00:00:00 2001 From: scarrington Date: Thu, 23 Jan 2025 10:23:08 -0600 Subject: [PATCH] Added Force to Chrome install --- TCSE-Computer-Deploy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCSE-Computer-Deploy.bat b/TCSE-Computer-Deploy.bat index 5fdfc03..132995d 100644 --- a/TCSE-Computer-Deploy.bat +++ b/TCSE-Computer-Deploy.bat @@ -20,7 +20,7 @@ powershell Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersi :: Install Google Chrome Enterprise & Accept Winget Terms echo Installing Google Chrome... -winget install --exact --id Google.Chrome --silent --accept-source-agreements --accept-package-agreements +winget install --exact --id Google.Chrome --silent --accept-source-agreements --accept-package-agreements --force :: Install Google Cloud Provider for Windows echo Installing Google Cloud Provider for Windows...