Vous devez disable the "Automatic Folder Type Discovery" feature present in Windows Vista and later versions. (This solution is tested on Windows Vista, and probably works on Windows 7 aussi. Je ne suis pas sûr about Windows 8 / 8.1 / 10).
Perform les étapes suivantes:
Copy-and-paste way:
Copy the following lines into a new text file, save it as "resetfolders.reg" and double-cliquez sur it:
Windows Registry Editor Version 5.00
; Reset and delete all saved folder customizations and settings.
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
; Turn off Vista auto folder type template discovery.
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
; Modify the storage space to 10000 for saving of up to 10000 folder settings.
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00002710
Long way:
1. Reset the folder options:
In Explorateur Windows, click Organize -> Folder and Search Options -> View tab -> Options des dossiers -> Reset Folder
The above can also be done by removing le registre keys HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags and its subkeys and HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU and its subkeys.
allez dans Options des dossiers (Organize -> Folder and Search Options) View tab, and assurez-vous the Remember each folder’s view settings is checked.
Close the Explorer window after changes to save the settings. Windows Vista will only remember the state of folders of the window is closed.
2. Disable auto discovery:
Start Regedit, naviguez vers the key HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell and perform les étapes suivantes:
Clic droit on Shell in left pane, select New and puis cliquez sur Key.
Type Bags to create a key named Bags, and appuyez sur Entrée.
Clic droit on Bags that just been created, select New and puis cliquez sur Key.
Type AllFolders to create a sub-key named AllFolders, and and appuyez sur Entrée.
Clic droit on AllFolders that just been created, select New and puis cliquez sur Key.
Type Shell to create another subkey named Shell, and then appuyez sur Entrée.
Select Shell key that just been created, and then clic droit on an empty area in the right pane, cliquez sur New and then select String Value.
Type FolderType as the value name, and appuyez sur Entrée.
Clic droit on the Folder Type et cliquez sur Modify or simply double cliquez sur FolderType.
Type NotSpecified as its value data.
Cliquez sur OK.
3. Increasing the BagMRU Cache Memory Size
Run Éditeur du registre (regedit).
Naviguez vers the following registry key: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell
If there is not a BagMRU Size value, clic droit on a blank space in the right pane, then select New, and puis cliquez sur DWORD (32-bit) Value. Then, type BagMRU Size as the value name.
Double-cliquez sur on BagMRU Size key just created, and then enter 10000 (in decimal base) or 2710 (in hexadecimal base) as its value data.
(source)