Super, nun hat der IE (ab Version 7) auch Feeds integriert, aber die Integration ist alles andere als brauchbar im Unternehmensumfeld (insbesondere wenn man mit Citrix arbeitet…)
Die Informationen werden nämlich nicht wie bei den Favoriten im Roaming Profile gespeichert.
http://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=337276
Workarounds
http://www.brianmadden.com/forums/t/20916.aspx
oder
I found this solution :
Adding this line on logon script:
xcopy "%HOMESHARE%\Feeds" "%USERPROFILE%\Local Settings\Application
Data\Microsoft\Feeds\" /Y /H /C
Adding this line on logoff script:
xcopy "%USERPROFILE%\Local Settings\Application Data\Microsoft\Feeds"