Add HTTP network printer using cmd

Joined
Jan 30, 2017
Messages
1
Reaction score
0
My school have HTTP links of printer to install printer on their own computer. My teacher want a one-click to install printer. How can i add a HTTP network printer using cmd?

Code:
http://10.242.x.xx:80/ipp/229xxxxxxxx342/xxxxxx
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Hi teslamodel,

Welcome to the Forum.

Open an administrative command prompt and enter the following:

Code:
RUNDLL32.EXE PRINTUI.DLL,PrintUIEntry /?

Press Enter and review the optional flags.

I'm assuming you'll be requiring the /in flag for network, and /n flag to identify printer name.

Regards,

Regedit32
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top