From 8bc5d65f6651cb44faf2fb18edae543d74515073 Mon Sep 17 00:00:00 2001 From: poslop Date: Fri, 9 Jan 2026 09:19:25 -0600 Subject: [PATCH] Rename to generic names --- PrinterDriverInstall.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrinterDriverInstall.cmd b/PrinterDriverInstall.cmd index 7e79e99..4724703 100644 --- a/PrinterDriverInstall.cmd +++ b/PrinterDriverInstall.cmd @@ -1,4 +1,4 @@ @echo off REM Ensure PowerShell execution regardless of local policy -powershell.exe -NoProfile -ExecutionPolicy Bypass -File "\\domain_name\SYSVOL\domain_name\scripts\Printers\XeroxDriverInstall.ps1" +powershell.exe -NoProfile -ExecutionPolicy Bypass -File "\\domain_name\SYSVOL\domain_name\scripts\Printers\PrinterDriverInstall.ps1" exit /b %ERRORLEVEL%