ifmon.dll.mui IF Monitor DLL ec898db4ce32ddfe7b9b34726f95216e

File info

File name: ifmon.dll.mui
Size: 67072 byte
MD5: ec898db4ce32ddfe7b9b34726f95216e
SHA1: 45985d9e9fcb8da6bcb483b37aef55458223b4bc
SHA256: 5187c06d0865635783bec2f11d6ca560baf483d1c694104f5859cbb16a566e2e
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in English (U.S.) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id English (U.S.) English
2501Dumps a configuration script.
Dumps a configuration script.
2502
Usage: %1!s!

Dumps a configuration script.


Usage: %1!s!

Dumps a configuration script.

2601Displays help.
Displays help.
2602
Usage: %1!s!

Displays help.


Usage: %1!s!

Displays help.

3401Displays interfaces.
Displays interfaces.
3402
Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - Name of a specific interface to show current
parameter settings.

Remarks: Shows interface parameters.

Examples:

%1!s! name="Wired Ethernet Connection"



Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - Name of a specific interface to show current
parameter settings.

Remarks: Shows interface parameters.

Examples:

%1!s! name="Wired Ethernet Connection"


3500Sets interface parameters.
Sets interface parameters.
3501
Usage %1!s! [name = ] IfName
[ [admin = ] ENABLED|DISABLED
[connect = ] CONNECTED|DISCONNECTED
[newname = ] NewName ]

Sets interface parameters.

IfName - the name of the interface
admin - whether the interface should be enabled
connect - whether to connect the interface (non-LAN only).
newname - new name for the interface (LAN only).

Notes:
- At least one option other than the name must be specified.
- If connect = CONNECTED is specified, then the interface
is automatically enabled even if the admin = DISABLED
option is specified.

Examples:

%1!s! name="Wired Ethernet Connection" admin=DISABLED
%1!s! name="Wired Ethernet Connection" newname="Connection 1"


Usage %1!s! [name = ] IfName
[ [admin = ] ENABLED|DISABLED
[connect = ] CONNECTED|DISCONNECTED
[newname = ] NewName ]

Sets interface parameters.

IfName - the name of the interface
admin - whether the interface should be enabled
connect - whether to connect the interface (non-LAN only).
newname - new name for the interface (LAN only).

Notes:
- At least one option other than the name must be specified.
- If connect = CONNECTED is specified, then the interface
is automatically enabled even if the admin = DISABLED
option is specified.

Examples:

%1!s! name="Wired Ethernet Connection" admin=DISABLED
%1!s! name="Wired Ethernet Connection" newname="Connection 1"

3905Sets configuration information.
Sets configuration information.
3907Displays information.
Displays information.
4001Displays IP address and additional information.
Displays IP address and additional information.
4002
Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays the IP address configuration for a specific interface or
interfaces, and other TCP/IP configuration information, such as
configured DNS and WINS servers.


Examples:

%1!s! "Wired Ethernet Connection"

Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays the IP address configuration for a specific interface or
interfaces, and other TCP/IP configuration information, such as
configured DNS and WINS servers.


Examples:

%1!s! "Wired Ethernet Connection"
4003Adds an IP address to the specified interface.
Adds an IP address to the specified interface.
4004
Usage: %1!s! [name=] [[addr=]IP address [mask=]IP subnet mask]
[[gateway=]IP address [gwmetric=]integer]

Parameters:

name - The name of the IP interface.
addr - The IP address to be added for the interface.
mask - The IP subnet mask for the specified IP address.
gateway - The default gateway for the specified IP address.
gwmetric - The metric to the default gateway.

Remarks: Adds IP addresses and default gateways to an interface. If DHCP
is enabled on the interface, it will be disabled.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.2 255.0.0.0
%1!s! "Wired Ethernet Connection" gateway=10.0.0.3 gwmetric=2

The first command adds a static IP address of 10.0.0.2 with a subnet
mask of 255.0.0.0 to the Wired Ethernet Connection interface. The second
command adds the IP address of 10.0.0.3 as a second default gateway
for this interface with a gateway metric of 2.

Usage: %1!s! [name=] [[addr=]IP address [mask=]IP subnet mask]
[[gateway=]IP address [gwmetric=]integer]

Parameters:

name - The name of the IP interface.
addr - The IP address to be added for the interface.
mask - The IP subnet mask for the specified IP address.
gateway - The default gateway for the specified IP address.
gwmetric - The metric to the default gateway.

Remarks: Adds IP addresses and default gateways to an interface. If DHCP
is enabled on the interface, it will be disabled.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.2 255.0.0.0
%1!s! "Wired Ethernet Connection" gateway=10.0.0.3 gwmetric=2

The first command adds a static IP address of 10.0.0.2 with a subnet
mask of 255.0.0.0 to the Wired Ethernet Connection interface. The second
command adds the IP address of 10.0.0.3 as a second default gateway
for this interface with a gateway metric of 2.
4005Sets the IP address or default gateway to the specified interface.
Sets the IP address or default gateway to the specified interface.
4006
Usage: %1!s! [name=]
[[source=]dhcp |
[source=] static [addr=]IP address [mask=]IP subnet mask]
[[gateway=]|none [gwmetric=]integer]

Parameters:

Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring IP
addresses for the specific interface.
static: Sets the source for configuring IP addresses
to local static configuration.

gateway - One of the following values:
: A specific default gateway for the
static IP address you are setting.
none: No default gateways are set.
gwmetric - The metric for the default gateway. This field should
not be set if gateway is set to 'none'.
The following options are used only if source is 'static':

addr - An IP address for the specified interface.
mask - The subnet mask for the specified IP address.

Remarks: Used to change the IP address configuration mode from either DHCP to
static mode or static mode to DHCP. Adds IP addresses on an
interface with static IP address or adds default gateways.

Examples:

%1!s! name="Wired Ethernet Connection" source=dhcp
%1!s! local static 10.0.0.9 255.0.0.0 10.0.0.1 1

Usage: %1!s! [name=]
[[source=]dhcp |
[source=] static [addr=]IP address [mask=]IP subnet mask]
[[gateway=]|none [gwmetric=]integer]

Parameters:

Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring IP
addresses for the specific interface.
static: Sets the source for configuring IP addresses
to local static configuration.

gateway - One of the following values:
: A specific default gateway for the
static IP address you are setting.
none: No default gateways are set.
gwmetric - The metric for the default gateway. This field should
not be set if gateway is set to 'none'.
The following options are used only if source is 'static':

addr - An IP address for the specified interface.
mask - The subnet mask for the specified IP address.

Remarks: Used to change the IP address configuration mode from either DHCP to
static mode or static mode to DHCP. Adds IP addresses on an
interface with static IP address or adds default gateways.

Examples:

%1!s! name="Wired Ethernet Connection" source=dhcp
%1!s! local static 10.0.0.9 255.0.0.0 10.0.0.1 1
4007Deletes an IP address or default gateway from the specified interface.
Deletes an IP address or default gateway from the specified interface.
4008
Usage: %1!s! [name=] [[addr=]IP address] [[gateway=]IP address|ALL]

Parameters:

Tag Value
name - The name of the interface.
addr - A static IP address for the interface specified by name.
gateway - One of the following values:
: A specific default gateway IP address for
the static IP address you are deleting.
ALL: Deletes all default gateway IP addresses for
the static IP address you are deleting.

Remarks: Deletes an IP address from an interface with multiple static IP
addresses, or deletes a default gateway from a specified interface.

Examples:

%1!s! "Wired Ethernet Connection" addr=10.0.0.1 gateway=all

Usage: %1!s! [name=] [[addr=]IP address] [[gateway=]IP address|ALL]

Parameters:

Tag Value
name - The name of the interface.
addr - A static IP address for the interface specified by name.
gateway - One of the following values:
: A specific default gateway IP address for
the static IP address you are deleting.
ALL: Deletes all default gateway IP addresses for
the static IP address you are deleting.

Remarks: Deletes an IP address from an interface with multiple static IP
addresses, or deletes a default gateway from a specified interface.

Examples:

%1!s! "Wired Ethernet Connection" addr=10.0.0.1 gateway=all
4009Displays IP address configuration.
Displays IP address configuration.
4010
Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays the IP address configuration for an interface or
interfaces.

The information displayed for this command consists of:

Field Description
----- -----------
DHCP enabled Shows whether the address comes from static or DHCP
configuration.
IP Address Shows the IP address configured for an interface.
Subnet Mask Shows the subnet mask associated with the IP address.
Default Gateway Shows the IP address of a default gateway for the interface.
Gateway Metric Shows the metric for the default gateway shown above.
Only applies if multiple default gateways are configured.
Interface Metric Shows the metric for an interface.
Only applies if multiple interfaces are configured.

Examples:

%1!s! "Wired Ethernet Connection"

Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays the IP address configuration for an interface or
interfaces.

The information displayed for this command consists of:

Field Description
----- -----------
DHCP enabled Shows whether the address comes from static or DHCP
configuration.
IP Address Shows the IP address configured for an interface.
Subnet Mask Shows the subnet mask associated with the IP address.
Default Gateway Shows the IP address of a default gateway for the interface.
Gateway Metric Shows the metric for the default gateway shown above.
Only applies if multiple default gateways are configured.
Interface Metric Shows the metric for an interface.
Only applies if multiple interfaces are configured.

Examples:

%1!s! "Wired Ethernet Connection"
4011Adds a static DNS server address.
Adds a static DNS server address.
4012
Usage: %1!s! [name=] [addr=] [[index=]]

Parameters:

Tag Value
name - The name of the interface where DNS servers are added.
addr - The IP address for the DNS server you are adding.
index - Specifies the index (preference) for the specified
DNS server address.

Remarks: Adds a new DNS server IP address to the statically-configured list.
By default, the DNS server is added to the end of the list. If an
index is specified, the DNS server will be placed in that position
in the list, with other servers being moved down to make room.
If DNS servers were previously obtained through DHCP, the new
address will replace the old list.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" 10.0.0.3 index=2

Usage: %1!s! [name=] [addr=] [[index=]]

Parameters:

Tag Value
name - The name of the interface where DNS servers are added.
addr - The IP address for the DNS server you are adding.
index - Specifies the index (preference) for the specified
DNS server address.

Remarks: Adds a new DNS server IP address to the statically-configured list.
By default, the DNS server is added to the end of the list. If an
index is specified, the DNS server will be placed in that position
in the list, with other servers being moved down to make room.
If DNS servers were previously obtained through DHCP, the new
address will replace the old list.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" 10.0.0.3 index=2
4013Sets DNS server mode and addresses.
Sets DNS server mode and addresses.
4014
Usage: %1!s! [name=] [source=]dhcp|static [addr=]|none
[[register=]none|primary|both]

Parameters:

Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring DNS
servers for the specific interface.
static: Sets the source for configuring DNS servers
to local static configuration.
addr - One of the following values:
: An IP address for a DNS server.
none: Clears the list of DNS servers.
register - One of the following values:
none: Disables Dynamic DNS registration.
primary: Register under the primary DNS suffix only.
both: Register under both the primary DNS suffix, as
well as under the connection-specific suffix.

Remarks: Sets DNS server configuration to either DHCP or static mode. Only
when source is 'static', is the 'addr' option also available for
configuring a static list of DNS server IP addresses for the
specified interface.

Examples:

%1!s! name="Wired Ethernet Connection" source=dhcp
%1!s! "Wired Ethernet Connection" static 10.0.0.1 primary

