Control Panel Icon View How Do I?
#1
Posted 14 May 2006 - 08:19 PM
I am wondering what I need to change to make ONLY the Control Panel show up in 'Icon View'.
Thanks In Advance
#3
Posted 16 May 2006 - 02:13 PM
#4
Posted 17 May 2006 - 09:17 AM
#5
Posted 18 May 2006 - 09:39 AM
#7
Posted 20 May 2006 - 05:02 AM
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001
and i found it doing a regshot
#8
Posted 20 May 2006 - 07:56 AM
#9
Posted 20 May 2006 - 08:08 AM
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001
Have used it for way over a year...
#10
Posted 20 May 2006 - 11:14 AM
oioldman, on May 20 2006, 10:02 AM, said:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001
and i found it doing a regshot
No, that's not what we want.
Thats for Classic View of Control Panel.
We want to change a Classic Control Panel to Icon view.
Camarade_Tux, on May 20 2006, 12:56 PM, said:
But that's exactly what I want.
I have list view in Windows Explorer and I want Icon view in Control Panel
This post has been edited by JohnS: 20 May 2006 - 11:26 AM
#11
Posted 22 May 2006 - 03:11 PM
#12
Posted 24 May 2006 - 03:32 PM
Thumbnail View
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Shell]
"Vid"="{8BEBB290-52D0-11D0-B7F4-00C04FD706EC}"
Tile View
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Shell]
"Vid"="{65F125E5-7BE1-4810-BA9D-D271C8432CE3}"
Icon View
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Shell]
"Vid"="{0057D0E0-3573-11CF-AE69-08002B2E1262}"
List View
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Shell]
"Vid"="{0E1FA5E0-3573-11CF-AE69-08002B2E1262}"
Detail View
Quote
"Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
Notes:
1- It seems that you can apply these tweaks only when logged on. Otherwise they won't stick.
2- That "1" after "Bags" is not always 1. If you open first Windows Explorer, 1 will be Windows Explorer and you will be applying the view to Explorer.
If you open Control Panel after opening Windows Explorer, Control Panel will be 2.
I solved that by, after first logon, opening and closing Control Panel and then aplying the view I want, all this with an Autoit Script. That way I know Control Panel will be 1 (I am ashame of my autoit script because of it's poor quality, so I wont post it).
3- I don't know why, but I have to open and close Control Panel twice so that the tweak get's applyed. I hope someone can explain that to me.
4- Miniature View and Mosaic View possibly are not the names of the views in an english OS, but I don't know that. I translated it. Now it's ok - Thanks to mandrke.
5- You have two ways of applying Classic Control View: I use "shell:controlpanelfolder" because that way one can allways choose category view.
5- Finally, it works perfecly for me.
I hope that this helps someone
This post has been edited by JohnS: 19 July 2006 - 06:43 PM
#13
Posted 21 June 2006 - 03:27 PM
Set all of the settings that you want (ie: Desktop Icon Arrangement & Control Panel View)
Then... Copy The NTUSER.DAT file (its a hidden file) to the "Default User" (again a hidden folder) under "Documents and Settings" to replace the existing file. Every time a new user is created, it will still have the same Icon Arrangement as well as Control Panel view!!!
However, I have not tested this in an unattended windows install situation yet.
Test it and let me know!
#14
Posted 19 July 2006 - 05:08 AM
Mosaic=Tile view
JohnS' translation done



Help

Back to top









