From ef5e52ec3a4ffca97c383373e7c22ab192ecf6dc Mon Sep 17 00:00:00 2001 From: bschaper Date: Wed, 26 Mar 2025 12:48:47 -0500 Subject: [PATCH] Added note in group policy folder and installing printers. --- Patches/GroupPolicy/Policies.txt | 1 + TCSE-Computer-Deploy.bat | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Patches/GroupPolicy/Policies.txt diff --git a/Patches/GroupPolicy/Policies.txt b/Patches/GroupPolicy/Policies.txt new file mode 100644 index 0000000..d0a8ec6 --- /dev/null +++ b/Patches/GroupPolicy/Policies.txt @@ -0,0 +1 @@ +Policies within this folder contain patches to manage Windows updates. diff --git a/TCSE-Computer-Deploy.bat b/TCSE-Computer-Deploy.bat index 726bfd8..ae05734 100644 --- a/TCSE-Computer-Deploy.bat +++ b/TCSE-Computer-Deploy.bat @@ -11,7 +11,7 @@ echo Installing Office 2016... C:\Scripts\Software\Office2016\setup.exe /adminfile C:\Scripts\Software\Office2016\TCSE.MSP echo Office 2016 Installed... -:: Install Printers +:: Install Printers (Old), Printers are now Installed and Updated by System Task. :: 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" @@ -112,4 +112,4 @@ powercfg -change -monitor-timeout-ac 15 :: Restart System echo Restarting system in 2.5 minutes... timeout /t 150 -shutdown /r /t 0 \ No newline at end of file +shutdown /r /t 0