58 lines
2.5 KiB
Plaintext
58 lines
2.5 KiB
Plaintext
|
|
[Strings]
|
|
Msft = "Microsoft"
|
|
|
|
;TCPIP strings
|
|
MS_TCPIP.DisplayName = "Internet Protocol (TCP/IP)"
|
|
MS_TCPIP.DHCP.DisplayName = "DHCP Client"
|
|
MS_TCPIP.DHCP.ServiceDescription = "Manages network configuration by registering and updating IP addresses and DNS names."
|
|
MS_TCPIP.TCPIP.ServiceDescription = "TCP/IP Protocol Driver"
|
|
|
|
MS_TCPIP.Provider_Desc = "Tcpip"
|
|
MS_NTDS.Provider_Desc = "NTDS"
|
|
|
|
;WINS strings
|
|
MS_WINS.DisplayName = "WINS Client(TCP/IP) Protocol"
|
|
MS_WINS.LMHosts.DisplayName = "TCP/IP NetBIOS Helper"
|
|
MS_WINS.LMHosts.ServiceDescription = "Enables support for NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution."
|
|
;MS_WINS.WINS.ServiceDescription = "WINS Client(TCP/IP) Protocol Driver"
|
|
MS_WINS.WINS.ServiceDescription = "NetBios over Tcpip"
|
|
|
|
;ATM ARPC
|
|
MS_ATMARPC.DeviceDesc = "ATM ARP Client Protocol"
|
|
|
|
;DNSCACHE
|
|
MS_TCPIP.DNSCACHE.DisplayName = "DNS Client"
|
|
MS_TCPIP.DNSCACHE.ServiceDescription = "Resolves and caches Domain Name System (DNS) names for this computer. If this service is stopped, this computer will not be able to resolve DNS names and locate Active Directory domain controllers. If this service is disabled, any services that explicitly depend on it will fail to start."
|
|
|
|
; IPSEC
|
|
MS_TCPIP.IPSEC.ServiceDescription = "IPSEC driver"
|
|
MS_TCPIP.Oakley.ServiceDescription = "ISAKMP/Oakley Key Manager"
|
|
MS_TCPIP.PolicyAgent.DisplayName = "IPSEC Services"
|
|
MS_TCPIP.PolicyAgent.ServiceDescription = "Manages IP security policy and starts the ISAKMP/Oakley (IKE) and the IP security driver."
|
|
|
|
; Winsock Mobility strings
|
|
MS_TCPIP.Nla.DisplayName = "Network Location Awareness (NLA)"
|
|
MS_TCPIP.Nla.ServiceDescription = "Collects and stores network configuration and location information, and notifies applications when this information changes."
|
|
MS_TCPIP.Nla.Provider_Desc = "Network Location Awareness (NLA) Namespace"
|
|
|
|
IPSEC_Group_Name = "Administrative Tools"
|
|
IPSEC_Admin_Desc = "IP Security Management"
|
|
|
|
; NETBT_SMB
|
|
MS_NETBT_SMB.DisplayName = "Message-oriented TCP/IP Protocol (SMB session)"
|
|
MS_NETBT_SMB.HelpText = "A protocol layered on TCP/IP which preserves message boundaries. This instance of the protocol is for use by the file sharing protocol."
|
|
|
|
; AddReg flags
|
|
FLG_ADDREG_TYPE_EXPAND_SZ = 0x00020000
|
|
FLG_ADDREG_TYPE_MULTI_SZ = 0x00010000
|
|
FLG_ADDREG_TYPE_DWORD = 0x00010001
|
|
FLG_ADDREG_KEYONLY = 0x00000010
|
|
FLG_ADDREG_SZ_NO_CLOBBER = 0x00000002
|
|
FLG_ADDREG_MULTI_SZ_APPEND = 0x0001000A
|
|
FLG_ADDREG_TYPE_BINARY = 0x00000001
|
|
FLG_ADDREG_DWORD_NO_CLOBBER = 0x00010003
|
|
|
|
|
|
|