mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[BOOTDATA]
- Add Start Menu shell32 class to registry so LiveCD has it. It's needed for explorer-new. [FREELDR] - Fix rbuild file svn path=/trunk/; revision=51931
This commit is contained in:
parent
f8362347e4
commit
ea760d80b9
2 changed files with 5 additions and 1 deletions
|
@ -318,6 +318,10 @@ HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}","",0x00000000,"Shell Drag an
|
||||||
HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
|
HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
|
||||||
HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
|
HKCR,"CLSID\{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
|
||||||
|
|
||||||
|
HKCR,"CLSID\{4622AD11-FF23-11D0-8D34-00A0C90F2719}","",0x00000000,"Shell Start Menu"
|
||||||
|
HKCR,"CLSID\{4622AD11-FF23-11D0-8D34-00A0C90F2719}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll"
|
||||||
|
HKCR,"CLSID\{4622AD11-FF23-11D0-8D34-00A0C90F2719}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
|
||||||
|
|
||||||
; Folder Options CPL
|
; Folder Options CPL
|
||||||
HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}","",0x00000000,"Folder Options"
|
HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}","",0x00000000,"Folder Options"
|
||||||
HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-150"
|
HKCR,"CLSID\{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-150"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
|
||||||
<module name="setupldr" type="bootloader" baseaddress="$(BASEADDRESS_FREELDR)>
|
<module name="setupldr" type="bootloader" baseaddress="$(BASEADDRESS_FREELDR)">
|
||||||
<linkerscript>freeldr_$(ARCH).lnk</linkerscript>
|
<linkerscript>freeldr_$(ARCH).lnk</linkerscript>
|
||||||
<bootstrap installbase="loader" />
|
<bootstrap installbase="loader" />
|
||||||
<library>freeldr_startup</library>
|
<library>freeldr_startup</library>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue