Una famiglia di prodotti Microsoft che consentono agli utenti di acquisire, organizzare e riutilizzare note elettronicamente.
Mi sono arrangiato ormai, e nei forum US ho trovato la risposta:
scaricare i due aggiornamenti qui di seguito:
http://support.microsoft.com/kb/2553260
http://support.microsoft.com/kb/2598289
se ancora non dovesse funzionare bisogna creare un file *.reg (da blocco note, file > salva con nome > Tutti i file) con all'interno:
Per versioni a 32-bit di Office su sistemi Windows a 64-bit:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Common\Internet]
"SkyDriveAuthenticationProvider"="idcrldisable"
Per versioni a 32-bit di Office su sistemi Windows a 32-bit o per versioni a 64-bit di Office su sistemi Windows a 64-bit::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
"SkyDriveAuthenticationProvider"="idcrldisable"
Standard disclaimer: Modifying the registry should only be done if you know what you are doing... mistakes could render your system unusable. In this specific case, we did not test extensively this workaround. In fact, we just realized that we could leverage an extensibility mechanism to force failure of the sign-in assistant, which forces a fallback to the system provider. It was tried exactly once, by me, 10 minutes ago. If it doesn't help you, removing the registry value will revert to the previous experience.