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%