Posted by Tike on November 20, 2010
转载:http://jaxov.com/2010/11/how-to-enable-airprint-service-on-windows/
iOS 4.2 comes with a unique feature called AirPrint which allows you to print your documents, photos, emails and web-pages over a Wifi connection with your Apple iOS device. To enable iOS 4.2 AirPrint feature on Windows, follow the step-by-step guide below. This guide is applicable to Windows 7, Windows Vista and Windows XP users.
Prerequisites:
- iTunes 10.1
- Make sure the printer is setup as a shared printer on your local PC
- Make sure you have full administrator privileges to enable/disable services on your PC
Steps to Enable AirPrint on Windows 7/Vista/XP:
- If you have 64-bit Windows OS, go to C:\Program Files (x86) and create a new folder called AirPrint as shown in the screenshot below:

OR
- If you have 32-bit Windows OS, go to C:\Program Files and create a new folder called AirPrint as shown in the screenshot below:

- Download AirPrint.zip from here (Mirror) and unzip it in the AirPrint folder you created in the above steps.

- Go to run and type "CMD" to open Command Prompt as shown in the screenshot below:

- Now use the following set of commands respective to your OS version:
For 64-bit Windows OS:
- sc.exe create AirPrint binPath= "C:\Program Files (x86)\AirPrint\airprint.exe -s" depend= "Bonjour Service" start= auto
- sc.exe start AirPrint
For 32-bit Windows OS:- sc.exe create AirPrint binPath= "C:\Program Files\AirPrint\airprint.exe -s" depend= "Bonjour Service" start= auto
- sc.exe start AirPrint
- As soon as you will start the AirPrint service, Windows Firewall will prompt you allow or deny AirPrint features to be shared over networks. Click on Allow access button.










