Esta funcionalidade foi removida no Windows 7 porque ( de acordo com Ryan T - um engenheiro de suporte da Microsoft) no Windows XP, ícones se sobrepõem uns aos outros, mas há uma maneira de obter esse recurso de volta , mas envolve editar o registro, e isso pode ser prejudicial, portanto, certifique-se de fazer o backup primeiro ou criar um ponto de restauração! Eu apenas testei para confirmar que funciona:
O link acima fornece um arquivo em lote para fazer isso
ou isto:
link
Caso esse link morra, copio e colo os detalhes importantes aqui (sem imagens):
To activate the free sorting for each of the 5 file types ("General Items", "Pictures", "Documents", "Music" and "Videos") in the registry must be set up a new template for each of the 5 file types that allows the free sorting. Therefore open registry editor ("regedit") and go to this section: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\
There create this new key:
(5C4F28B5-F869-4E84-8E60-F11DB97C5CC7)
Adicione estas duas entradas como valores para esta chave:
"FFLAGS"=dword:43000001 (hex)
"Mode"=dword:00000004 (hex)
With this key
{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}
a template for new folders of type "General Items" was created. For the other four folder types create a template in the same way:
Documents: {7D49D726-3C21-4F05-99AA-FDC2C9474656}
Music: {94D6DDCC-4A68-4175-A374-BD584A510B78}
Pictures: {B3690E58-E961-423B-B687-386EBFD83239}
Videos: {5FA96407-7E77-483C-AC93-691D05850DE8}
For already existing folder Windows 7 has saved the folder settings (without free sorting) in the registry branch HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags. Here can be seen a long list of numbers, each corresponding to a saved folder setting. They should have deleted all individually - but this is quite monotonous. More easily is the following method: First export the entries under "AllFolders" into a separate file. Then delete the complete menu branch "Bags"
This erases all saved folder settings at one stroke - but also the menu branch "AllFolders". To import the menu branch "AllFolders" again it needs only a double click to the previously exported file "AllFolders.reg".
This Batch file does all the above steps automatically in one step:
Step 1: Add the 5 Keys for "General folder", "Documents folder", "Music folder", "Pictures >folder" and "Videos folder"
Step 2: Export everything under the key "AllFolders" into a separate file "AllFolders.reg"
Step 3: Delete everything under the key "Bags"
Step 4: Import again exported file "AllFolders.reg"
Step 5: Delete exported file "AllFolders.reg"