- Joined
- Feb 18, 2009
- Messages
- 1,825 (0.31/day)
- Location
- Slovenia
System Name | Multiple - Win7, Win10, Kubuntu |
---|---|
Processor | Intel Core i7 3820 OC@ 4.0 GHz |
Motherboard | Asus P9X79 |
Cooling | Noctua NH-L12 |
Memory | Corsair Vengeance 32GB 1333MHz |
Video Card(s) | Sapphire ATI Radeon RX 480 8GB |
Storage | Samsung SSD: 970 EVO 1TB, 2x870 EVO 250GB,860 Evo 250GB,850 Evo 250GB, WD 4x1TB, 2x2TB, 4x4TB |
Display(s) | Asus PB328Q 32' 1440p@75hz |
Case | Cooler Master CM Storm Trooper |
Power Supply | Corsair HX750, HX550, Galaxy 520W |
Mouse | Multiple, Razer Mamba Elite, Logitech M500 |
Keyboard | Multiple - Lenovo, HP, Dell, Logitech |
[Useful]Disable Folder's Details' view "Full Row Selection" in Win7! (x64 Ult.)
Been Annoyed by this ?
Systems are updated in february , usually i select which ones but it's manual update , automatic is disabled, the whole update servise is disabled normally.
I have a hunch there was an update that made these tweaks unusable too. Microsoft just sucks man.
There's this on the Microsoft thread:
2009 old
This is on the Winhelp from 2010:
And this is the "proper" reg file that was found by winhelp commenter 2011 (same link, scroll down)
The problem is , this last piece of code , just doesn't want to apply into the regisery , just doesn't add it self, it's only empty folders , i didn't yet researched what is what to manually add it in , but i will , it's werid why it won't apply , maybe a typo , because the winonline does apply to registery and it adds the values, but the tweak it self just doesn't work, full row still enabled.
Before i did any testing i first made the working base and also a readme, that if i find the solution i would upload for other, here's the readme that i made using winhelp article:
Ignore the recovery for now , didn't even made it to work.
http://answers.microsoft.com/en-us/...indows-7/862a337e-1eb5-4152-bba0-c54b70c94374
http://www.winhelponline.com/blog/disable-full-row-select-explorer-windows-7/
EDIT:
For example i made this one my self , and it doesn't add value REV, it just DOESNT APPLY into the registery, what the heck is this. Only creates a folder and that's it.
--------------------------------
UPDATE: Latest link: http://www.mediafire.com/download.php?blm2wiot5bav4cl
Been Annoyed by this ?

Systems are updated in february , usually i select which ones but it's manual update , automatic is disabled, the whole update servise is disabled normally.
I have a hunch there was an update that made these tweaks unusable too. Microsoft just sucks man.
There's this on the Microsoft thread:
2009 old
Code:
Windows Registry Editor Version 5.00
;Disable Full Row Select feature in Windows 7
;Original created by Ramesh Srinivasan
;http://www.winhelponline.com/blog/disable-full-row-select-explorer-windows-7/
;Created on 19 Feb 2010
;Modified for Windows 7 Professional by Thorsten Albrecht (10.03.2010)
[-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"
;Generic - Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
"FFlags"=dword:43000001
"Mode"=dword:00000004
;Documents - Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}]
"FFlags"=dword:43000001
"Mode"=dword:00000004
;Music - Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}]
"FFlags"=dword:43000001
"Mode"=dword:00000004
;Pictures - Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}]
"FFlags"=dword:43000001
"Mode"=dword:00000004
;Videos - Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}]
"Mode"=dword:00000004
"FFlags"=dword:43000001
; added for Windows 7 Professional (original Vista Patch)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FullRowSelect"=dword:00000000
This is on the Winhelp from 2010:
Code:
Windows Registry Editor Version 5.00
;Disable Full Row Select feature in Windows 7
;Created by Ramesh Srinivasan
;http://www.winhelponline.com/Blog
;Created on 19 Feb 2010
;Updated on 28 Feb 2011
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FullRowSelect"=dword:00000000
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
"FFlags"=dword:43000001
"FolderType"="Generic"
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}]
"FFlags"=dword:43000001
"FolderType"="Videos"
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}]
"FFlags"=dword:43000001
"FolderType"="Documents"
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}]
"FFlags"=dword:43000001
"FolderType"="Music"
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}]
"FFlags"=dword:43000001
"FolderType"="Pictures"
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{DE2B70EC-9BF7-4A93-BD3D-243F7881D492}]
"FolderType"="Contacts"
And this is the "proper" reg file that was found by winhelp commenter 2011 (same link, scroll down)
Code:
Windows Registry Editor Version 5.00
;Disable Full Row Select feature in Windows 7
;Created by Ramesh Srinivasan
;http://www.winhelponline.com/Blog
;Created on 19 Feb 2010
;[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“FullRowSelect”=dword:00000000
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
“KnownFolderDerivedFolderType”=”{57807898-8C4F-4462-BB63-71042380B109}”
“SniffedFolderType”=”Generic”
;Generic – Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
“Rev”=dword:00000000
“FFlags”=dword:43000001
“Vid”=”{137E7700-3573-11CF-AE69-08002B2E1262}”
“Mode”=dword:00000004
“LogicalViewMode”=dword:00000001
“IconSize”=dword:00000010
“ColInfo”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
“Sort”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
“GroupView”=dword:00000000
“GroupByKey:FMTID”=”{00000000-0000-0000-0000-000000000000}”
“GroupByKey:PID”=dword:00000000
“GroupByDirection”=dword:00000001
;Documents – Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}]
“Rev”=dword:00000000
“Vid”=”{137E7700-3573-11CF-AE69-08002B2E1262}”
“Mode”=dword:00000004
“LogicalViewMode”=dword:00000001
“IconSize”=dword:00000010
“ColInfo”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
“Sort”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
“GroupView”=dword:00000000
“GroupByKey:FMTID”=”{00000000-0000-0000-0000-000000000000}”
“GroupByKey:PID”=dword:00000000
“GroupByDirection”=dword:00000001
“FFlags”=dword:43000001
;Music – Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}]
“Rev”=dword:00000000
“Vid”=”{137E7700-3573-11CF-AE69-08002B2E1262}”
“Mode”=dword:00000004
“LogicalViewMode”=dword:00000001
“IconSize”=dword:00000010
“ColInfo”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
“Sort”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
“GroupView”=dword:00000000
“GroupByKey:FMTID”=”{00000000-0000-0000-0000-000000000000}”
“GroupByKey:PID”=dword:00000000
“GroupByDirection”=dword:00000001
“FFlags”=dword:43000001
;Pictures – Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}]
“Rev”=dword:00000000
“Vid”=”{137E7700-3573-11CF-AE69-08002B2E1262}”
“Mode”=dword:00000004
“LogicalViewMode”=dword:00000001
“IconSize”=dword:00000010
“ColInfo”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
“Sort”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
“GroupView”=dword:00000000
“GroupByKey:FMTID”=”{00000000-0000-0000-0000-000000000000}”
“GroupByKey:PID”=dword:00000000
“GroupByDirection”=dword:00000001
“FFlags”=dword:43000001
;Videos – Folder Template
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}]
“Rev”=dword:00000000
“Vid”=”{137E7700-3573-11CF-AE69-08002B2E1262}”
“Mode”=dword:00000004
“LogicalViewMode”=dword:00000001
“IconSize”=dword:00000010
“ColInfo”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
“Sort”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
“GroupView”=dword:00000000
“GroupByKey:FMTID”=”{00000000-0000-0000-0000-000000000000}”
“GroupByKey:PID”=dword:00000000
“GroupByDirection”=dword:00000001
“FFlags”=dword:43000001
The problem is , this last piece of code , just doesn't want to apply into the regisery , just doesn't add it self, it's only empty folders , i didn't yet researched what is what to manually add it in , but i will , it's werid why it won't apply , maybe a typo , because the winonline does apply to registery and it adds the values, but the tweak it self just doesn't work, full row still enabled.
Before i did any testing i first made the working base and also a readme, that if i find the solution i would upload for other, here's the readme that i made using winhelp article:
Working registery: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\
Instruction:
1. Clean Bags (Delete Bags and BagsMRU Keys in registery but first make recoveries by exporting)
2. Restart System(PC) or Restart Explorer.exe
3. Run Enable
4. Open "My Computer" and then close it after it opens
5. Restart PC System or Reboot Explorer.exe
6. Ok!
Disabling and Recovery:
1. Clean Bags (you can even make recovery for these if you want future enabling)
2. Restart PC or Explorer.exe
3. Run Disable
4. Open "My computer" and then close it.
5. Restart PC or Explorer.exe
6. Apply Recovery
7. Restart PC or Explorer.exe
8. Ok!
Ignore the recovery for now , didn't even made it to work.
http://answers.microsoft.com/en-us/...indows-7/862a337e-1eb5-4152-bba0-c54b70c94374
http://www.winhelponline.com/blog/disable-full-row-select-explorer-windows-7/
EDIT:
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\{5C4F8B5-F869-4E84-8E60-F11DB97C5CC7}]
“Rev”=dword:00000000
For example i made this one my self , and it doesn't add value REV, it just DOESNT APPLY into the registery, what the heck is this. Only creates a folder and that's it.
--------------------------------
UPDATE: Latest link: http://www.mediafire.com/download.php?blm2wiot5bav4cl
Last edited: