mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
Add new registry inf files.
svn path=/trunk/; revision=4394
This commit is contained in:
parent
4f8e2ab714
commit
8b3c315dd9
5 changed files with 47 additions and 0 deletions
|
@ -41,6 +41,8 @@ rem copy data files
|
|||
copy /Y bootdata\autorun.inf %BOOTCD_DIR%\disk
|
||||
copy /Y bootdata\readme.txt %BOOTCD_DIR%\disk
|
||||
|
||||
copy /Y bootdata\hivecls.inf %BOOTCD_DIR%\disk\install
|
||||
copy /Y bootdata\hivedef.inf %BOOTCD_DIR%\disk\install
|
||||
copy /Y bootdata\hivesft.inf %BOOTCD_DIR%\disk\install
|
||||
copy /Y bootdata\hivesys.inf %BOOTCD_DIR%\disk\install
|
||||
|
||||
|
|
15
reactos/bootdata/hivecls.inf
Normal file
15
reactos/bootdata/hivecls.inf
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Version]
|
||||
Signature="$ReactOS$
|
||||
|
||||
[AddReg]
|
||||
HKLM,"SOFTWARE\Classes",,0x00000010
|
||||
|
||||
HKCR,"CLSID",,0x00000012
|
||||
|
||||
HKCR,"Interface",,0x00000012
|
||||
|
||||
HKCR,"NDS\Clsid","",0x00000002,"{323991f0-7bad-11cf-b03d-00aa006e0975}"
|
||||
|
||||
HKCR,"WinNT\Clsid","",0x00000002,"{8b20cd60-0f29-11cf-abc4-02608c9e7553}"
|
||||
|
||||
; EOF
|
12
reactos/bootdata/hivedef.inf
Normal file
12
reactos/bootdata/hivedef.inf
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Version]
|
||||
Signature="$ReactOS$
|
||||
|
||||
[AddReg]
|
||||
|
||||
HKCU,"Control Panel",,0x00000012
|
||||
|
||||
HKCU,"Control Panel\Appearance",,0x00000012
|
||||
|
||||
HKCU,"Environment",,0x00000012
|
||||
|
||||
; EOF
|
10
reactos/bootdata/hivesft.inf
Normal file
10
reactos/bootdata/hivesft.inf
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Version]
|
||||
Signature="$ReactOS$
|
||||
|
||||
[AddReg]
|
||||
|
||||
|
||||
HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","Shell",0x00020000,"%SystemRoot%\System32\cmd.exe"
|
||||
HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","StartServices",0x00010001,0x00000001
|
||||
|
||||
; EOF
|
|
@ -96,3 +96,11 @@ system.hiv = 4
|
|||
|
||||
[SetupData]
|
||||
DefaultPath = \ReactOS
|
||||
|
||||
[HiveInfs.Install]
|
||||
AddReg=hivecls.inf,AddReg
|
||||
AddReg=hivedef.inf,AddReg
|
||||
AddReg=hivesft.inf,AddReg
|
||||
AddReg=hivesys.inf,AddReg
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue