Jump to content

Recommended Posts

Posted (edited)

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.

Edited by ScubaSteve

Posted

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

Posted

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........

Posted (edited)

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"

Edited by diesel_98a

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...