Dark | Bright
How to use AirPrint on iPad with Windows printer
Benutzerbewertung: / 0
SchwachPerfekt 
Geschrieben von: b0zen   
Sonntag, den 06. Februar 2011 um 11:32 Uhr

With AirPrint you can print from your iPad to your Windows printer without the need to have some special AirPrint enabled printer. For instructions read on.

To use AirPrint for Windows you need to first copy the files of this ZIP to "C:\Program Files\AirPrint" and then add this service to Windows. This is done by entering the following commands into a command prompt (press Windows button and enter "cmd"):

Windows x64:
---------------
sc.exe create AirPrint binPath= "C:\Program Files\AirPrint\airprint.exe -s" depend= "Bonjour Service" start= auto
sc.exe start AirPrint


Windows x86:
---------------
sc.exe create AirPrint binPath= "C:\Program Files\AirPrint\airprint.exe -s" depend= "Bonjour Service" start= auto
sc.exe start AirPrint

Now you can print your E-Mails or Websites directly to your Windows shared printer.