File tree Expand file tree Collapse file tree 1 file changed +46
-3
lines changed
Expand file tree Collapse file tree 1 file changed +46
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,26 @@ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
1010
1111Sub keys:
1212
13- Value | Data type | Description
14- --- | --- | ---
1513Name | 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
2034Values:
2135
@@ -37,6 +51,35 @@ ServiceSidType | |
3751Tag | ` REG_DWORD ` |
3852Type | ` 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
4285Value | Identifier | Description
You can’t perform that action at this time.
0 commit comments