Usage: %1!s! [name=] [source=]dhcp|static [addr=]|none
[[register=]none|primary|both]

Parameters:

Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring DNS
servers for the specific interface.
static: Sets the source for configuring DNS servers
to local static configuration.
addr - One of the following values:
: An IP address for a DNS server.
none: Clears the list of DNS servers.
register - One of the following values:
none: Disables Dynamic DNS registration.
primary: Register under the primary DNS suffix only.
both: Register under both the primary DNS suffix, as
well as under the connection-specific suffix.

Remarks: Sets DNS server configuration to either DHCP or static mode. Only
when source is 'static', is the 'addr' option also available for
configuring a static list of DNS server IP addresses for the
specified interface.

Examples:

%1!s! name="Wired Ethernet Connection" source=dhcp
%1!s! "Wired Ethernet Connection" static 10.0.0.1 primary
4015Deletes the DNS server from the specified interface.
Deletes the DNS server from the specified interface.
4016
Usage: %1!s! [name=] [[addr=]|ALL ]

Parameters:

Tag Value
name - The name of the interface where DNS servers are deleted.
addr - One of the following values:
: A specific IP address of a DNS server
you are deleting.
ALL: Deletes all configured IP addresses for DNS. servers.

Remarks: Deletes statically configured DNS server IP addresses for a
specific interface.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" all

Usage: %1!s! [name=] [[addr=]|ALL ]

Parameters:

Tag Value
name - The name of the interface where DNS servers are deleted.
addr - One of the following values:
: A specific IP address of a DNS server
you are deleting.
ALL: Deletes all configured IP addresses for DNS. servers.

Remarks: Deletes statically configured DNS server IP addresses for a
specific interface.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" all
4017Displays the DNS server addresses.
Displays the DNS server addresses.
4018
Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays DNS server configuration for a specific interface or
interfaces.


Examples:

%1!s! "Wired Ethernet Connection"

Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays DNS server configuration for a specific interface or
interfaces.


Examples:

%1!s! "Wired Ethernet Connection"
4021Adds a static WINS server address.
Adds a static WINS server address.
4022
Usage: %1!s! [name=] [addr=] [[index=]integer]

Parameters:

Tag Value
name - The name of the interface where WINS servers are added.
addr - The IP address for the WINS server you are adding.
index - Specifies the index (preference) for the specified
WINS server address.

Remarks: Adds a new WINS server IP address to the statically-configured list.
By default, the WINS server is added to the end of the list. If an
index is specified, the WINS server will be placed in that position
in the list, with other servers being moved down to make room.
If WINS servers were previously obtained through DHCP, the new
address will replace the old list.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" 10.0.0.3 index=2

Usage: %1!s! [name=] [addr=] [[index=]integer]

Parameters:

Tag Value
name - The name of the interface where WINS servers are added.
addr - The IP address for the WINS server you are adding.
index - Specifies the index (preference) for the specified
WINS server address.

Remarks: Adds a new WINS server IP address to the statically-configured list.
By default, the WINS server is added to the end of the list. If an
index is specified, the WINS server will be placed in that position
in the list, with other servers being moved down to make room.
If WINS servers were previously obtained through DHCP, the new
address will replace the old list.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" 10.0.0.3 index=2
4023Sets WINS server mode and addresses.
Sets WINS server mode and addresses.
4024
Usage: %1!s! [name=] [source=]dhcp|static [addr=]|none

Parameters:

Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring WINS
servers for the specific interface.
static: Sets the source for configuring WINS servers
to local static configuration.
addr - One of the following values:
: An IP address for a WINS server.
none: Clears the list of WINS servers.

Remarks: Sets WINS server configuration to either DHCP or static mode. Only
when source is 'static', is the 'addr' option also available for
configuring a static list of WINS server IP addresses for the
specified interface.

Examples:

%1!s! name="Wired Ethernet Connection" source=dhcp
%1!s! "Wired Ethernet Connection" static 10.0.0.1

Usage: %1!s! [name=] [source=]dhcp|static [addr=]|none

Parameters:

Tag Value
name - The name of the interface.
source - One of the following values:
dhcp: Sets DHCP as the source for configuring WINS
servers for the specific interface.
static: Sets the source for configuring WINS servers
to local static configuration.
addr - One of the following values:
: An IP address for a WINS server.
none: Clears the list of WINS servers.

Remarks: Sets WINS server configuration to either DHCP or static mode. Only
when source is 'static', is the 'addr' option also available for
configuring a static list of WINS server IP addresses for the
specified interface.

Examples:

%1!s! name="Wired Ethernet Connection" source=dhcp
%1!s! "Wired Ethernet Connection" static 10.0.0.1
4025Deletes the WINS server from the specified interface.
Deletes the WINS server from the specified interface.
4026
Usage: %1!s! [name=] [[addr=]|ALL ]

Parameters:

Tag Value
name - The name of the interface where WINS servers are deleted.
addr - One of the following values:
: A specific IP address of a WINS server
you are deleting.
ALL: Deletes all configured IP addresses for WINS servers.

Remarks: Deletes statically configured WINS server IP addresses for a
specific interface.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" all

Usage: %1!s! [name=] [[addr=]|ALL ]

Parameters:

Tag Value
name - The name of the interface where WINS servers are deleted.
addr - One of the following values:
: A specific IP address of a WINS server
you are deleting.
ALL: Deletes all configured IP addresses for WINS servers.

Remarks: Deletes statically configured WINS server IP addresses for a
specific interface.

Examples:

%1!s! "Wired Ethernet Connection" 10.0.0.1
%1!s! "Wired Ethernet Connection" all
4027Displays the WINS server addresses.
Displays the WINS server addresses.
4028
Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays WINS server configuration for a specific interface or
interfaces.


Examples:

%1!s! "Wired Ethernet Connection"

Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays WINS server configuration for a specific interface or
interfaces.


Examples:

%1!s! "Wired Ethernet Connection"
4031Displays the offload information.
Displays the offload information.
4032
Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays the offload information for a specific interface or
interfaces.


Examples:

%1!s! "Wired Ethernet Connection"

Usage: %1!s! [[name=]string]

Parameters:

Tag Value
name - The name of a specific interface.

Remarks: Displays the offload information for a specific interface or
interfaces.


Examples:

%1!s! "Wired Ethernet Connection"
4040Flushes the ARP cache for one or all interfaces.
Flushes the ARP cache for one or all interfaces.
4041
Usage: %1!s! [name=]

Parameters:

Tag Value
name - The friendly name of a specific interface. If a name
is not specified, the ARP caches for all interfaces
are flushed.

Remarks: Flushes the Address Resolution Protocol (ARP) cache on a specific
interface or all interfaces.

Examples:

%1!s!
%1!s! name="Wired Ethernet Connection"

Usage: %1!s! [name=]

Parameters:

Tag Value
name - The friendly name of a specific interface. If a name
is not specified, the ARP caches for all interfaces
are flushed.

Remarks: Flushes the Address Resolution Protocol (ARP) cache on a specific
interface or all interfaces.

Examples:

%1!s!
%1!s! name="Wired Ethernet Connection"
4050Resets TCP/IP and related components to a clean state.
Resets TCP/IP and related components to a clean state.
4051
Usage: %1!s! [name=]

Parameters:

Tag Value
name - The name of a file to which to append information
regarding what settings were reset.

Remarks: Resets TCP/IP and related components to a clean state.

Examples:

%1!s! resetlog.txt

Usage: %1!s! [name=]

Parameters:

Tag Value
name - The name of a file to which to append information
regarding what settings were reset.

Remarks: Resets TCP/IP and related components to a clean state.

Examples:

%1!s! resetlog.txt
9001Enabled Enabled
9002Disabled Disabled
9003Connected Connected
9004Disconnected Disconnected
9005Connecting Connecting
9006Client Client
9007Home Router Home Router
9008Full Router Full Router
9009Dedicated Dedicated
9010Internal Internal
9011Loopback Loopback
9012Primary only Primary only
9013Both primary and connection-specific Both primary and connection-specific
9014None None
9300Displays IP statistics.
Displays IP statistics.
9301
Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - A rate in seconds between refreshment of IP statistics.

Remarks: Displays IP statistics information.

Examples:

%1!s!
%1!s! rr=5

Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - A rate in seconds between refreshment of IP statistics.

Remarks: Displays IP statistics information.

Examples:

%1!s!
%1!s! rr=5
9302Displays current IP addresses.
Displays current IP addresses.
9303
Usage: %1!s! [[index=]IP address] [[rr=]integer]

Parameters:

Tag Value
index - The IP address values for specific interfaces. To learn
address values for a specific interface, run this
command minus this parameter and review the output.
rr - A rate in seconds between refreshment of interface
IP address information.

Remarks: Displays current IP address information for either a specific
interface or for all interfaces if no parameters are used.

Examples:

%1!s!
%1!s! index=10.0.0.1 rr=5

Usage: %1!s! [[index=]IP address] [[rr=]integer]

Parameters:

Tag Value
index - The IP address values for specific interfaces. To learn
address values for a specific interface, run this
command minus this parameter and review the output.
rr - A rate in seconds between refreshment of interface
IP address information.

Remarks: Displays current IP address information for either a specific
interface or for all interfaces if no parameters are used.

Examples:

%1!s!
%1!s! index=10.0.0.1 rr=5
9304Displays IP forwarding table.
Displays IP forwarding table.
9305
Usage: %1!s! [[index=] ForwardAddr Proto NextHopAddr ] [ [rr = ] Refresh Rate ]

ForwardAddr - Destination IP Address of the forward table entry.
Proto - Protocol ID of the forward table entry.
NextHopAddr - Next Hop IP Address of the forward table entry.
Refresh Rate - Time in seconds.


Usage: %1!s! [[index=] ForwardAddr Proto NextHopAddr ] [ [rr = ] Refresh Rate ]

ForwardAddr - Destination IP Address of the forward table entry.
Proto - Protocol ID of the forward table entry.
NextHopAddr - Next Hop IP Address of the forward table entry.
Refresh Rate - Time in seconds.

9306Displays TCP statistics.
Displays TCP statistics.
9307
Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - Refresh rate in seconds for TCP statistics information.
Remarks: Displays TCP connection statistics.

Examples:

%1!s!
%1!s! rr=5

Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - Refresh rate in seconds for TCP statistics information.
Remarks: Displays TCP connection statistics.

Examples:

%1!s!
%1!s! rr=5
9308Displays TCP connections.
Displays TCP connections.
9309
Usage: %1!s! [[index=] LocalIPAddr LocalPort RemoteIPAddr RemotePort ]
[[rr=] Refresh Rate ]


Parameters:

Tag Value
index - Must include the IP addresses and port numbers for
both local and remote endpoints of a TCP connection.
rr - Refresh rate in seconds for TCP connection information.

Remarks: Displays TCP connection status information.

Examples:

%1!s!
%1!s! index=10.0.0.1 389 10.0.0.1 1931

Usage: %1!s! [[index=] LocalIPAddr LocalPort RemoteIPAddr RemotePort ]
[[rr=] Refresh Rate ]


Parameters:

Tag Value
index - Must include the IP addresses and port numbers for
both local and remote endpoints of a TCP connection.
rr - Refresh rate in seconds for TCP connection information.

Remarks: Displays TCP connection status information.

Examples:

%1!s!
%1!s! index=10.0.0.1 389 10.0.0.1 1931
9310Displays UDP statistics.
Displays UDP statistics.
9311
Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - Refresh rate in seconds for UDP statistics information.
Remarks: Displays UDP connection statistics.

Examples:

%1!s!
%1!s! rr=5

Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - Refresh rate in seconds for UDP statistics information.
Remarks: Displays UDP connection statistics.

Examples:

%1!s!
%1!s! rr=5
9312Displays UDP connections.
Displays UDP connections.
9313
Usage: %1!s! [[index=] LocalIPAddr LocalPort ]
[[rr=] Refresh Rate ]


Parameters:

Tag Value
index - Must include the local IP address and port number for
a UDP connection.
rr - Refresh rate in seconds for UDP connection information.

Remarks: Displays UDP connection status information.

Examples:

%1!s!
%1!s! index=10.0.0.1 1102

Usage: %1!s! [[index=] LocalIPAddr LocalPort ]
[[rr=] Refresh Rate ]


Parameters:

Tag Value
index - Must include the local IP address and port number for
a UDP connection.
rr - Refresh rate in seconds for UDP connection information.

Remarks: Displays UDP connection status information.

Examples:

%1!s!
%1!s! index=10.0.0.1 1102
9314Displays multicast groups joined.
Displays multicast groups joined.
9315
Usage: %1!s! [[addr=]IP address]


Parameters:

Tag Value
addr - The IP address of a specific interface for which you want
to show multicast groups that it has joined.

Remarks: Displays IP multicast groups that have been joined by IP addresses
that have been configured for one or more interfaces. If an IP
address is not specified, multicast groups for all IP addresses
are shown.

Examples:

%1!s!
%1!s! addr=10.0.0.1

Usage: %1!s! [[addr=]IP address]


Parameters:

Tag Value
addr - The IP address of a specific interface for which you want
to show multicast groups that it has joined.

Remarks: Displays IP multicast groups that have been joined by IP addresses
that have been configured for one or more interfaces. If an IP
address is not specified, multicast groups for all IP addresses
are shown.

Examples:

%1!s!
%1!s! addr=10.0.0.1
9322Displays IP net-to-media mappings.
Displays IP net-to-media mappings.
9323
Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - A rate in seconds between refreshment of interface
IP net-to-media mappings.

Remarks: Displays IP network to physical media mappings information.

Examples:

%1!s!
%1!s! rr=5

Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - A rate in seconds between refreshment of interface
IP net-to-media mappings.

Remarks: Displays IP network to physical media mappings information.

Examples:

%1!s!
%1!s! rr=5
9324Displays ICMP statistics.
Displays ICMP statistics.
9325
Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - A rate in seconds between refreshment of interface
ICMP statistics.

Remarks: Displays ICMP statistics information.

Examples:

%1!s!
%1!s! rr=5

Usage: %1!s! [[rr=]integer]

Parameters:

Tag Value
rr - A rate in seconds between refreshment of interface
ICMP statistics.

Remarks: Displays ICMP statistics information.

Examples:

%1!s!
%1!s! rr=5
9328Displays IP interface statistics.
Displays IP interface statistics.
9329
Usage: %1!s! [[index=]integer] [[rr=]integer]

Parameters:

Tag Value
index - The index value for a specific interface. To learn the
index value for a specific interface, you can run
the command minus this parameter and review the output.
rr - A rate in seconds between refreshment of interface
IP statistics.

Remarks: Displays IP statistics information for either a specific interface
or for all interfaces if no parameters are used.

Examples:

%1!s!
%1!s! index=1 rr=5

Usage: %1!s! [[index=]integer] [[rr=]integer]

Parameters:

Tag Value
index - The index value for a specific interface. To learn the
index value for a specific interface, you can run
the command minus this parameter and review the output.
rr - A rate in seconds between refreshment of interface
IP statistics.

Remarks: Displays IP statistics information for either a specific interface
or for all interfaces if no parameters are used.

Examples:

%1!s!
%1!s! index=1 rr=5
11001%1!s! is not a valid entry in the phone book
%1!s! is not a valid entry in the phone book
11004%1!s! is not an acceptable value for %2!s!.
%1!s! is not an acceptable value for %2!s!.
11006Unable to create interface %1!s!. Error %2!d!.
Unable to create interface %1!s!. Error %2!d!.
11011Error %1d! connecting to the routing service on machine %2!s!
Error %1d! connecting to the routing service on machine %2!s!
11012Can not create interface of type %1d!
Can not create interface of type %1d!
11013Interface %1s! already exists
Interface %1s! already exists
11014One or more essential parameters not specified
One or more essential parameters not specified
11015Credentials can only be set/shown for WAN interfaces.
Credentials can only be set/shown for WAN interfaces.
11016
An interface can only be connected or disconnected while the remoteaccess
service is running.

An interface can only be connected or disconnected while the remoteaccess
service is running.
11017
Only WAN interfaces can be connected or disconnected.

Only WAN interfaces can be connected or disconnected.
11018
Dedicated interfaces can not be connected or disconnected.

Dedicated interfaces can not be connected or disconnected.
11019
The newname option is only valid for LAN interfaces.

The newname option is only valid for LAN interfaces.
11020
The newname and enable/disable option for LAN interfaces is not valid when administrating a remote machine.

The newname and enable/disable option for LAN interfaces is not valid when administrating a remote machine.
11021
The interface has been enabled, and is trying to get an IP address.

The interface has been enabled, and is trying to get an IP address.
11022
The show interface option for LAN interfaces is not valid when administrating a remote machine and remote access is not running.

The show interface option for LAN interfaces is not valid when administrating a remote machine and remote access is not running.
11031
The interface is already configured with IP Address %1!s! Mask %2!s!.

The interface is already configured with IP Address %1!s! Mask %2!s!.
11032
Dhcp is already enabled on this interface.

Dhcp is already enabled on this interface.
11033
A default gateway with this IP Address already configured on this interface.

A default gateway with this IP Address already configured on this interface.
11035
Insufficient parameters.

Insufficient parameters.
11036
Cannot delete Dhcp configured IP Address.

Cannot delete Dhcp configured IP Address.
11037
The interface does not have this IP Address.

The interface does not have this IP Address.
11038
An interface not using DHCP must have one or more static IP Addresses.

An interface not using DHCP must have one or more static IP Addresses.
11039
The specified gateway is not configured on this interface.

The specified gateway is not configured on this interface.
11040
Cannot add a static IP address to an interface configured for DHCP.

Cannot add a static IP address to an interface configured for DHCP.
11041
Error obtaining configuration for interface %1!s!.

Error obtaining configuration for interface %1!s!.
11042
The server %1!s! is already configured on this interface.

The server %1!s! is already configured on this interface.
11043
The server %1!s! is not configured on this interface.

The server %1!s! is not configured on this interface.
11044
Invalid interface %1!s! specified.

Invalid interface %1!s! specified.
11045
Unable to access configuration because it is already being accessed by
another configuration utility. Close other windows and try again.

Unable to access configuration because it is already being accessed by
another configuration utility. Close other windows and try again.
11046
Unable to open the file for append.

Unable to open the file for append.
20001#========================
# Interface configuration
#========================
#========================
# Interface configuration
#========================
20002# End of interface configuration

# End of interface configuration

21002
MIB-II Interface Information
------------------------------------------------------

MIB-II Interface Information
------------------------------------------------------
21003Index: %1!d!
User-friendly Name: %2!s!
GUID Name: %3!s!
Type: %4!s!
MTU: %5!u!
Speed: %6!u!
Physical Address: %7!s!
Admin Status: %8!s!
Operational Status: %9!s!
Last Change: %10!u!
In Octets: %11!u!
In Unicast Packets: %12!u!
In Non-unicast Packets: %13!u!
In Packets Discarded: %14!u!
In Erroneous Packets: %15!u!
In Unknown Protocol Packets: %16!u!
Out Octets: %17!u!
Out Unicast Packets: %18!u!
Out Non-unicast Packets: %19!u!
Out Packets Discarded: %20!u!
Out Erroneous Packets: %21!u!
Output Queue Length: %22!u!
Description: %23!s!

Index: %1!d!
User-friendly Name: %2!s!
GUID Name: %3!s!
Type: %4!s!
MTU: %5!u!
Speed: %6!u!
Physical Address: %7!s!
Admin Status: %8!s!
Operational Status: %9!s!
Last Change: %10!u!
In Octets: %11!u!
In Unicast Packets: %12!u!
In Non-unicast Packets: %13!u!
In Packets Discarded: %14!u!
In Erroneous Packets: %15!u!
In Unknown Protocol Packets: %16!u!
Out Octets: %17!u!
Out Unicast Packets: %18!u!
Out Non-unicast Packets: %19!u!
Out Packets Discarded: %20!u!
Out Erroneous Packets: %21!u!
Output Queue Length: %22!u!
Description: %23!s!

21004
MIB-II IP Statistics
------------------------------------------------------
Forwarding is: %1!s!
Default TTL: %2!u!
In Receives: %3!u!
In Header Errors: %4!u!
In Address Errors: %5!u!
Datagrams Forwarded: %6!u!
In Unknown Protocol: %7!u!
In Discarded: %8!u!
In Delivered: %9!u!
Out Requests: %10!u!
Routing Discards: %11!u!
Out Discards: %12!u!
Out No Routes: %13!u!
Reassembly Timeouts: %14!u!
Reassembly Required: %15!u!
Reassembled Ok: %16!u!
Reassembly Failures: %17!u!
Fragments Ok: %18!u!
Fragments Failed: %19!u!
Fragments Created: %20!u!


MIB-II IP Statistics
------------------------------------------------------
Forwarding is: %1!s!
Default TTL: %2!u!
In Receives: %3!u!
In Header Errors: %4!u!
In Address Errors: %5!u!
Datagrams Forwarded: %6!u!
In Unknown Protocol: %7!u!
In Discarded: %8!u!
In Delivered: %9!u!
Out Requests: %10!u!
Routing Discards: %11!u!
Out Discards: %12!u!
Out No Routes: %13!u!
Reassembly Timeouts: %14!u!
Reassembly Required: %15!u!
Reassembled Ok: %16!u!
Reassembly Failures: %17!u!
Fragments Ok: %18!u!
Fragments Failed: %19!u!
Fragments Created: %20!u!

21005
MIB-II IP Address Entry
IP Address Mask BC Fmt Reasm Sz Interface
--------------- --------------- ------ -------- -----------------------

MIB-II IP Address Entry
IP Address Mask BC Fmt Reasm Sz Interface
--------------- --------------- ------ -------- -----------------------
21006%1!-15s! %2!-15s! %3!6u! %4!8u! %5!s!
%1!-15s! %2!-15s! %3!6u! %4!8u! %5!s!
21009
MIB-II IP Net To Media Entry
Physical Address IP Address Type Interface
-------------------- --------------- --------------- -------------

MIB-II IP Net To Media Entry
Physical Address IP Address Type Interface
-------------------- --------------- --------------- -------------
21010%2!-20s! %3!-15s! %4!-15s! %1!s!
%2!-20s! %3!-15s! %4!-15s! %1!s!
21011
MIB-II ICMP Statistics
------------------------------------------------------
INPUT
Messages: %1!u!
Errors: %2!u!
Destination Unreachable: %3!u!
Time Exceeded: %4!u!
Parameter Problems: %5!u!
Source Quench: %6!u!
Redirects: %7!u!
Echo Requests: %8!u!
Echo Replies: %9!u!
Time Stamp Requests: %10!u!
Time Stamp Replies: %11!u!
Address Mask Requests: %12!u!
Address Mask Replies: %13!u!

