Archive

Posts Tagged ‘Snow Leopard’

How to: Remove the iSync (MobileMe) icon from Menu Bar

July 3rd, 2011 1 comment

Thanks to this post I finally managed to get rid of the MobileMe sync icon from the menu bar.  I don’t have a MobileMe account so it has been driving me crazy why the damn thing was there in the first place:

How to remove the iSync (or MobileMe icon) from your Mac OS X menu bar:

  1. Temporarily remove icon – Hold CMD, then click and drag the icon off the bar.
  2. Permanently remove icon – Open iSync (use Spotlight to find iSync) and deselect “Show status in menu bar”.

 

Categories: Technology Tags: , ,

How-to: Fix wireless printing problems in OSX with HP Photosmart 4700

April 3rd, 2011 Comments off

Thanks to this post I finally (nearly one year!!) managed to get my HP Photosmart 4780 printing properly over wireless.

The symptom is that the printing is ridiculously slow, sometimes fails, and sometimes prints a bit of the output.

The solution is to use the HP Photosmart 2700 driver instead of the 4700 driver.

Open the print queue, choose Printer Setup, Driver, Print Using, Select Printer Software, search for 2700 and select the HP Photosmart 2700.  Voila!  Super fast wireless printing as it was supposed to be.

Update for Lion – be careful; so far I’m back to having problems with either driver.  HP recommends using Apple Software Update to install the correct driver.  Am testing it now.

How-to: print from Snow Leopard to a Vista-attached printer

September 5th, 2009 20 comments

Despite the massive improvements in Windows-to-mac connectivity, printing from a Mac to a printer attached to a PC seems to be more art than science.  After many attempts I finally managed to track down some instructions on how to print from Leopard (and Snow Leopard) to Windows Vista that actually work.  Other (more simple) ways might work for you; this is the only way I could get printing to work for me.

The original article can be found at here

Step 1: Share the printer in Windows Vista

If you don’t know how to do this you are reading the wrong blog post.

Step 2: Edit the Windows Registry (and maybe Group Policy)

Use the Registry Editor to set the following registry entry (create the key if it doesn’t exist):

  • Path: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Lsa
  • Key: lmcompatibilitylevel (this is a DWORD)
  • Value: 1

If you are running Vista Business, Ultimate, and Enterprise you will also need to set a Group Policy. Open the Group Policy Editor (gpedit.msc) and set:

  1. Computer Configuration/Windows Settings/Security Settings/Local Policies/Security Options
  2. Right-click the ‘Network security: LAN Manager authentication level’ policy item, and select ‘Properties’ from the pop-up menu.
  3. Select the ‘Local Security Settings’ tab.
  4. Select ‘Send LM & NTLM – user NTLMv2 session security if negotiated’ from the dropdown menu.

Step 3: Add the Shared Printer to Your Mac

This is far more difficult than it should be.  You would think you would open the Print & Fax dialog, select ‘+’, select Windows, find your printer in the browse window and select it.  No chance.  Instead you need to:

  1. Choose the ‘Print & Fax’ icon in the System Preferences window and Click the plus (+) sign, located just below the list of installed printers.
  2. Right-click the printer browser window’s toolbar, select ‘Customize Toolbar’, drag the ‘Advanced’ icon from the icon palette to the printer browser window’s toolbar; click ‘Done’.
  3. Click the ‘Advanced’ icon in the toolbar; select ‘Windows’ from the Type dropdown menu.
  4. The next step is to enter the shared printer’s device URL, in the following format:
    smb://user:password@workgroup/ComputerName/PrinterName
    An example would look like this: smb://TomNelson:MyPassword@CoyoteMoon/scaryvista/HPLaserJet5000
    The PrinterName is the ‘Share name’ you entered in Vista.
  5. Enter the shared printer’s URL in the ‘Device URL’ field.
  6. Select ‘Generic Postscript Printer’ from the Print Using dropdown menu. You can try using one of the specific printer drivers from the list. The drivers most likely to work are labeled ‘Gimp Print’ or ‘PostScript.’ These drivers usually include the proper protocol support for shared network printing.

7. Click the ‘Add’ button.

All done.

Good luck.  It worked for me, but I can’t promise anything.