Enabled AirPrint in iOS 4.2/iTunes 10.1/Shared Printers/Windows 7

I have AirPrint work with shared printers in Windows 7 (64bits). Here is the step by step instructions.

1) Install iTunes 10.1
2) Download AirPrint.zip (airprint.exe, libairprint.dll, XpdfPrint.dll)
3) Unzip it.
4) Make a folder, “C:\Program Files (x86)\AirPrint\”
5) Copy the files to “C:\Program Files (x86)\AirPrint\”
6) Run “cmd.exe” as administrator
7) Run the following commands (There should be a space between ‘=’ and ‘”‘)

Windows 64bits:
sc.exe create AirPrint binPath= “C:\Program Files (x86)\AirPrint\airprint.exe -s” depend= “Bonjour Service” start= auto
sc.exe start AirPrint

Windows 32bits:
sc.exe create AirPrint binPath= “C:\Program Files\AirPrint\airprint.exe -s” depend= “Bonjour Service” start= auto
sc.exe start AirPrint

8) Let Windows Firewall allow AirPrint to communicate on the networks (Double click on the airprint.exe)

1228236079.zip