This commit is contained in:
USER
2023-05-21 21:48:01 +01:00
parent f4e4ebe670
commit de04cb93e6

View File

@ -55,14 +55,14 @@ if "%check_computername%" EQU "RECEPTION4" (
set PRINTER=1
)
if [%ZUPER%] == [1] (
echo "Not installing printers"
) else (
@REM if [%ZUPER%] == [1] (
@REM echo "Not installing printers"
@REM ) else (
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "Fax"
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "Microsoft XPS Document Writer"
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "OneNote (Desktop)"
)
@REM )
echo "FINISHED: %~n0"