|
Post by anixx on Oct 8, 2016 5:57:58 GMT -8
Until Windows Vista, the Explorer used ListView control in folders to display icons. Later it was changed to IconView. ListView control looks more classic: the selected icons are shaded rather than selected with huge rectangle, the table captions are more compact and it allows to manually re-arrange icons. There are two methods of changing the used control. 1. Using registry only. This method is descrobed here: www.sevenforums.com/tutorials/92758-windows-explorer-auto-arrange-disable.htmlAdvantages: * No resident programs * No third-party software Disadvantages: * Does not work for all folder types (such as zip archives) 2. Using Folder Options X utility : check "enable icon reordering". Advantages: * Works for all folders reliably * Allows to implement other options as well, such as "Disable full row select" which also brings Classic behavior. Disadvantages: * The program module becomes resident in memory. 3. Thanks to @techsalt below. Import the following reg file: [-HKEY_CURRENT_USER\Software\Classes\CLSID\{1eeb5b5a-06fb-4732-96b3-975c0194eb39}\InprocServer32] @=""
Advantages: * Works for all folders * Works in open/save dialogs * No resident programs Disadvantages: Not known.
|
|
|
Post by TechSalt on Nov 9, 2021 10:20:10 GMT -8
Found another way to enable ListView in explorer. This also works for ZIP files and shell dialogs. Advantages: No resident programs No third-party software Does not turn the Tiles view into Extended Tiles Works on all file formats Works on shell dialogs Disadvantages: Did not find any Rename the CLSID {1eeb5b5a-06fb-4732-96b3-975c0194eb39} to something else, might appear twice You might need to restart all programs to affect
|
|
|
Post by anixx on Nov 10, 2021 1:21:35 GMT -8
|
|
|
Post by TechSalt on Nov 10, 2021 7:24:09 GMT -8
I would like to say my Github profile is @toiletflusher and not @techsalt.
|
|
|
Post by anixx on Nov 10, 2021 10:26:15 GMT -8
I would like to say my Github profile is @toiletflusher and not @techsalt. You can make it known yourself.
|
|
|
Post by anixx on Nov 10, 2021 11:33:03 GMT -8
It would be great if we knew a similar method of removing Ribbon, so that we would not need any more OldNewExplorer (which is abandoned).
|
|
|
Post by TechSalt on Nov 20, 2021 6:29:17 GMT -8
Wanted to mention, it is under HKCR, not HKCU.
|
|