AirPrint and AirPlay are the two new features introduced in iOS 4.2. With AirPrint you can print your documents directly from your iDevice using a wifi printer. But what’s the case if you don’t have a wifi printer. Now its time for you to think of AirPrint Hacktivator. For the users of Mac OS X, all you have to do is just download AirPrint Hacktivator v1.6, uncompress and run.I could hardly find any resource related to installing Airprint Hacktivator in Windows. Finally i tested out it myself. But it requires a little tedious command session.
Instructions for installing AirPrint Hacktivator in Windows:
1) Make sure you have iTunes 10.1
2) Download AirPrint.zip (Airprint.exe, libairprint.dll, XpdfPrint.dll)
3) Create a folder, “C:\Program Files (x86)\AirPrint\”
4) Extract the contents of AirPrint.zip to this folder
5) Run “cmd.exe”
6) Execute the following commands (provide a space between = and ” )
For Windows 64 Bit
sc.exe create AirPrint binPath = "C:\Program Files (x86)\AirPrint\airprint.exe -s" depend = "Bonjour Service" start = auto
sc.exe start AirPrint
For Windows 32 Bit
sc.exe create AirPrint binPath = "C:\Program Files\AirPrint\airprint.exe -s" depend = "Bonjour Service" start = auto
sc.exe start AirPrint
7) Allow Windows Firewall to AirPrint