lyonrt Posted November 6, 2011 Share Posted November 6, 2011 Has anyone had good luck with having a USB duckie add printers, especially those that are added by ip locally and would require permissions? Quote Link to comment Share on other sites More sharing options...
ISchiavon Posted November 7, 2011 Share Posted November 7, 2011 Here is what I use. REM Author: ISchiavon REM Description: Open a CMD bypassing UAC then logs in to the remote printer then adds printer and enables it. ESCAPE CONTROL ESCAPE DELAY 400 STRING cmd DELAY 400 MENU DELAY 400 STRING a DELAY 600 LEFTARROW ENTER DELAY 400 STRING net use \\10.0.0.1 /u:username password ENTER DELAY 100 STRING rundll32 printui.dll,PrintUIEntry /ga /n\\10.0.0.1\Printer ENTER DELAY 100 STRING net stop spooler ENTER DELAY 100 STRING net start spooler ENTER DELAY 100 STRING rundll32 printui.dll,PrintUIEntry /p /n\\10.0.0.1\Printer ENTER STRING exit ENTER Quote Link to comment Share on other sites More sharing options...
lyonrt Posted November 8, 2011 Author Share Posted November 8, 2011 Thanks! Sorry i cant spell! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.