dot3cfg.dll.mui 802.3 Netsh 帮助程序 e9eaa060555de30f31f9e242c00c81f8

File info

File name: dot3cfg.dll.mui
Size: 18432 byte
MD5: e9eaa060555de30f31f9e242c00c81f8
SHA1: 73fa0bdffb8ce045549d059ac7a90363b6e9ab04
SHA256: bf8e4b9e6c031d0e2273802aa6c912f0b11354db2c514115135d56ba28976ddb
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) 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 Chinese (Simplified) English
465
接口“%2!s!”上的配置文件已成功更新。

Profile on interface "%2!s!" updated successfully.
466
未能修改配置文件。错误 %x%1!X!: %2!s!

Failed to modify the profile. Error %x%1!X!: %2!s!
467
你没有权限修改当前用户的配置文件。

You do not have the permission to modify the profile for current user.
468
你没有权限修改所有用户的配置文件。

You do not have the permission to modify the profile for all users.
469
所需的设置与现有设置不兼容,或其本身就存在冲突。

The desired settings are not compatible with existing setting or conflict themselves.
470
未启用接口“%1!s!”上的 oneX 设置。

The oneX setting on interface "%1!s!" is not enabled.
1465允许共享用户凭据已设置为: %1!s!。 Allow shared user credentials has been set to: %1!s!.
1466你没有足够权限,或组策略已应用。 You do not have sufficient privileges or group policy has been applied.
2465将阻止时间段设置为 %1!d! 分钟。 Block period is set to be %1!d! minutes.
3465不支持此操作。
The operation is not supported.
3466
已在接口 %1!s! 上成功设置用户数据。

The user data was set successfully on the interface %1!s!.
57001在一个表格中添加一个配置项。
Adds a configuration entry to a table.
57002从一个表格中删除一个配置项。
Deletes a configuration entry from a table.
57003显示信息。
Displays information.
57004将局域网配置文件保存到 XML 文件。
Saves LAN profiles to XML files.
57005在接口上配置设置。
Configures settings on interfaces.
58001将 LAN 配置文件添加到计算机上的指定接口。
Adds a LAN profile to specified interface on the machine.
58002
用法: %1!s! [filename=] [interface=]

参数:

filename - 配置文件 XML 文件的名称
interface - 接口名称

注释:

参数 filename 是必需的。
它是包含配置文件数据的 XML 文件的名称。

参数 interface 是可选的。它是由命令 "netsh lan show interface" 所显示的
接口名称之一。如果给定了接口名称,该配置文件将被添加到指定的接口,
否则,该配置文件将被添加到所有有线接口。

示例:

%1!s! filename="Profile1.xml" interface="Local Area Connection"

Usage: %1!s! [filename=] [interface=]

Parameters:

filename - name of the profile XML file
interface - interface name

Remarks:

Parameter filename is required.
It is the name of the XML file containing the profile data.

Parameter interface is optional. It is one of the interface name shown
by "netsh lan show interface" command. If interface name is given,
the profile will be added to the specified interface, otherwise the
profile will be added on all wired interfaces.

Examples:

%1!s! filename="Profile1.xml" interface="Local Area Connection"
58003从一个或多个接口中删除 LAN 配置文件。
Deletes a LAN profile from one or multiple interfaces.
58004
用法: %1!s! [interface=]

参数:

interface - 接口名称

注释:

参数 interface 是必需的。配置文件仅从指定
的接口删除。

示例:

%1!s! interface="Local Area Connection"

Usage: %1!s! [interface=]

Parameters:

interface - interface name

Remarks:

Parameter interface is required. The profile will be deleted from
the specified interface only.

Examples:

%1!s! interface="Local Area Connection"
58005显示系统上当前有线接口列表。
Shows a list of the current wired interfaces on the system.
58006
用法:%1!s!

注释:

该命令显示在系统上配置的有线接口。
该命令无参数。

示例:

%1!s!

Usage:%1!s!

Remarks:

This command shows the wired interfaces configured on the system.
There are no parameters for this command.

Examples:

%1!s!
58007显示在计算机上当前配置的有线配置文件的列表。
Shows a list of wired profiles currently configured on the machine.
58008
用法: %1!s! [ [interface=] ]

参数:

interface - 配置了该配置文件的接口


注释:

参数 interface 是可选的。
如果指定接口名称,则仅显示指定接口上的配置文件。
否则,将显示所有配置文件。

示例:

%1!s! interface="Local Area Connection"
%1!s!

Usage: %1!s! [ [interface=] ]

Parameters:

interface - name of the interface which has this profile configured


Remarks:

Parameter interface is optional.
If interface name is given, only the profile on the given interface
will be displayed. Otherwise, all profiles will be displayed.

Examples:

%1!s! interface="Local Area Connection"
%1!s!
58009将指定的配置文件导出到 XML 文件。
Exports specified profiles to XML files.
58010
用法: %1!s! [folder=] [ [interface=] ]

参数:

folder - 保存配置文件 XML 文件的文件夹的名称
interface - 配置了该配置文件的接口的名称

注释:

该命令将选定的配置文件保存到以“Interface Name.XML”
形式命名的 XML 文件中。参数 interface 是可选的。

文件夹名称是必需的。它必须指定可从本地计算机访问的
现有文件夹。可以是绝对路径,也可以是当前工作目录的
相对路径。此外,“.”指当前工作目录,“..”指当前
工作目录的父目录。文件夹名称不能是 UNC 路径。

如果指定接口名称,则指定接口上的配置文件将被保存为
“接口名称.xml”,否则会导出所有配置文件。

示例:

%1!s! folder=. interface="Local Area Connection"
%1!s! folder=c:\lan\profiles

Usage: %1!s! [folder=] [ [interface=] ]

Parameters:

folder - name of the folder where the profile XML files will be saved
interface - name of the interface which has this profile configured

Remarks:

This command saves the selected profiles into XML files named as
"Interface Name.XML". Parameter interface is optional.

The folder name is mandatory. It must specify an existing folder
accessible from the local computer. It can either be an absolute path,
or a relative path to the current working directory. In addition, "."
refers to the current working directory, and ".." refers to the parent
directory of the current working directory. The folder name cannot be
a UNC path.

If interface name is given, the profile on the given interface will
be saved as "Interface name.xml", Otherwise all profiles will be
exported.

Examples:

%1!s! folder=. interface="Local Area Connection"
%1!s! folder=c:\lan\profiles
58011启用或禁用接口上的自动配置。
Enables or disables auto-configuration on an interface.
58012
用法: %1!s! [enabled=]yes|no [interface=]

参数:

enabled - 指定是否启用自动配置
interface - 要应用此设置的接口的名称

注释:

两个参数都是必需的。

示例:


%1!s! enabled=yes interface="Local Area Connection"
%1!s! enabled=no interface="Local Area Connection"

Usage: %1!s! [enabled=]yes|no [interface=]

Parameters:

enabled - specifies whether auto-configuration is enabled or not
interface - name of the interface on which this setting is to be applied

Remarks:

Both parameters are required.

Examples:


%1!s! enabled=yes interface="Local Area Connection"
%1!s! enabled=no interface="Local Area Connection"
58013显示有线 LAN 的当前全局设置。
Shows the current global settings of wired LAN.
58014
用法: %1!s!

注释:

显示有线网络服务的全局设置,包括是否在
每个接口上启用自动连接逻辑。

示例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global settings for wired network service, including
whether auto connection logic is enabled or not on each interface.

Examples:

%1!s!
58015在一个接口重新连接。
Reconnects on an interface.
58016
用法: %1!s! [ [interface=] ]

参数:

interface - 要应用该设置的接口的名称

注释:

参数 interface 是可选的。
如果指定接口名称,则只会重新连接指定
的接口。否则,将重新连接所有接口。

示例:


%1!s! interface="Local Area Connection"

Usage: %1!s! [ [interface=] ]

Parameters:

interface - name of the interface on which this setting is to be applied

Remarks:

Parameter interface is optional.
If interface name is given, only the given interface
will reconnect. Otherwise, all interfaces will reconnect.

Examples:


%1!s! interface="Local Area Connection"
58017启用或禁用跟踪
Enables or disables tracing.
58018
用法: %1!s! [mode=]yes|no|persistent]

参数:

标记 值
mode - 启用、保持或禁用跟踪。

说明:

启用或禁用跟踪,可选择保持跟踪。
如果已启用,则会收集有线局域网的跟踪日志并
将其保存到跟踪文件中。

参数模式是必须的,在保持模式下,跟踪在
系统重新启动后将仍然有效。如果将模式设置为禁用,则
保持和非保持跟踪都将停止。

示例:

%1!s! mode=yes


Usage: %1!s! [mode=]yes|no|persistent]

Parameters:

Tag Value
mode - Enable, make it persistent or disable tracing.

Remarks:

Enabled or disable tracing, with the option to make tracing persistent.
If enabled then the trace logs for wired LAN will be collected and
saved to the trace files.

The parameter mode is required. Under persistent mode the tracing will
still be effective after system reboot. If mode is set to disable, then
both persistent and nonpersistent tracing will be stopped.

Examples:

%1!s! mode=yes

58019显示是否启用或禁用有线局域网跟踪。
Shows whether wired LAN tracing is enabled or disabled.
58020
用法: %1!s!

注释:

显示是否启用或禁用有线局域网跟踪。

示例:

%1!s!

Usage: %1!s!

Remarks:

Shows whether wired LAN tracing is enabled or disabled.

Examples:

%1!s!
58033设置有线网络配置文件中的参数。
Set parameters in a wired network profile.
58034
用法: %1!s! [[interface=]]
[authMode=machineOrUser|machineOnly|userOnly|guest]
[ssoMode=preLogon|postLogon|none] [maxDelay=1-120]
[allowDialog=yes|no] [userVLAN=yes|no]
[oneXEnabled=yes|no] [oneXEnforced=yes|no]

参数:

标记 值
interface - 在其上设置配置文件的接口的名称。
authMode - 用于身份验证的凭据类型。
ssoMode - 将尝试单一登录的类型(如果有)。
maxDelay - 建立单一登录连接的超时值。
allowDialog - 允许或不允许显示预登录的对话框。
userVLAN - 指定网络是否切换到用户身份验证的另一个 VLAN。
oneXEnabled - OneX 身份验证已启用或已禁用。
oneXEnforced - OneX 身份验证已启用或已禁用。

备注:

修改指定接口的配置文件。如果已指定接口,
则仅修改该接口上的配置文件。

除了接口之外,还必须至少指定一个参数。

示例:

%1!s! authMode=userOnly ssoMode=preLogon
%1!s! interface="Local Area Connection" ssoMode=none

Usage: %1!s! [[interface=]]
[authMode=machineOrUser|machineOnly|userOnly|guest]
[ssoMode=preLogon|postLogon|none] [maxDelay=1-120]
[allowDialog=yes|no] [userVLAN=yes|no]
[oneXEnabled=yes|no] [oneXEnforced=yes|no]

Parameters:

Tag Value
interface - Name of the interface on which the profile is set.
authMode - Type of credentials to be used for authentication.
ssoMode - Type of single sign on to be attempted if any.
maxDelay - Timeout value to establish single sign on connection.
allowDialog - Allow or Disallow a dialog to be shown for preLogon.
userVLAN - Specify if the network switches to a different VLAN on user authentication.
oneXEnabled - OneX authentication is enabled or not.
oneXEnforced - OneX authentication is enforced or not.

Remarks:

Modifies the profile on specified interface. If the interface is specified then
only profile on that interface is modified.

At least one parameter besides interface must be specified.

Examples:

%1!s! authMode=userOnly ssoMode=preLogon
%1!s! interface="Local Area Connection" ssoMode=none
58049允许或不允许用户使用共享用户
凭据进行网络身份验证。
Allow or disallow the user to use shared user
credentials for network authentication.
58050
用法: %1!s! [allow=]yes|no

参数:

标记 值
allow - 允许或不允许共享用户凭据。

备注:

指定允许或不允许使用客户端上的
共享用户凭据进行网络身份验证。

需要参数 allow。

示例:

%1!s! allow=yes


Usage: %1!s! [allow=]yes|no

Parameters:

Tag Value
allow - Allow or disallow shared user credentials.

Remarks:

Specify whether to allow or disallow shared user credentials
on the client for network authentication.

The parameter allow is required.

Examples:

%1!s! allow=yes

58051设置阻止时间段。
Set the block period.
58052
用法: %1!s! [value=]0-60

参数:

标记 值
value - 指定暂停对该网络的自动连接尝试的
时间长度(以分钟为单位)。

备注:

修改指定的计时器。以分钟为单位指定该值。
根据手动连接尝试、会话更改或媒体连接重置
阻止的状态。


示例:

%1!s! value=2
%1!s! 25


Usage: %1!s! [value=]0-60

Parameters:

Tag Value
value - Specifies the length in time, in minutes, during which
auto connect attempts to this network will be suspended.

Remarks:

Modifies the specified timer. The value is specified in minutes.
The blocked state is reset upon a manual connection attempt,
a session change or a media connect.


Examples:

%1!s! value=2
%1!s! 25

58053将 EAP 用户数据添加到某个接口。
Adds EAP user data to an interface.
58054
用法: %1!s! [filename=] [allusers=]yes|no [interface=]

参数:

filename - 用户数据 XML 文件的名称
allusers - 指定应为所有用户还是为当前用户保存用户数据
interface - 要应用此设置的接口的名称

备注:

所有参数都是必选项。

示例:


%1!s! filename="UserData.xml" allusers=yes interface="Local Area Connection"
%1!s! filename="UserData.xml" allusers=no interface="Local Area Connection"

Usage: %1!s! [filename=] [allusers=]yes|no [interface=]

Parameters:

filename - name of the user data XML file
allusers - specifies whether userdata should be saved for all users or current user
interface - name of the interface on which this setting is to be applied

Remarks:

All parameters are required.

Examples:


%1!s! filename="UserData.xml" allusers=yes interface="Local Area Connection"
%1!s! filename="UserData.xml" allusers=no interface="Local Area Connection"
60001
系统有 %1!d! 个接口:

There are %1!d! interfaces on the system:
60003
名称 : %1

Name : %1
60004状态 : %1
State : %1
60005GUID : %1
GUID : %1
60006描述 : %1
Description : %1
60007物理地址 : %1!02hX!-%2!02hX!-%3!02hX!-%4!02hX!-%5!02hX!-%6!02hX!
Physical Address : %1!02hX!-%2!02hX!-%3!02hX!-%4!02hX!-%5!02hX!-%6!02hX!
60008
系统上没有接口。

There is no interface on the system.
60101
已成功添加计算机配置文件。

The machine profile was added successfully.
60102
已在接口 %1!s! 上成功添加配置文件。

The profile was added successfully on the interface %1!s!.
60201
已从 %1!d! 个接口删除配置文件。

Profile was deleted from %1!d! interface(s).
60202
删除了计算机配置文件。

The machine profile was deleted.
60203
接口“%1!s!”上的配置文件是默认配置文件,因此不能删除。

The profile on interface "%1!s!" is the default profile and cannot be deleted.
60301
已经在接口 %1!s! 上启用自动配置。

Auto config has been enabled on interface %1!s!.
60302
已经在接口 %1!s! 上禁用自动配置。

Auto config has been disabled on interface %1!s!.
60306已经启动有线跟踪。 Wired tracing has been started.
60307已经启用持续有线跟踪。 Persistent wired tracing has been enabled.
60308已经停止有线跟踪。 Wired tracing has been stopped.
60309已经停止持续有线跟踪。 Persistent Wired tracing has been stopped.
60310有线跟踪已经运行。 Wired tracing is already running.
60311持续有线跟踪已经运行。 Persistent Wired tracing is already running.
60312有线跟踪没有运行。 Wired tracing is not running.
60313持续有线跟踪没有运行。 Persistent Wired tracing is not running.
60314没有在系统上设置有线跟踪。 Wired tracing is not set up on the system.
60315没有在系统上设置持续有线跟踪。 Persistent Wired tracing is not set up on the system.
60316跟踪日志输出路径“%1!s!”不是有效目录。 Trace log output path "%1!s!"is not a valid directory.
60317
跟踪日志将存储在“%1!s!”中。

Trace logs will be stored in "%1!s!".
60318
跟踪日志存储在“%1!s!”中。

Trace logs are stored in "%1!s!".
60319错误: 功能 %1!s! 返回 %2!u!。 ERROR: function %1!s! returns %2!u!.
60320命令选项“%1!s!”的值“%2!s!”无效。 Invalid value "%2!s!" for command option "%1!s!".
60321该命令的一个或多个参数错误或缺少。
One or more parameters for the command are not correct or missing.
60337命令选项“%1!s!”的值“%2!s!”无效。
Invalid value "%2!s!" for command option "%1!s!".
60401
成功导出 %1!d! 个配置文件。

%1!d! profile(s) were exported successfully.
60402
没有导出配置文件。

No profile was exported.
60403配置文件文件名: %1!s!
Profile File Name: %1!s!
60404
没有可用于此接口的配置文件。


No profile was available for this interface.

60405指定的文件夹“%1!s!”无效。
Specified folder "%1!s!" is invalid.
60406
接口: %1!s!

Interface: %1!s!
60501
没有配置文件显示。

No profile could be shown.
60502
系统中没有此接口。

There is no such interface on the system.
60503
系统上找不到接口。

No Interfaces found on the system.
60601
接口 %1!s! 正在重新连接。

Interface %1!s! is reconnecting.
61002
接口 %1!s! 上的配置文件
=======================================================================

Profile on interface %1!s!
=======================================================================
61004配置文件版本 : %1!d!
Profile Version : %1!d!
61005描述 : %1!s!
Description : %1!s!
61006类型 : %1!s!
Type : %1!s!
61007无线局域网 Wireless LAN
61008有线局域网 Wired LAN
61009未知类型 Unknown Type
61011自动配置版本 : %1!d!
AutoConfig Version : %1!d!
61031802.1X : 已启用
802.1x : Enabled
61032802.1x : 已禁用
802.1x : Disabled
61033802.1x : 已强制
802.1x : Enforced
61034802.1x : 未强制
802.1x : Not Enforced
61102EAP 类型 : %1!s!
EAP type : %1!s!
61103EAP-MD5 EAP-MD5
61104EAP-TLS EAP-TLS
61105PEAP PEAP
61106MSCHAP v2 MSCHAP v2
61107未知 Unknown
61110802.1X auth 凭据 : %1!s!
802.1X auth credential : %1!s!
61111计算机或用户凭据 Machine or user credential
61112计算机凭据 Machine credential
61113用户凭据 User credential
61114来宾凭据 Guest credential
61115配置文件凭据无效 Profile credential not valid
61116未指定 Not specified
61117缓存用户信息 : %1!s!
Cache user information : %1!s!
61118 Yes
61119 No
61120配置的凭据 :是
Credentials Configured : Yes
61121配置的凭据 :否
Credentials Configured : No
61150已应用: %1!s!

Applied: %1!s!

61151组策略配置文件 Group Policy Profile
61152内置配置文件 Built-in Profile
61153用户配置文件 User Profile
61169类型 : %1!s!
Type : %1!s!
61170最大延迟(秒) : %1!d!
Max delay (sec) : %1!d!
61171登录前 Pre-logon
61172登录后 Post-logon
61173其他对话框 : %1!s!
Additional dialogs : %1!s!
61174对话框输入(秒) : %1!d!
Dialog input (sec) : %1!d!
61175已启用 Enabled
61176已禁用 Disabled
61177单一登录设置 :
Single sign-on settings:
61178用户 auth VLAN : %1!s!
User auth VLAN : %1!s!
61601
# ----------------------------------------
# 有线局域网配置
# ----------------------------------------
pushd lan


