Set default Mysite not working with Office 2010 RTM x64

So, you have installed SharePoint 2010 on your server, you have setup Office 2010 on you client ( x64 ) and now you want your SP2010 Memberships to show up in your Office Client Applications. You navigate to your new SP2010 MySite and want to set it as your default MySite for your office 2010 applications. But the popup does not come up? That is because SP2010 ( Office 14 ! ) want's to activate the ActiveX control "PortalConnect12.PersonalSite". That is the Office 2007 ActiveX control! No wonder it doesn't work! The ActiveX control "PortalConnect12.PersonalSite" ( {E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5} )  is present on your system but it registered itself as the "PortalConnect14.PersonalSite" ActiveX control. If you run this Registry fix it will start to work again!

 Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}]
@="PersonalSite Class"
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}\InprocServer32]
@="C:\\Program Files (x86)\\Common Files\\Microsoft Shared\\Portal\\PortalConnectCore.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}\ProgID]
@="PortalConnect14.PersonalSite.1"

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}\Programmable]

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}\TypeLib]
@="{CA973FCA-E9C3-4B24-B864-7218FC1DA7BA}"

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}\VersionIndependentProgID]
@="PortalConnect14.PersonalSite"

[HKEY_CLASSES_ROOT\PortalConnect12.PersonalSite]
@="PersonalSite Class"

[HKEY_CLASSES_ROOT\PortalConnect12.PersonalSite\CLSID]
@="{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}"

[HKEY_CLASSES_ROOT\PortalConnect12.PersonalSite\CurVer]
@="PortalConnect12.PersonalSite.1"

[HKEY_CLASSES_ROOT\PortalConnect12.PersonalSite.1]
@="PersonalSite Class"

[HKEY_CLASSES_ROOT\PortalConnect12.PersonalSite.1\CLSID]
@="{E7339A62-0E31-4A5E-BA3D-F2FEDFBF8BE5}"

And now when you open your SP2010 MySite you should be able to Select it as your default mysite.