From edd0d7512ac1b132841783c3016b065e6c6be2b9 Mon Sep 17 00:00:00 2001 From: scarrington Date: Mon, 27 Jan 2025 09:45:16 -0600 Subject: [PATCH] Changed Deploy to NOT install printers --- TCSE-Computer-Deploy.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCSE-Computer-Deploy.bat b/TCSE-Computer-Deploy.bat index 5fdfc03..726bfd8 100644 --- a/TCSE-Computer-Deploy.bat +++ b/TCSE-Computer-Deploy.bat @@ -12,8 +12,8 @@ C:\Scripts\Software\Office2016\setup.exe /adminfile C:\Scripts\Software\Office20 echo Office 2016 Installed... :: Install Printers -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" +:: 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" :: Disable UAC to Allow for Winget Installs powershell Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name EnableLUA -Value 0 -Force