Solution:
In any folder, Click "Tools" (in the Menu bar) → click "Folder Options" → click "View" tab, in "Advanced Settings" list, find and check mark "Remember each folder's view settings" (also, ensure that "Do not cache Thumbnails" is not checked).
Then,set the view of any folder as you want, then go to the "View" tab in "Folder Options", and click the "Apply to all folders" button. If this won't solve your problem, then use this:
click Start → Run (or from C:\WINDOWS\SYSTEM32 open CMD with "RUN AS ADMIN")
and enter these 2 commands one by one:
REG ADD "HKEY_Current_User\software\microsoft\windows\currentversion\policies\explorer" /v "NoSaveSettings" /t REG_SZ /d "0" /f
REG ADD "HKEY_Local_Machine\software\microsoft\windows\currentversion\policies\explorer" /v "NoSaveSettings" /t REG_SZ /d "0" /f
Then restart the computer.
After windows logon, ensure that the Quick Launch Toolbar is ticked via right click on Taskbar → toolbar → tick quick launch.
Thanks so much to Correz and Rainna.
Hm? Win7 does not have quick launch panel. What did you mean? – Maximus – 13 years ago
1
@maximus I added it manually as mentioned here http://www.howtogeek.com/howto/windows-7/add-the-quick-launch-bar-to-the-taskbar-in-windows-7/
– hamed – 13 years ago