Set printer a as default through cmd:-
---------------------------------------------
@Echo Off
echo Set printer as default
rundll32 printui.dll,PrintUIEntry /y /n\\COMPUTER\PRINTER
pause
Copy it in notepad and save as .bat file
---------------------------------------------
@Echo Off
echo Set printer as default
rundll32 printui.dll,PrintUIEntry /y /n\\COMPUTER\PRINTER
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment