Author: hbelusca
Date: Sun Oct 6 16:01:01 2013
New Revision: 60563
URL:
http://svn.reactos.org/svn/reactos?rev=60563&view=rev
Log:
[BOOTDATA]
- Add some descriptions.
- Add HKLM\Software\Microsoft\Windows NT\CurrentVersion\IniFileMapping needed for win2k3
basesrv (otherwise it fails to initialize) (and ours when the INI File Mappings
functionality will be fully implemented). INI File Mappings allows redirections from e.g.
system.ini --> Adequate Registry Key, when you use APIs such that
WritePrivateProfileString to write settings in those INI files (for 16-bit compat).
Modified:
trunk/reactos/boot/bootdata/hivesft.inf
Modified: trunk/reactos/boot/bootdata/hivesft.inf
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?…
==============================================================================
--- trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesft.inf [iso-8859-1] Sun Oct 6 16:01:01 2013
@@ -146,6 +146,10 @@
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Network\UMAddOns",,0x00000012
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Network\World Full Access Shared
Parameters",,0x00000012
+; INI File Mappings
+HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping",,0x00000012
+
+; Global Console settings
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console",,0x00000012
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Console\Nls","00000409",2,""
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Console\TrueTypeFont","0",2,"Lucida Console"
@@ -159,6 +163,7 @@
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IMM","LoadIMM",0x00010003,0
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IMM","LoadCTFIME",0x00010003,0
+; DOS Device ports
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Ports","COM1:",2,"9600,n,8,1"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Ports","COM2:",2,"9600,n,8,1"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Ports","COM3:",2,"9600,n,8,1"
@@ -1056,6 +1061,7 @@
HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FAT32",0x00000000,"ufat.dll"
HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FATX",0x00000000,"ufatx.dll"
+; Winlogon settings
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon","ConsoleShell",0x00020000,"%SystemRoot%\system32\cmd.exe"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe"