mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +00:00
- registry keys for open with
svn path=/trunk/; revision=30865
This commit is contained in:
parent
173cee5d1e
commit
80da58bad1
2 changed files with 4 additions and 3 deletions
|
@ -244,7 +244,7 @@ HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","",0x00000000
|
||||||
HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
|
HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","ThreadingModel",0x00000000,"Apartment"
|
||||||
HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex\MayChangeDefaultMenu","",0x00000000,""
|
HKCR,"CLSID\{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex\MayChangeDefaultMenu","",0x00000000,""
|
||||||
HKCR,"SystemFileAssociations","",0x00000000,""
|
HKCR,"SystemFileAssociations","",0x00000000,""
|
||||||
|
HKCR,"Applications","",0x00000000,""
|
||||||
|
|
||||||
; Recycle bin is not implemented
|
; Recycle bin is not implemented
|
||||||
;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","",0x00000000,"Recycle Bin"
|
;HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}","",0x00000000,"Recycle Bin"
|
||||||
|
|
|
@ -38,8 +38,9 @@ HKCU,"SOFTWARE\Microsoft\DirectX","InstallMDX",0x00010001,0x00000001
|
||||||
HKCU,"SOFTWARE\Microsoft\DirectX","RC",0x00010001,0x00000000
|
HKCU,"SOFTWARE\Microsoft\DirectX","RC",0x00010001,0x00000000
|
||||||
HKCU,"SOFTWARE\Microsoft\DirectX","Version",0x00000000,"5.03.2600.2180"
|
HKCU,"SOFTWARE\Microsoft\DirectX","Version",0x00000000,"5.03.2600.2180"
|
||||||
|
|
||||||
|
; Open With settings
|
||||||
|
HKCU,"SOFTWARE\Classes",,0x00000012
|
||||||
|
HKCU,"SOFTWARE\Classes\Applications",,0x00000012
|
||||||
|
|
||||||
; Current user shell folder settings
|
; Current user shell folder settings
|
||||||
HKCU,"SOFTWARE\Microsoft\Windows",,0x00000012
|
HKCU,"SOFTWARE\Microsoft\Windows",,0x00000012
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue