MSFN Forum: Control Panel Icon View - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Control Panel Icon View How Do I? Rate Topic: -----

#1 User is offline   twig123 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 02-October 05

Posted 14 May 2006 - 08:19 PM

Right now my unattended CD is setup to have my files & folders show up in 'Detail View'.
I am wondering what I need to change to make ONLY the Control Panel show up in 'Icon View'.

Thanks In Advance


#2 User is offline   twig123 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 02-October 05

Posted 16 May 2006 - 12:49 PM

Any ideas?

#3 User is offline   JohnS 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 14-May 05

Posted 16 May 2006 - 02:13 PM

I think you have no luck:
http://www.msfn.org/board/index.php?showtopic=38289&hl=

#4 User is offline   twig123 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 02-October 05

Posted 17 May 2006 - 09:17 AM

Hmm.... the setting can get saved after it is changed.... so there must be a way..................

#5 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 18 May 2006 - 09:39 AM

try regshot/regsnap to find the propper key, as you said, it must be stored somewhere ;)

#6 User is offline   JohnS 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 14-May 05

Posted 19 May 2006 - 04:03 PM

I have used regshot but with no luck.

#7 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 20 May 2006 - 05:02 AM

if your on about changing it to clissic view, so you see allin the control panel, then, yes, it is storedin the registry under this key
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001

and i found it doing a regshot

#8 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 20 May 2006 - 07:56 AM

View PostJohnS, on May 19 2006, 11:03 PM, said:

I have used regshot but with no luck.


If you're using rehgshot or any similar tool, you have to select "Apply to all folders" in tools, folder options, display when changing view. Otherwise it only gets applied to the current window (when it does).

#9 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 May 2006 - 08:08 AM

I use the same tweak as oioldman

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 User is offline   JohnS 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 14-May 05

Posted 20 May 2006 - 11:14 AM

View Postoioldman, on May 20 2006, 10:02 AM, said:

if your on about changing it to clissic view, so you see allin the control panel, then, yes, it is storedin the registry under this key
[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.

View PostCamarade_Tux, on May 20 2006, 12:56 PM, said:

View PostJohnS, on May 19 2006, 11:03 PM, said:

I have used regshot but with no luck.


If you're using rehgshot or any similar tool, you have to select "Apply to all folders" in tools, folder options, display when changing view. Otherwise it only gets applied to the current window (when it does).

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 User is offline   twig123 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 02-October 05

Posted 22 May 2006 - 03:11 PM

Still looking for how to make the control panel into Classic "Icon View" instead of "Detail View" like it is ATM.

#12 User is offline   JohnS 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 14-May 05

Posted 24 May 2006 - 03:32 PM

Well, I think I have got it.

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

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Shell]
"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). :blushing:
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. :thumbup
I hope that this helps someone

This post has been edited by JohnS: 19 July 2006 - 06:43 PM


#13 User is offline   twig123 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 02-October 05

Posted 21 June 2006 - 03:27 PM

OMFG, I've Found A Miracle Cure!!!
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 User is offline   mandrke 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 18-July 05

Posted 19 July 2006 - 05:08 AM

Miniature=Thumbnail
Mosaic=Tile view

JohnS' translation done

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy