2
0

Changed Deploy to NOT install printers

This commit is contained in:
scarrington 2025-01-27 09:45:16 -06:00
parent 56a4e3fa47
commit edd0d7512a

View File

@ -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