Skip to content

Commit

Permalink
[BOOTDATA] Add canonical names for Control Panel items
Browse files Browse the repository at this point in the history
All of these entries map a .CPL file to a Windows Vista-style
canonical name.

Note that main.sys has not been processed, and Microsoft.Mouse
and Microsoft.Keyboard are missing, because you can have only
one canonical name per .CPL file.
  • Loading branch information
wjk committed Jan 19, 2024
1 parent 619ff7c commit f5d6a77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boot/bootdata/hivesft.inf
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,20 @@ HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer","NoSimpleStar
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls",,0x00000012
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls","Console",0x00020000,"%SystemRoot%\system32\console.dll"

; Control Panel Applet Canonical Names
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\timedate.cpl",0x00000000,"Microsoft.DateAndTime"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\inetcpl.cpl",0x00000000,"Microsoft.InternetOptions"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\powercfg.cpl",0x00000000,"Microsoft.PowerOptions"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\appwiz.cpl",0x00000000,"Microsoft.ProgramsAndFeatures"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\input.cpl",0x00000000,"Microsoft.Language"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\intl.cpl",0x00000000,"Microsoft.RegionAndLanguageOptions"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\mmsys.cpl",0x00000000,"Microsoft.Sound"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\sysdm.cpl",0x00000000,"Microsoft.System"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\usrmgr.cpl",0x00000000,"Microsoft.UserAccounts"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\hdwwiz.cpl",0x00000000,"Microsoft.AddHardware"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\telephon.cpl",0x00000000,"Microsoft.PhoneAndModemOptions"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName","%SystemRoot%\desk.cpl",0x00000000,"Microsoft.Personalization"

; Cursors Schemes
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes","ReactOS Default",0x00020000,""",,,,,,,,,,,,,"""

Expand Down

0 comments on commit f5d6a77

Please sign in to comment.