dot3cfg.dll.mui 802.3 Netsh Helper 3126eea5be65f520766c6ddd441d9faa

File info

File name: dot3cfg.dll.mui
Size: 31232 byte
MD5: 3126eea5be65f520766c6ddd441d9faa
SHA1: 4ca5685b743e0ae850b69ca7fbd1c96588af1d73
SHA256: 14c4b8ba3d0d48e225f426fd6ae942e5ab4fb4c462bc9f753d6296005e6151b3
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
465
Profile on interface "%2!s!" updated successfully.

Profile on interface "%2!s!" updated successfully.
466
Failed to modify the profile. Error %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.

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.

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.

The desired settings are not compatible with existing setting or conflict themselves.
470
The oneX setting on interface "%1!s!" is not enabled.

The oneX setting on interface "%1!s!" is not enabled.
1465Allow shared user credentials has been set to: %1!s!. Allow shared user credentials has been set to: %1!s!.
1466You do not have sufficient privileges or group policy has been applied. You do not have sufficient privileges or group policy has been applied.
2465Block period is set to be %1!d! minutes. Block period is set to be %1!d! minutes.
3465The operation is not supported.
The operation is not supported.
3466
The user data was set successfully on the interface %1!s!.

The user data was set successfully on the interface %1!s!.
57001Adds a configuration entry to a table.
Adds a configuration entry to a table.
57002Deletes a configuration entry from a table.
Deletes a configuration entry from a table.
57003Displays information.
Displays information.
57004Saves LAN profiles to XML files.
Saves LAN profiles to XML files.
57005Configures settings on interfaces.
Configures settings on interfaces.
58001Adds a LAN profile to specified interface on the machine.
Adds a LAN profile to specified interface on the machine.
58002
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"

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"
58003Deletes a LAN profile from one or multiple interfaces.
Deletes a LAN profile from one or multiple interfaces.
58004
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"

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"
58005Shows a list of the current wired interfaces on the system.
Shows a list of the current wired interfaces on the system.
58006
Usage:%1!s!

Remarks:

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

Examples:

%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!
58007Shows a list of wired profiles currently configured on the machine.
Shows a list of wired profiles currently configured on the machine.
58008
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!

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!
58009Exports specified profiles to XML files.
Exports specified profiles to XML files.
58010
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

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
58011Enables or disables auto-configuration on an interface.
Enables or disables auto-configuration on an interface.
58012
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"

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"
58013Shows the current global settings of wired LAN.
Shows the current global settings of wired LAN.
58014
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!

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!
58015Reconnects on an interface.
Reconnects on an interface.
58016
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"

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"
58017Enables or disables tracing.
Enables or disables tracing.
58018
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


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

58019Shows whether wired LAN tracing is enabled or disabled.
Shows whether wired LAN tracing is enabled or disabled.
58020
Usage: %1!s!

Remarks:

Shows whether wired LAN tracing is enabled or disabled.

Examples:

%1!s!

Usage: %1!s!

Remarks:

Shows whether wired LAN tracing is enabled or disabled.

Examples:

%1!s!
58033Set parameters in a wired network profile.
Set parameters in a wired network profile.
58034
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

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
58049Allow or disallow the user to use shared user
credentials for network authentication.
Allow or disallow the user to use shared user
credentials for network authentication.
58050
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


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

58051Set the block period.
Set the block period.
58052
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


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

58053Adds EAP user data to an interface.
Adds EAP user data to an interface.
58054
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"

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
There are %1!d! interfaces on the system:

There are %1!d! interfaces on the system:
60002
There is %1!d! interface on the system:

There is %1!d! interface on the system:
60003
Name : %1

Name : %1
60004State : %1
State : %1
60005GUID : %1
GUID : %1
60006Description : %1
Description : %1
60007Physical Address : %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.

There is no interface on the system.
60101
The machine profile was added successfully.

The machine profile was added successfully.
60102
The profile was added successfully on the interface %1!s!.

The profile was added successfully on the interface %1!s!.
60201
Profile was deleted from %1!d! interface(s).

Profile was deleted from %1!d! interface(s).
60202
The machine profile was deleted.

The machine profile was deleted.
60203
The profile on interface "%1!s!" is the default profile and cannot be deleted.

The profile on interface "%1!s!" is the default profile and cannot be deleted.
60301
Auto config has been enabled on interface %1!s!.

Auto config has been enabled on interface %1!s!.
60302
Auto config has been disabled on interface %1!s!.

Auto config has been disabled on interface %1!s!.
60306Wired tracing has been started. Wired tracing has been started.
60307Persistent wired tracing has been enabled. Persistent wired tracing has been enabled.
60308Wired tracing has been stopped. Wired tracing has been stopped.
60309Persistent Wired tracing has been stopped. Persistent Wired tracing has been stopped.
60310Wired tracing is already running. Wired tracing is already running.
60311Persistent Wired tracing is already running. Persistent Wired tracing is already running.
60312Wired tracing is not running. Wired tracing is not running.
60313Persistent Wired tracing is not running. Persistent Wired tracing is not running.
60314Wired tracing is not set up on the system. Wired tracing is not set up on the system.
60315Persistent Wired tracing is not set up on the system. Persistent Wired tracing is not set up on the system.
60316Trace log output path "%1!s!"is not a valid directory. Trace log output path "%1!s!"is not a valid directory.
60317
Trace logs will be stored in "%1!s!".

Trace logs will be stored in "%1!s!".
60318
Trace logs are stored in "%1!s!".

Trace logs are stored in "%1!s!".
60319ERROR: function %1!s! returns %2!u!. ERROR: function %1!s! returns %2!u!.
60320Invalid value "%2!s!" for command option "%1!s!". Invalid value "%2!s!" for command option "%1!s!".
60321One or more parameters for the command are not correct or missing.
One or more parameters for the command are not correct or missing.
60337Invalid value "%2!s!" for command option "%1!s!".
Invalid value "%2!s!" for command option "%1!s!".
60401
%1!d! profile(s) were exported successfully.

%1!d! profile(s) were exported successfully.
60402
No profile was exported.

No profile was exported.
60403Profile File Name: %1!s!
Profile File Name: %1!s!
60404
No profile was available for this interface.


No profile was available for this interface.

60405Specified folder "%1!s!" is invalid.
Specified folder "%1!s!" is invalid.
60406
Interface: %1!s!

Interface: %1!s!
60501
No profile could be shown.

No profile could be shown.
60502
There is no such interface on the system.

There is no such interface on the system.
60503
No Interfaces found on the system.

No Interfaces found on the system.
60601
Interface %1!s! is reconnecting.

Interface %1!s! is reconnecting.
60603
No interfaces found on the system.

No interfaces found on the system.
61002
Profile on interface %1!s!
=======================================================================

Profile on interface %1!s!
=======================================================================
61004Profile Version : %1!d!
Profile Version : %1!d!
61005Description : %1!s!
Description : %1!s!
61006Type : %1!s!
Type : %1!s!
61007Wireless LAN Wireless LAN
61008Wired LAN Wired LAN
61009Unknown Type Unknown Type
61011AutoConfig Version : %1!d!
AutoConfig Version : %1!d!
61031802.1x : Enabled
802.1x : Enabled
61032802.1x : Disabled
802.1x : Disabled
61033802.1x : Enforced
802.1x : Enforced
61034802.1x : Not Enforced
802.1x : Not Enforced
61102EAP type : %1!s!
EAP type : %1!s!
61103EAP-MD5 EAP-MD5
61104EAP-TLS EAP-TLS
61105PEAP PEAP
61106MSCHAP v2 MSCHAP v2
61107Unknown Unknown
61110802.1X auth credential : %1!s!
802.1X auth credential : %1!s!
61111Machine or user credential Machine or user credential
61112Machine credential Machine credential
61113User credential User credential
61114Guest credential Guest credential
61115Profile credential not valid Profile credential not valid
61116Not specified Not specified
61117Cache user information : %1!s!
Cache user information : %1!s!
61118Yes Yes
61119No No
61120Credentials Configured : Yes
Credentials Configured : Yes
61121Credentials Configured : No
Credentials Configured : No
61150Applied: %1!s!

Applied: %1!s!

61151Group Policy Profile Group Policy Profile
61152Built-in Profile Built-in Profile
61153User Profile User Profile
61169Type : %1!s!
Type : %1!s!
61170Max delay (sec) : %1!d!
Max delay (sec) : %1!d!
61171Pre-logon Pre-logon
61172Post-logon Post-logon
61173Additional dialogs : %1!s!
Additional dialogs : %1!s!
61174Dialog input (sec) : %1!d!
Dialog input (sec) : %1!d!
61175Enabled Enabled
61176Disabled Disabled
61177Single sign-on settings:
Single sign-on settings:
61178User auth VLAN : %1!s!
User auth VLAN : %1!s!
61601
# ----------------------------------------
# Wired LAN Configuration
# ----------------------------------------
pushd lan


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

61602
popd

# End of Wired LAN Configuration.


popd

# End of Wired LAN Configuration.

61701Not enabled Not enabled
61702Connected. 802.1X authentication not enabled Connected. 802.1X authentication not enabled
61703Profile changing Profile changing
61704Attempting to authenticate Attempting to authenticate
61705Connected. Authentication succeeded. Connected. Authentication succeeded.
61706Connected. Authentication failed. Connected. Authentication failed.
61707Connection blocked. Authentication failed. Connection blocked. Authentication failed.
61709
The Wired AutoConfig Service (dot3svc) is not running.

The Wired AutoConfig Service (dot3svc) is not running.
61710Network cable unplugged Network cable unplugged
61711The interface is disabled.
The interface is disabled.
61712Failed to add the profile. A group policy profile already exists and cannot be overwritten. Failed to add the profile. A group policy profile already exists and cannot be overwritten.
61713
You do not have sufficient privileges or the profile on interface "%1!s!" is a group policy profile.

You do not have sufficient privileges or the profile on interface "%1!s!" is a group policy profile.
61714Connected. Network does not support authentication. Connected. Network does not support authentication.
61715Connection blocked. Network does not support authentication. Connection blocked. Network does not support authentication.
62001
Wired LAN settings
---------------------

Wired LAN settings
---------------------
62002Auto connection logic is %1!s! on interface "%2!s!"
Auto connection logic is %1!s! on interface "%2!s!"
62003enabled enabled
62004disabled disabled
62017Allow shared user credentials for network authentication: %1!s! Allow shared user credentials for network authentication: %1!s!
62018Yes.

Yes.

62019No.

No.

62020Block period: %1!d! minutes.

Block period: %1!d! minutes.

62021Block period: Not Configured.

Block period: Not Configured.

63001Wired tracing is not enabled on the system. Wired tracing is not enabled on the system.
63002Wired tracing is currently running. Wired tracing is currently running.
63003Wired tracing is currently stopped. Wired tracing is currently stopped.
63005
Last trace logs are stored in "%1!s!".

Last trace logs are stored in "%1!s!".
63006Persistent Wired tracing is not enabled on the system. Persistent Wired tracing is not enabled on the system.
63007Persistent Wired tracing is currently running. Persistent Wired tracing is currently running.
63008Persistent Wired tracing is currently stopped. Persistent Wired tracing is currently stopped.
63009

64001
Error from function %1!s!:

Error from function %1!s!:
64002
Error connecting to Wired AutoConfig Service (dot3svc):

Error connecting to Wired AutoConfig Service (dot3svc):
64003
Error checking name of interface:

Error checking name of interface:
64004
Error setting profile for interface %1!s!:

Error setting profile for interface %1!s!:
64005
Error deleting profile for interface %1!s!:

Error deleting profile for interface %1!s!:
64006
Error retrieving status of interface:

Error retrieving status of interface:
64007
Error exporting profile of interface %1!s!:

Error exporting profile of interface %1!s!:
64008
Error setting autoconfigure option on interface %1!s!:

Error setting autoconfigure option on interface %1!s!:
64009
Error requesting reconnection of interface %1!s!:

Error requesting reconnection of interface %1!s!:
64012File access is denied.

File access is denied.

64017
Error setting user data for interface %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_en-us_2141bc52e30a67d5\
File Size:30 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:30720
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:802.3 Netsh Helper
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_en-us_c52320cf2aacf69f\

What is dot3cfg.dll.mui?

dot3cfg.dll.mui is Multilingual User Interface resource file that contain English (U.S.) language for file dot3cfg.dll (802.3 Netsh Helper).

File version info

File Description:802.3 Netsh Helper
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:0x409, 1200