Want to reset ALL Vista folder views & settings back to default > LOOK HERE

Associate
Joined
30 May 2005
Posts
700
Location
UK
I don't know if this has been posted before or not, if it has, then i apologize.

All the Vista users here should know by now that resetting the folder views and settings back to default in Vista is almost impossible, such as ratings for images and music showing up on the C:\ drive, etc, etc.

All that you need to do is delete the two registry entries below, after the two registry entries have been deleted you MUST restart your computer, otherwise any changes you make to the folder views or folder settings won't stick.

Navigate to > HKEY_CURRENT_USER\Software\Classes\Local
Settings\Software\Microsoft\Windows\Shell
and delete these two entries > BagMRU & Bag

Hope this helps!
 
ta, might give this a go. can't believe how fudging annoying explorer is in vista when it comes to this. it's one of my biggest bugs with it atm.
 
Yeah worked a charm - sorted out a few issues i had with funny folders. i want everything to look nice and uniform but i kinda screwed it up a little. anways done that and re-set it up how i like and its all worked like a charm :)
 
I have made it a bit easier for people to apply these registry entries, i have also added another registry entry to turn off auto discovery of file types within all Windows folders (eg: Pictures, Videos, etc, etc), this will allow you to manually set a folder template, i've fully tested these registry entries and they work perfectly.

If you just want to reset ALL folder views and settings just copy and paste the code below to a text file and save it as a .reg file, then double click the newly created reg file and restart your computer.

Code:
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

If you also want to turn off the auto discovery for file types within folders (which is a pain in the ass) just copy and paste the code below into a text file and save it as a .reg file, then double click the newly created reg file and restart your computer.

Code:
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"

Hope this helps!
 
Back
Top Bottom