OUTPUT
Messages: %14!u!
Errors: %15!u!
Destination Unreachable: %16!u!
Time Exceeded: %17!u!
Parameter Problems: %18!u!
Source Quench: %19!u!
Redirects: %20!u!
Echo Requests: %21!u!
Echo Replies: %22!u!
Time Stamp Requests: %23!u!
Time Stamp Replies: %24!u!
Address Mask Requests: %25!u!
Address Mask Replies: %26!u!


MIB-II ICMP Statistics
------------------------------------------------------
INPUT
Messages: %1!u!
Errors: %2!u!
Destination Unreachable: %3!u!
Time Exceeded: %4!u!
Parameter Problems: %5!u!
Source Quench: %6!u!
Redirects: %7!u!
Echo Requests: %8!u!
Echo Replies: %9!u!
Time Stamp Requests: %10!u!
Time Stamp Replies: %11!u!
Address Mask Requests: %12!u!
Address Mask Replies: %13!u!

OUTPUT
Messages: %14!u!
Errors: %15!u!
Destination Unreachable: %16!u!
Time Exceeded: %17!u!
Parameter Problems: %18!u!
Source Quench: %19!u!
Redirects: %20!u!
Echo Requests: %21!u!
Echo Replies: %22!u!
Time Stamp Requests: %23!u!
Time Stamp Replies: %24!u!
Address Mask Requests: %25!u!
Address Mask Replies: %26!u!

21012
MIB-II UDP Statistics
------------------------------------------------------
In Datagrams: %1!u!
In Invalid Port: %2!u!
In Erroneous Datagrams: %3!u!
Out Datagrams: %4!u!


MIB-II UDP Statistics
------------------------------------------------------
In Datagrams: %1!u!
In Invalid Port: %2!u!
In Erroneous Datagrams: %3!u!
Out Datagrams: %4!u!

21013
MIB-II UDP Listener Entry
Local Address LocalPort
-------------------------------------------------

MIB-II UDP Listener Entry
Local Address LocalPort
-------------------------------------------------
21014%1!16s! %2!10u!
%1!16s! %2!10u!
21015
MIB-II TCP Statistics
------------------------------------------------------
Timeout Algorithm: %1!s!
Minimum Timeout: %2!u!
Maximum Timeout: %3!u!
Maximum Connections: %4!s!
Active Opens: %5!u!
Passive Opens: %6!u!
Attempts Failed: %7!u!
Established Resets: %8!u!
Currently Established: %9!u!
In Segments: %10!u!
Out Segments: %11!u!
Retransmitted Segments: %12!u!
In Errors: %13!u!
Out Resets: %14!u!


MIB-II TCP Statistics
------------------------------------------------------
Timeout Algorithm: %1!s!
Minimum Timeout: %2!u!
Maximum Timeout: %3!u!
Maximum Connections: %4!s!
Active Opens: %5!u!
Passive Opens: %6!u!
Attempts Failed: %7!u!
Established Resets: %8!u!
Currently Established: %9!u!
In Segments: %10!u!
Out Segments: %11!u!
Retransmitted Segments: %12!u!
In Errors: %13!u!
Out Resets: %14!u!

21016
MIB-II TCP Connection Entry
Local Address Local Port Remote Address Remote Port State
-----------------------------------------------------------------------------

MIB-II TCP Connection Entry
Local Address Local Port Remote Address Remote Port State
-----------------------------------------------------------------------------
21017%1!15s! %2!6u! %3!20s! %4!8u! %5!12s!
%1!15s! %2!6u! %3!20s! %4!8u! %5!12s!
21059
Interface Addr Multicast Group
--------------- ---------------

Interface Addr Multicast Group
--------------- ---------------
21060%1!-15s! %2!s!
%1!-15s! %2!s!
30001Other Other
30002Ethernet Ethernet
30003Token Ring Token Ring
30004FDDI FDDI
30005PPP PPP
30007SLIP SLIP
31002Constant Constant
31003MIL-STD-1778 Appendix B MIL-STD-1778 Appendix B
31004Van Jacobson's Algorithm Van Jacobson's Algorithm
32001Closed Closed
32002Listen Listen
32003SYN Sent SYN Sent
32004SYN Received SYN Received
32005Established Established
32006FIN Wait1 FIN Wait1
32007FIN Wait2 FIN Wait2
32008Close Wait Close Wait
32009Closing Closing
32010Last Ack Last Ack
32011Wait Wait
32012Delete TCB Delete TCB
32013Dynamic Dynamic
33020Static Static
34002Invalid Invalid
36001Up Up
36002Down Down
36003Testing Testing
36051Non Operational Non Operational
36052Unreachable Unreachable
36056Operational Operational
50001
Admin State State Type Interface Name
-------------------------------------------------------------------------

Admin State State Type Interface Name
-------------------------------------------------------------------------
50002
%4!s!
Type: %3!s!
Administrative state: %1!s!
Connect state: %2!s!

%4!s!
Type: %3!s!
Administrative state: %1!s!
Connect state: %2!s!
50003
Interface: %1!s!
User: %2!s!
Domain: %3!s!
Password: %4!s!

Interface: %1!s!
User: %2!s!
Domain: %3!s!
Password: %4!s!
50004%1!-14s! %2!-14s! %3!-16ls! %4!s!
%1!-14s! %2!-14s! %3!-16ls! %4!s!
50021DHCP enabled: Yes
DHCP enabled: Yes
50022DHCP enabled: No
DHCP enabled: No
50023
IP Addresses:%1!s!
IP Masks: %2!s!

IP Addresses:%1!s!
IP Masks: %2!s!
50024IP Address: %1!s!
SubnetMask: %2!s!
IP Address: %1!s!
SubnetMask: %2!s!
50025
Configuration for interface %1!s!

