mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Patch by Serge Gautherie:
[BOOTDATA] hivesys.inf: Put 'Mup' service back in 'File System' group. (Fix r72450) Fixes installation of Vmware Tools which was always hanging. CORE-12107 #resolve svn path=/trunk/; revision=75355
This commit is contained in:
parent
13ae1129e5
commit
21fc538caa
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ HKLM,"SYSTEM\CurrentControlSet\Services\mpu401","Type",0x00010001,0x00000001
|
|||
; Multiple UNC provider driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","Description",0x00000000,"Multiple UNC Provider (MUP)"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","ErrorControl",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","Group",0x00000000,"Network"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","Group",0x00000000,"File System"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","ImagePath",0x00020000,"system32\drivers\mup.sys"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","Start",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Mup","Type",0x00010001,0x00000002
|
||||
|
|
Loading…
Reference in a new issue