34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
|
[Strings]
|
||
|
Msft = "Microsoft"
|
||
|
|
||
|
; Service names
|
||
|
SNMP_Display = "SNMP Service"
|
||
|
SNMP_Desc = "Includes agents that monitor the activity in network devices and report to the network console workstation."
|
||
|
SNMPTRAP_Display = "SNMP Trap Service"
|
||
|
SNMPTRAP_Desc = "Receives trap messages generated by local or remote SNMP agents and forwards the messages to SNMP management programs running on this computer."
|
||
|
SNMP_HELP = "Simple Network Management Protocol service that enables a Windows computer to be administered remotely with an SNMP management tool."
|
||
|
Admin_Tools = "Administrative Tools"
|
||
|
|
||
|
REG_MULTI_SZ = 0x10000
|
||
|
REG_EXPAND_SZ = 0x20000
|
||
|
FLG_ADDREG_KEYONLY = 0x0010
|
||
|
REG_DWORD = 0x10001
|
||
|
SERVICE_DEMAND_START = 3
|
||
|
SERVICE_AUTO_START = 2
|
||
|
SERVICE_WIN32_SHARE_PROCESS = 32
|
||
|
SERVICE_FILE_SYSTEM_DRIVER = 2
|
||
|
SERVICE_WIN32_OWN_PROCESS = 16
|
||
|
|
||
|
; Characteristic flags
|
||
|
NCF_VIRTUAL = 0x0001
|
||
|
NCF_WRAPPER = 0x0002
|
||
|
NCF_PHYSICAL = 0x0004
|
||
|
NCF_HIDDEN = 0x0008
|
||
|
NCF_NO_SERVICE = 0x0010
|
||
|
NCF_NOT_USER_REMOVABLE = 0x0020
|
||
|
NCF_HAS_UI = 0x0080
|
||
|
NCF_MODEM = 0x0100
|
||
|
|
||
|
KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
|
||
|
|