Changed Order of Software Installs
This commit is contained in:
parent
e6f4702e58
commit
796d498ecb
@ -9,16 +9,20 @@ 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 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 --silent --accept-source-agreements --accept-package-agreements
|
||||
timeout /t 60
|
||||
|
||||
:: Install Google Chrome Enterprise
|
||||
:: Install Google Chrome Enterprise & Accept Winget Terms
|
||||
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 --silent
|
||||
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...
|
||||
C:\Scripts\Software\gcpwstandaloneenterprise64.exe /silent /fullinstall
|
||||
echo Google Cloud Provider for Windows Installed...
|
||||
|
||||
:: Install TCSE Remote MeshCentral
|
||||
echo Installing TCSE Remote MeshCentral...
|
||||
C:\Scripts\Software\RemoteAgent64-TCSE.exe -fullinstall
|
||||
echo TCSE Remote MeshCentral Installed...
|
||||
|
||||
:: Install Google Drive
|
||||
echo Installing Google Drive...
|
||||
@ -35,15 +39,10 @@ echo Installing Zoom...
|
||||
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Zoom.Zoom -h -s winget
|
||||
winget install --exact --id Zoom.Zoom --silent
|
||||
|
||||
:: Install Google Cloud Provider for Windows
|
||||
echo Installing Google Cloud Provider for Windows...
|
||||
C:\Scripts\Software\gcpwstandaloneenterprise64.exe /silent /fullinstall
|
||||
echo Google Cloud Provider for Windows Installed...
|
||||
|
||||
:: Install TCSE Remote MeshCentral
|
||||
echo Installing TCSE Remote MeshCentral...
|
||||
C:\Scripts\Software\RemoteAgent64-TCSE.exe -fullinstall
|
||||
echo TCSE Remote MeshCentral Installed...
|
||||
:: Install Adobe Reader
|
||||
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 --silent
|
||||
|
||||
:: Run Debloat Script
|
||||
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Software\Win11Debloat\Win11Debloat.ps1" -Silent -Sysprep -RemoveApps -RemoveCommApps -RemoveW11Outlook -RemoveDevApps -RemoveGamingApps -DisableDVR -ClearStartAllUsers -DisableTelemetry -DisableBing -DisableSuggestions -DisableLockscreenTips -ShowKnownFileExt -TaskbarAlignLeft -ShowSearchIconTb -HideTaskview -HideChat -DisableWidgets -DisableCopilot -DisableRecall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user