Mac connected Shared printer
In a previous post I put some hidden hints to a Mac OS hack allowing AirPrint on a Mac connected printer. You won't find it here because it contains an Apple driver, but if you google "AirPrintFix cloudapp" you may find it there. There is a readme file inside the zip and even with limited OS knowledge you can install that.
Windows 7/Vista
- Set your printer as shared in Control Panel>Printers Right Click Share
- Download AirPrint.zip (this file is inside iTunes Install files in AppleMobileDeviceSupport.msi)
- Create a folder called AirPrint in Program Files
- Unzip AirPrint and put the three files in your AirPrint Program Files folder
- airprint.exe
- libairprint.dll
- XpdfPrint.dll
- From the AirPrint directory Run airprint -i in Admin mode to install the print service.
airprint -r will remove the service - When you start the AirPrint service, Windows Firewall will prompt you allow or deny AirPrint features to be shared over networks. Click on Allow access button.
- The simplest solution is to install the latest iTunes
- If you dont want to install iTunes you can just install Bonjour by downloading the service from Apple here http://support.apple.com/kb/DL999.
In most cases you will be asked at least once for a login & password. Use the login password you use to log on the computer on which the printer is connected. Some people claim (Couldn't do it here) that if you enable the guest account you don't need a login password. I suppose the guest account should be set as one of the printer user in the printer security tab.
Good luck.
--------
Alternate way to start the service is by running sc.exe in a CMD windows in Admin mode. sc.exe /help should print the help and all command. Check this Microsoft link for sc.exe information.
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 start AirPrint
Windows 32bits:
No comments:
Post a Comment