I have had a problem since probably 8 months ago that I have ignored as it is little more than a annoyance. Like clock work approximately once per every 2 weeks all of my file settings get reverted back to normal and the only fix is a registry edit. I actually acquired a reg. script to do it, because it is so routine. Because of the timing I am guessing that something in the cleanup sequence is the fault, but I can't point a finger at the exact cause.
This is the reg. edit needed to bring it back.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00004e20
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
And from there I can make all of my personal views etc. till it happens next time. The only difference is that in my failed reg. and the script listed above is that I have after the 00004e20 (Dword) it has (2000).
Could this be a limitation to the number of entries that are permitted and it fails back to '0' if I exceed this number? I'm guessing here.
