RSS feeds in IE not updating after upgrade from Vista to Win7

I noticed that my RSS feeds in IE are no longer updating after upgrading from Vista to Windows 7 beta.

Thanks for the very helpful blog entry “ Feeds not updating? ” by Walter vonKoch over the RSS team blog, I was able to fix the issue easily by running the following simple steps at the command prompt.

msfeedssync disable

msfeedssync enable

Of course, before doing these, I had to verify if there was an error in the feed sync by following the steps mentioned in the above linked blog post from RSS team.

And I found an error after running

schtasks /query | findstr /i "user_feed

Which returned..

ERROR: The task image is corrupt or has been tampered with. ERROR: Task cannot be loaded: User_Feed_Synchronization-{…

 

Hope this helps.