Skip to content

Commit d8fca85

Browse files
committed
Worked on documentation
1 parent beb0cda commit d8fca85

File tree

1 file changed

+46
-3
lines changed

1 file changed

+46
-3
lines changed

docs/sources/system-keys/Services-and-drivers.md

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,26 @@ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
1010

1111
Sub keys:
1212

13-
Value | Data type | Description
14-
--- | --- | ---
1513
Name | Description
14+
--- | ---
1615
%NAME% | The driver or service sub key. Where %NAME% corresponds with the name of the driver or service.
1716

18-
## Driver or Service Name sub key
17+
## Name sub key
18+
19+
Sub keys:
20+
21+
Name | Description
22+
--- | ---
23+
Cache |
24+
DeviceInRange |
25+
Linkage |
26+
Options |
27+
Parameters |
28+
Performance |
29+
Security |
30+
Settings |
31+
StartOverride |
32+
tracing |
1933

2034
Values:
2135

@@ -37,6 +51,35 @@ ServiceSidType | |
3751
Tag | `REG_DWORD` |
3852
Type | `REG_DWORD` | The driver or service type.
3953

54+
### Parameters sub key
55+
56+
Sub keys:
57+
58+
Name | Description
59+
--- | ---
60+
PnpInterface |
61+
Policy |
62+
TriggerInfo |
63+
WakeUp |
64+
Wdf |
65+
66+
Values:
67+
68+
Value | Data type | Description
69+
--- | --- | ---
70+
AmdXataOptions | `REG_DWORD_LITTLE_ENDIAN` |
71+
AMLIMaxCTObjs | `REG_BINARY` |
72+
APEIOSCGranted | `REG_BINARY` |
73+
AthDfuWaitInfinite | `REG_DWORD_LITTLE_ENDIAN` |
74+
BusType | `REG_DWORD_LITTLE_ENDIAN` |
75+
DebugFlags | `REG_DWORD_LITTLE_ENDIAN` |
76+
IoTimeoutValue | `REG_DWORD_LITTLE_ENDIAN` |
77+
MaintainServerList | `REG_SZ` |
78+
ServiceDll | `REG_EXPAND_SZ` |
79+
ServiceDllUnloadOnStop | `REG_DWORD_LITTLE_ENDIAN` |
80+
ServiceMain | `REG_SZ` |
81+
WHEAOSCImplemented | `REG_BINARY` |
82+
4083
### ErrorControl value
4184

4285
Value | Identifier | Description

0 commit comments

Comments
 (0)