This post has been edited by ScubaSteve: 25 July 2005 - 04:15 PM
Page 1 of 1
Adding a program link to control panel
#1
Posted 25 July 2005 - 04:14 PM
hi just a quick question im going to place a program in the system32 folder for my unattended cd and was wondering what registry entries i would need to add so that i can have a shortcut icon in control panel.
#2
Posted 27 July 2005 - 03:40 AM
I don't know if this helps, but with the following regtweak, you add the classic user control to control panel.
;Classic user control in control panel
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="User Accounts(classic view)"
"InfoTip"="Starts The Classic User Control"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]
@="%SystemRoot%\\\\\\\\System32\\\\\\\\nusrmgr.cpl,0"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command]
@="Control Userpasswords2"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="user accounts (classic view)"
You just have to modify a litlle bit and should work
;Classic user control in control panel
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="User Accounts(classic view)"
"InfoTip"="Starts The Classic User Control"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]
@="%SystemRoot%\\\\\\\\System32\\\\\\\\nusrmgr.cpl,0"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command]
@="Control Userpasswords2"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="user accounts (classic view)"
You just have to modify a litlle bit and should work
#3
Posted 28 July 2005 - 10:15 AM
i have some tweaks (reg entries) that will allow u to add anything to the control panel just be changing a couple #s, i post a sample when i get home........
#4
Posted 29 July 2005 - 10:49 PM
here is the code, don't forget to change the #s (D14ED2E1-C75B-443c-BD7C-FC03B2F08C18 to D14ED2E1-C75B-443c-BD7C-FC03B2F08C19, and so on) & the names & the program apps............oh yeah its the same thing tweak ui uses..........
;Show CDPlayer in Control Panel
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}]
@="CDPlayer"
"InfoTip"="CDPlayer"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\cdplayer.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}\Shell\Open\command]
@="cdplayer.exe"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}\ShellFolder]
"Attributes"=dword:00000030
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C18}]
@="Fügt Tweakui der Systemsteuerung hinzu"
;Show IExpress in Control Panel
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}]
@="IExpress"
"InfoTip"="IExpress"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\IExpress.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open\command]
@="IExpress.exe"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\ShellFolder]
"Attributes"=dword:00000030
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}]
@="Fügt Tweakui der Systemsteuerung hinzu"
This post has been edited by diesel_98a: 29 July 2005 - 10:50 PM
#5
Posted 30 July 2005 - 03:48 AM
Where does the CLSID entry come from? When I want to add my own program shortcut, can I choose any CLSID, which isn't defined?
Thanks in advance.
Thanks in advance.
#6
Posted 30 July 2005 - 06:35 AM
If you search the web you should find a freeware tool which will create unique GUIDs.
- ← How Do I Change The Default Installation Path?
- Application Installs
- How to discover the switch ? →
Share this topic:
Page 1 of 1



Help

Back to top