# ----------------------------------------
# Wired LAN Configuration
# ----------------------------------------
pushd lan

61602
popd

# 有线局域网配置结尾。


popd

# End of Wired LAN Configuration.

61701未启用 Not enabled
61702已连接。802.1X 身份验证未启用 Connected. 802.1X authentication not enabled
61703配置文件更改 Profile changing
61704正在尝试身份验证 Attempting to authenticate
61705已连接。身份验证成功。 Connected. Authentication succeeded.
61706已连接。身份验证失败。 Connected. Authentication failed.
61707已阻止连接。身份验证失败。 Connection blocked. Authentication failed.
61709
有线自动配置服务(dot3svc)没有运行。

The Wired AutoConfig Service (dot3svc) is not running.
61710网络电缆被拔出 Network cable unplugged
61711接口被禁用。
The interface is disabled.
61712未能添加配置文件。组策略配置文件已存在且无法被覆盖。 Failed to add the profile. A group policy profile already exists and cannot be overwritten.
61713
你没有足够特权,或接口“%1!s!”上的配置文件是组策略配置文件。

You do not have sufficient privileges or the profile on interface "%1!s!" is a group policy profile.
61714已连接。网络不支持身份验证。 Connected. Network does not support authentication.
61715连接被阻止。网络不支持身份验证。 Connection blocked. Network does not support authentication.
62001
有线局域网设置
---------------------

Wired LAN settings
---------------------
62002在接口“%2!s!”上,自动连接逻辑为 %1!s!
Auto connection logic is %1!s! on interface "%2!s!"
62017允许共享用户凭据用于网络身份验证: %1!s! Allow shared user credentials for network authentication: %1!s!
62018是。

Yes.

62019否。

No.

62020阻止时间段: %1!d! 分钟。

Block period: %1!d! minutes.

62021阻止时间段: 未配置。

Block period: Not Configured.

63001系统上没有启用有线跟踪。 Wired tracing is not enabled on the system.
63002有线跟踪当前运行。 Wired tracing is currently running.
63003有线跟踪当前停止。 Wired tracing is currently stopped.
63005
在“%1!s!”存储了上一次跟踪日志。

Last trace logs are stored in "%1!s!".
63006在系统上未启用永久性有线跟踪。 Persistent Wired tracing is not enabled on the system.
63007当前正在运行永久性有线跟踪。 Persistent Wired tracing is currently running.
63008当前已停止永久性有线跟踪。 Persistent Wired tracing is currently stopped.
63009

64001
函数 %1!s! 的错误:

Error from function %1!s!:
64002
连接到有线自动配置服务(dot3svc)时出错:

Error connecting to Wired AutoConfig Service (dot3svc):
64003
检查接口名称时出错:

Error checking name of interface:
64004
设置接口 %1!s! 的配置文件时出错:

Error setting profile for interface %1!s!:
64005
删除接口 %1!s! 的配置文件时出错:

Error deleting profile for interface %1!s!:
64006
检索接口状态时出错:

Error retrieving status of interface:
64007
导出接口 %1!s! 的配置文件时出错:

Error exporting profile of interface %1!s!:
64008
在接口 %1!s! 上设置自动配置选项时出错:

Error setting autoconfigure option on interface %1!s!:
64009
请求接口 %1!s! 重新连接时出错:

Error requesting reconnection of interface %1!s!:
64012文件访问被拒绝。

File access is denied.

64017
为接口 %1!s! 设置用户数据时出错:

Error setting user data for interface %1!s!:

EXIF

File Name:dot3cfg.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..sh-helper.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_80c826c0ca2c41e7\
File Size:18 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:17920
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:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:802.3 Netsh 帮助程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:dot3cfg.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:dot3cfg.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..sh-helper.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_24a98b3d11ced0b1\

What is dot3cfg.dll.mui?

dot3cfg.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file dot3cfg.dll (802.3 Netsh 帮助程序).

File version info

File Description:802.3 Netsh 帮助程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:dot3cfg.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:dot3cfg.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200