Scubar Posted July 25, 2005 Posted July 25, 2005 (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 July 25, 2005 by ScubaSteve
Doc Symbiosis Posted July 27, 2005 Posted July 27, 2005 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
diesel_98a Posted July 28, 2005 Posted July 28, 2005 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........
diesel_98a Posted July 30, 2005 Posted July 30, 2005 (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 July 30, 2005 by diesel_98a
Doc Symbiosis Posted July 30, 2005 Posted July 30, 2005 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.
Yzöwl Posted July 30, 2005 Posted July 30, 2005 If you search the web you should find a freeware tool which will create unique GUIDs.One such example from Microsoft can be found here.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now