Configuration for interface %1!s!
50026OptionsList:%1!s!
OptionsList:%1!s!
50028InterfaceMetric: %1!s!
InterfaceMetric: %1!s!
50030Default Gateway: %1!s!
GatewayMetric: %2!s!
Default Gateway: %1!s!
GatewayMetric: %2!s!
50031Statically Configured DNS Servers: Statically Configured DNS Servers:
50032DNS servers configured through DHCP
DNS servers configured through DHCP
50033Statically Configured WINS Servers: Statically Configured WINS Servers:
50034WINS servers configured through DHCP
WINS servers configured through DHCP
50035%1!s!
%1!s!
5003650037 %1!-16s! %2!s!
50037 %1!-16s! %2!s!
50038None
None
50039
==================Debug========================

==================Debug========================
50040DNS servers configured through DHCP: DNS servers configured through DHCP:
50041WINS servers configured through DHCP: WINS servers configured through DHCP:
50051

# ----------------------------------
# Interface IP Configuration
# ----------------------------------


# ----------------------------------
# Interface IP Configuration
# ----------------------------------
50052# End of interface IP configuration

# End of interface IP configuration

50053

# Interface IP Configuration for %1!s!


# Interface IP Configuration for %1!s!
50054Register with which suffix: %1!s!
Register with which suffix: %1!s!
50100
Offload Options for interface %1!s! with index: %2!x!:

Offload Options for interface %1!s! with index: %2!x!:
50101TCP Transmit Checksum
TCP Transmit Checksum
50102IP Transmit Checksum
IP Transmit Checksum
50103TCP Receive Checksum
TCP Receive Checksum
50104IP Receive Checksum
IP Receive Checksum
50105TCP Large Send
TCP Large Send
50111IPSEC Raw Crypto
IPSEC Raw Crypto
50112IPSEC Combined AH+ESP
IPSEC Combined AH+ESP
50113IPSEC Combined Tpt and Tunnel
IPSEC Combined Tpt and Tunnel
50114IPSEC IPv4 Option
IPSEC IPv4 Option
50115Get SPI
Get SPI
50121IPSEC on Transmit for AH
IPSEC on Transmit for AH
50122IPSEC on Receive for AH
IPSEC on Receive for AH
50123IPSEC transport for AH
IPSEC transport for AH
50124IPSEC Tunnel for AH
IPSEC Tunnel for AH
50125MD5 as AH and ESP algorithm
MD5 as AH and ESP algorithm
50126SHA_1 as AH and ESP algorithm
SHA_1 as AH and ESP algorithm
50131IPSEC on Transmit for ESP
IPSEC on Transmit for ESP
50132IPSEC on Receive for ESP
IPSEC on Receive for ESP
50133IPSEC transport for ESP
IPSEC transport for ESP
50134IPSEC Tunnel for ESP
IPSEC Tunnel for ESP
50135DES as ESP algorithm
DES as ESP algorithm
50136DES40 as ESP algorithm
DES40 as ESP algorithm
501373DES as ESP algorithm
3DES as ESP algorithm
50138Null DES as ESP algorithm
Null DES as ESP algorithm
60005
Error %1!x! retrieving information from the Routing and Remote Access Service.

Error %1!x! retrieving information from the Routing and Remote Access Service.
60006Interface %1!s! does not exist.
Interface %1!s! does not exist.
60011
The Routing and Remote Access Service is not currently running on the local machine.
Please use 'net start remoteaccess' on the machine to start the service.

The Routing and Remote Access Service is not currently running on the local machine.
Please use 'net start remoteaccess' on the machine to start the service.
60013
The Routing and Remote Access Service is not currently running on %1!s!.
Please use 'net start remoteaccess' on the machine to start the service.

The Routing and Remote Access Service is not currently running on %1!s!.
Please use 'net start remoteaccess' on the machine to start the service.
60015No entries were found.
No entries were found.
60024
Out of Memory

Out of Memory
60062
Enter Ctrl-C to exit from refresh

Enter Ctrl-C to exit from refresh
60100Resets the Winsock Catalog to a clean state.
Resets the Winsock Catalog to a clean state.
60101
Usage: %1!s!

Remarks: Resets Winsock Catalog to a clean state.
All Winsock Layered Service Providers which were previously
installed must be reinstalled.
This command does not affect Winsock Name Space Provider
entries.

Usage: %1!s!

Remarks: Resets Winsock Catalog to a clean state.
All Winsock Layered Service Providers which were previously
installed must be reinstalled.
This command does not affect Winsock Name Space Provider
entries.
60102Displays contents of Winsock Catalog.
Displays contents of Winsock Catalog.
60103
Usage: %1!s!

Remarks: Displays Winsock Catalog entries.

Usage: %1!s!

Remarks: Displays Winsock Catalog entries.
60250Layered Service Provider Layered Service Provider
60251Base Service Provider Base Service Provider
60252Layered Chain Entry Layered Chain Entry
60253Layered Service Provider (32) Layered Service Provider (32)
60254Base Service Provider (32) Base Service Provider (32)
60255Layered Chain Entry (32) Layered Chain Entry (32)
60256Name Space Provider Entry Name Space Provider Entry
60257Name Space Provider Entry (32) Name Space Provider Entry (32)
60400
Unable to reset the Winsock Catalog.

Unable to reset the Winsock Catalog.

EXIF

File Name:ifmon.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-rasifmon.resources_31bf3856ad364e35_10.0.15063.0_en-us_bfaf55092611dfb4\
File Size:66 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:66560
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:IF Monitor DLL
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:ifmon.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:ifmon.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-rasifmon.resources_31bf3856ad364e35_10.0.15063.0_en-us_ca03ff5b5a72a1af\

What is ifmon.dll.mui?

ifmon.dll.mui is Multilingual User Interface resource file that contain English (U.S.) language for file ifmon.dll (IF Monitor DLL).

File version info

File Description:IF Monitor DLL
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:ifmon.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:ifmon.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x409, 1200