mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
16 lines
493 B
INI
16 lines
493 B
INI
[version]
|
|
Signature="$CHICAGO$"
|
|
|
|
[RegisterDll]
|
|
AddReg = Qmgr.Reg
|
|
|
|
[UnregisterDll]
|
|
DelReg = Qmgr.Reg
|
|
|
|
[Qmgr.Reg]
|
|
HKCR,"AppID\BITS","AppID",,"%CLSID_BackgroundCopyQMgr%"
|
|
HKCR,"AppID\%CLSID_BackgroundCopyQMgr%","LocalService",,"BITS"
|
|
HKCR,"CLSID\%CLSID_BackgroundCopyManager%","AppID",,"%CLSID_BackgroundCopyQMgr%"
|
|
|
|
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","netsvcs",0x00010008,"BITS"
|
|
HKLM,"System\CurrentControlSet\Services\BITS\Parameters","ServiceDll",0x00020000,"qmgr.dll"
|