Google Chrome and Hotmail

| Wednesday, January 14, 2009
I fixed it!! Hooray! So if there is anyone else out there that is also using Google Chrome, but is having issues with Hotmail, you can fix it with a fairly easy fix.

  • Right-click the Google Chrome shortcut

  • Click Properties

  • Paste the line below to the end of the Target field.

  • --user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1 Safari/525.19"

That is all. It should work now without any issues. If you are having problems, then make sure that you have a space between the end of the current text in the target field, and the text above (the first '--'). Here is what my target string now looks like:

"C:\Documents and Settings\Tenney\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1 Safari/525.19"

Oh yeah, what it does, is it fakes out Hotmail to make it think that it is really Safari. Darn Hotmail folks won't let Google just have their own... :).

Found the fix here.