The Computer Oracle

IPP Printing from Windows 7 Ultimate

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Ocean Floor

--

Chapters
00:00 Ipp Printing From Windows 7 Ultimate
00:52 Answer 1 Score 6
01:24 Accepted Answer Score 20
02:33 Answer 3 Score 4
03:14 Answer 4 Score 0
03:29 Thank you

--

Full question
https://superuser.com/questions/300986/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #printing #networkprinter #cups

#avk47



ACCEPTED ANSWER

Score 20


First, make sure IPP client is turned on:

Go into the Control Panel -> Programs, select "Turn Windows features on or off"

Control Panel - Turn features on or off

In the features dialog, scroll down to "Print and Document Services". Check "Internet Printing Client"

Print Services - IPP Client

Second, my original steps were not correct. Try the following:

  1. In printer manager, click Add a printer, then Add a network, wireless or Bluetooth printer
  2. Skip detection, go Next
  3. The next dialog, "Type a printer hostname or IP address", in the middle box, where it says Hostname or IP address, use the following:

    http://HOST:631/printers/Printer_Name
    

    (If you didn't already know, you get this web address from the URL in your browser when using the CUPS webadmin)

    enter image description here

  4. Click Next, if you get an error, something is wrong, use the Back arrow (top-left) and change the URL, until Windows does not indicate it was not able to connect.

  5. Continue with the remaining prompts, and it should all work.



ANSWER 2

Score 6


I use IPP for printing from Win 7 to a linux print sever. This is from the rollout sheet I use for new systems:

  • Add a printer -> Network, Wireless, or Bluetooth
  • Click STOP -> Printer I want isn't listed (mine is on a different subnet)
  • Select Shared Printer by name -> http: //host:631/printers/PrinterName
  • Wait for "Connecting to" to finish -> install driver when prompted



ANSWER 3

Score 4


The following steps worked for me:

  1. Navigate to HKEY_CURRENT_USER\Printers\Settings
  2. Add a DWORD entry with name PreferredConnection and value of 0
  3. Add a new network printer as usual (New printer, network printer, printer isn't listed, etc.)
  4. Enter http://HOST:631/printers/PrinterName in the location box and use the appropriate driver from the category.

Apparently Windows 7 and Server 2008 default to RPC IPP printing. The PreferredConnection setting reverts it to HTTP.




ANSWER 4

Score 0


Never use TCP/IP port as it is on 9100 or LPR. IPP use 631. So you have to add a network printer with a share name like [http://mybox:631]