FIX: Windows Vista Folder View Issue
Against stupidity the gods themselves contend in vain. -- Friedrich von Schiller
I don't know about you, but in our "Things I hate most about Windows Vista" poll, one of the most frequently ticked topics was "Folders that refuse to remember the view settings you've set". If you set a Details View with "All Items" on a folder and then drop a couple of jpegs in there, Vista tries to "help you" by changing the view. Well, I don't WANT Vista to help me! I don't want Documents, I don't want Pictures and Videos, and I don't like Green Eggs and Ham! (In the forums they are calling it "VisDUH").
Here's a fix from the TechNet forums, converted into a batch file:
setlocal
set BASE_KEY=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell
:: Delete cached folder views
reg delete "%BASE_KEY%\Bags" /f
reg delete "%BASE_KEY%\BagMRU" /f
:: Set default folder template
reg add "%BASE_KEY%\Bags\AllFolders\Shell" /v FolderType /d NotSpecified
:: Restart Explorer
taskkill /f /im explorer.exe
start explorer.exe
Just save the above text in a "FIX.BAT" file and execute it. It also restarts Explorer.
didnt work for me (german vista)
ReplyDeleteWorked like a charm, thanks :)
ReplyDeleteRun as admin by the way.
THANK YOU!!! it worked like a charm.
ReplyDeleteI opened cmd "as administrator" and it worked to perfection. Thanks much!
ReplyDelete-
I also noticed that my vista explorer is FASTER and I don't have to wait a second each time I go to another folder.
-
Thanks very much:-) You saved me hours and hours of future time.
Thanks this worked great
ReplyDeleteIt worked for me. Watch out not to add an trailing space to the lines when copy and pasting it to a batch file.
ReplyDeleteYes!!!! Wonderful!!! Finally I'm happy! It was very very very annoying!! Thanks a lot!
ReplyDeleteGreat!!! It worked very well!! VISTA 32bit Italian version!!! Thx again!
ReplyDelete