mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Add a first network adapter at index 0000, as real ones start at index 0001
See issue #2034 for more details. svn path=/trunk/; revision=26938
This commit is contained in:
parent
d36da2336c
commit
9c24c8e35e
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
|
|||
HKR, , Icon, 0, "-5"
|
||||
HKR, , Installer32, 0, "NetCfgx.dll,NetClassInstaller"
|
||||
|
||||
; Add a fake network adapter entry in registry (Real adapters start at index 1)
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000","",0x00010000,""
|
||||
|
||||
[Strings]
|
||||
ReactOS = "ReactOS Team"
|
||||
DisplayClassName = "Network Adapters"
|
||||
|
|
Loading…
Reference in a new issue