mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[SHELL32]
- Properly add Printers folder in Control Panel. CORE-12193 svn path=/trunk/; revision=73137
This commit is contained in:
parent
0fe87b6c3c
commit
f7841638f6
1 changed files with 4 additions and 10 deletions
|
@ -5,9 +5,9 @@ HKCR
|
|||
ForceRemove {2227A280-3AEA-1069-A2DE-08002B30309D} = s 'Printers and Faxes'
|
||||
{
|
||||
val '{305CA226-D286-468e-B848-2B2E8E697B74} 2' = d '2'
|
||||
val 'InfoTip' = e '@%%SystemRoot%%\system32\SHELL32.dll,-12696'
|
||||
val 'IntroText' = e '@%%SystemRoot%%\system32\SHELL32.dll,-31757'
|
||||
val 'LocalizedString' = e '@%%SystemRoot%%\system32\SHELL32.dll,-9319'
|
||||
val InfoTip = e '@%%SystemRoot%%\system32\SHELL32.dll,-12696'
|
||||
val IntroText = e '@%%SystemRoot%%\system32\SHELL32.dll,-31757'
|
||||
val LocalizedString = e '@%%SystemRoot%%\system32\SHELL32.dll,-9319'
|
||||
DefaultIcon = e '%%SystemRoot%%\System32\shell32.dll,-138'
|
||||
InprocServer32 = s '%MODULE%'
|
||||
{
|
||||
|
@ -36,13 +36,7 @@ HKLM
|
|||
{
|
||||
NoRemove NameSpace
|
||||
{
|
||||
Printers = s '{2227A280-3AEA-1069-A2DE-08002B30309D}'
|
||||
{
|
||||
val 'IconIndex' = d '&H0000012C'
|
||||
val 'Info' = s 'Adds, removes and changes settings for printers.'
|
||||
val 'Module' = e '%%SystemRoot%%\system32\main.cpl'
|
||||
val 'Name' = s 'Printers and Faxes'
|
||||
}
|
||||
'{2227A280-3AEA-1069-A2DE-08002B30309D}' = s 'Printers'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue