.
This commit is contained in:
@ -55,14 +55,14 @@ if "%check_computername%" EQU "RECEPTION4" (
|
|||||||
set PRINTER=1
|
set PRINTER=1
|
||||||
)
|
)
|
||||||
|
|
||||||
if [%ZUPER%] == [1] (
|
@REM if [%ZUPER%] == [1] (
|
||||||
echo "Not installing printers"
|
@REM echo "Not installing printers"
|
||||||
) else (
|
@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 "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 "Microsoft XPS Document Writer"
|
||||||
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "OneNote (Desktop)"
|
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "OneNote (Desktop)"
|
||||||
)
|
@REM )
|
||||||
|
|
||||||
echo "FINISHED: %~n0"
|
echo "FINISHED: %~n0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user