nettrace.dll.mui 网络跟踪帮助程序 d9265f96d3f5045bf67035f1f9e395d7

File info

File name: nettrace.dll.mui
Size: 39936 byte
MD5: d9265f96d3f5045bf67035f1f9e395d7
SHA1: 49447a2c8a775230f0a4809a0c0ed0a7772ffb47
SHA256: a0b5f2cb048740be310057e869a340b2b1e305f60b162d617519f5e8be6cea43
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
6000列出接口、提供程序和跟踪状态。
List interfaces, providers and tracing state.
6100启动跟踪。
Starts tracing.
6101
%1!s!
开始跟踪。

用法: trace start [[scenario=]]
[[globalKeywords=]keywords] [[globalLevel=]level]
[[capture=]yes|no] [[capturetype=]physical|vmswitch|both]
[[report=]yes|no|disabled] [[persistent=]yes|no]
[[traceFile=]path\filename] [[maxSize=]filemaxsize]
[[fileMode=]single|circular|append] [[overwrite=]yes|no]
[[correlation=]yes|no|disabled] [capturefilters]
[[provider=]providerIdOrName] [[keywords=]keywordMaskOrSet]
[[level=]level]
[[[provider=]provider2IdOrName] [[providerFilter=]yes|no]]
[[keywords=]keyword2MaskOrSet] [[perfMerge=]yes|no]
[[level=]level2] ...

默认值:
capture=no (指定除了跟踪事件之外是否
还启用数据包捕获)
capturetype=physical (指定是需要仅为物理网络适配器启用数据包捕获,
仅为虚拟交换机启用数据包捕获,
还是需要为二者都启用数据包捕获)
report=no (指定是否在生成跟踪文件的同时
还生成补充报告)
persistent=no (指定跟踪会话在重新引导之后是否继续运行,
以及在发出 netsh trace stop 之前是否启用)
maxSize=250 MB (指定最大跟踪文件大小,0=无最大值)
fileMode=circular
overwrite=yes (指定是否覆盖现有跟踪
输出文件)
correlation=yes (指定是否关联相关事件
并将这些事件组合在一起)
perfMerge=yes (指定是否将性能元数据合并到
跟踪中)
traceFile=%%LOCALAPPDATA%%\Temp\NetTraces\NetTrace.etl
(指定输出文件的位置)
providerFilter=no (指定是否启用提供程序筛选器)

除非另行指定,否则,提供程序关键字全部默认为不超过 255 个字符。

例如:

netsh trace start scenario=InternetClient capture=yes

在仅为物理网络适配器启用数据包捕获后,
开始跟踪 InternetClient 方案和相关提供程序。
在发出 "netsh trace stop" 命令或重新引导系统时,
将停止跟踪。
输出文件将使用默认位置和名称。如果存在旧文件,
将覆盖旧文件。

netsh trace start provider=microsoft-windows-wlan-autoconfig
keywords=state,ut:authentication

开始跟踪 microsoft-windows-wlan-autoconfig 提供程序
在发出 "netsh trace stop" 命令或重新引导系统时,
将停止跟踪。
输出文件将使用默认位置和名称。如果存在旧文件,
将覆盖旧文件。
将仅记录具有 "state" 或 "ut:authentication" 关键字的事件。

netsh trace show provider 命令可用于显示
支持的关键字和级别。

捕获筛选器:
只有在使用 capture=yes 显式启用捕获时,
才支持捕获筛选器。使用 "netsh trace show CaptureFilterHelp" 可以显示
支持的捕获筛选器及其用法的列表。

提供程序筛选器:
多个提供程序支持提供程序筛选器
并且在每个提供程序之后使用 providerFilter=Yes 启用了这些筛选器。
使用 "netsh trace show ProviderFilterHelp" 可以显示
每个提供程序支持的提供程序筛选器及其用法的列表。

%1!s!
Starts tracing.

Usage: trace start [[scenario=]]
[[globalKeywords=]keywords] [[globalLevel=]level]
[[capture=]yes|no] [[capturetype=]physical|vmswitch|both]
[[report=]yes|no|disabled] [[persistent=]yes|no]
[[traceFile=]path\filename] [[maxSize=]filemaxsize]
[[fileMode=]single|circular|append] [[overwrite=]yes|no]
[[correlation=]yes|no|disabled] [capturefilters]
[[provider=]providerIdOrName] [[keywords=]keywordMaskOrSet]
[[level=]level]
[[[provider=]provider2IdOrName] [[providerFilter=]yes|no]]
[[keywords=]keyword2MaskOrSet] [[perfMerge=]yes|no]
[[level=]level2] ...

Defaults:
capture=no (specifies whether packet capture is enabled
in addition to trace events)
capturetype=physical (specifies whether packet capture needs to be
enabled for physical network adapters only, virtual switch
only, or both physical network adapters and virtual switch)
report=no (specifies whether a complementing report will be generated
along with the trace file)
persistent=no (specifies whether the tracing session continues
across reboots, and is on until netsh trace stop is issued)
maxSize=250 MB (specifies the maximum trace file size, 0=no maximum)
fileMode=circular
overwrite=yes (specifies whether an existing trace output file will
be overwritten)
correlation=yes (specifies whether related events will be correlated
and grouped together)
perfMerge=yes (specifies whether performance metadata is merged
into trace)
traceFile=%%LOCALAPPDATA%%\Temp\NetTraces\NetTrace.etl
(specifies location of the output file)
providerFilter=no (specifies whether provider filter is enabled)

Provider keywords default to all and level to 255 unless otherwise specified.

For example:

netsh trace start scenario=InternetClient capture=yes

Starts tracing for the InternetClient scenario and dependent providers
with packet capture enabled for physical network adapters only.
Tracing will stop when the "netsh trace stop" command is issued
or when the system reboots.
Default location and name will be used for the output file. If an old
file exists, it will be overwritten.

netsh trace start provider=microsoft-windows-wlan-autoconfig
keywords=state,ut:authentication

Starts tracing for the microsoft-windows-wlan-autoconfig provider
Tracing will stop when the "netsh trace stop" command is issued
or when the system reboots.
Default location and name will be used for the output file. If an old
file exists, it will be overwritten.
Only events with keyword 'state' or 'ut:authentication' will be logged.

netsh trace show provider command can be used to display
supported keywords and levels.

Capture Filters:
Capture filters are only supported when capture is explicitly
enabled with capture=yes. Use 'netsh trace show CaptureFilterHelp'
to display a list of supported capture filters and their usage.

Provider Filters:
Provider filters are supported by multiple providers and are enabled
with providerFilter=Yes after every provider.
Use 'netsh trace show ProviderFilterHelp' to display a list of
supported provider filters for each provider and their usage.
6102停止跟踪。
Stops tracing.
6103
%1!s!

停止跟踪。

备注: 停止当前正在进行跟踪会话的网络

%1!s!

Stops tracing.

Remarks: Stops a network tracing session currently in progress
6104将跟踪文件转换为 HTML 报告。
Converts a trace file to an HTML report.
6105
%1!s!

将跟踪文件转换为 HTML 报告。

用法: convert [input=]tracefilename.etl [[output=]filename]
[[dump=]CSV|XML|EVTX|TXT|No] [[report=]yes|no]
[[overwrite=]yes|no] [[tmfpath=]pathname]

参数:

标记 值
input - 输入 ETL 跟踪文件
output - 输出文件名(默认值为输入名称)
dump - 输出格式(默认值 = TXT)
report - 生成 HTML 报告(默认值 = no)
overwrite - 覆盖现有文件(默认值 = no)
tmfpath - 用于解码 WPP 跟踪的 tmf 文件的路径

备注: 将输入 ETL 文件转换为指定的格式。

%1!s!

Converts a trace file to an HTML report.

Usage: convert [input=]tracefilename.etl [[output=]filename]
[[dump=]CSV|XML|EVTX|TXT|No] [[report=]yes|no]
[[overwrite=]yes|no] [[tmfpath=]pathname]

Parameters:

Tag Value
input - Input ETL trace file
output - Output file name (defaults to input name)
dump - Output format (default = TXT)
report - Generates an HTML report (default = no)
overwrite - Overwrites existing files (default = no)
tmfpath - Path to tmf files for decoding WPP traces

Remarks: Converts the input ETL file to the specified format.
6106启动诊断会话。
Start a diagnose session.
6107
%1!s!

启动诊断会话。

用法: diagnose [scenario=] [[namedAttribute=]]
[[saveSessionTrace=]] [[report=]] [[capture=]]

默认值:
saveSessionTrace=no (如果指定 report=yes,则默认值为“yes”)
capture=no
report=no

备注: 启动诊断会话

%1!s!

Starts a diagnose session.

Usage: diagnose [scenario=] [[namedAttribute=]]
[[saveSessionTrace=]] [[report=]] [[capture=]]

Defaults:
saveSessionTrace=no (defaults to 'yes' if report=yes is specified)
capture=no
report=no

Remarks: Starts a diagnose session
6108将跟踪文件正常化或筛选为新的输出文件。
Normalizes or filters a trace file to a new output file.
6109
%1!s!
将跟踪文件正常化或筛选为新的输出文件。

用法: trace correlate [input=]tracefilename.etl
[output=]newtracefilename.etl
[[filter=]Activity_ID] [[overwrite=]yes|no]
[[retaincorrelationevents=]yes|no] [[retainpii=]yes|no] [[retainglobalevents=]yes|no]

参数:

标记 值
input - 输入 ETL 跟踪文件
output - 输出文件名
filter - 仅输出与此活动 GUID 有关的事件
overwrite - 覆盖现有文件
retaincorrelationevents - 保留相关事件
retainpii - 保留包含个人标识信息的事件
retainglobalevents - 保留全局事件

默认值:
filter=none
overwrite=no
retaincorrevents=no
retainpii=yes
retainglobalevents=yes

备注:
筛选器活动 ID 是采用{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}格式表示的一个 GUID
个人标识信息包括数据包捕获事件

%1!s!
Normalizes or filters a trace file to a new output file.

Usage: trace correlate [input=]tracefilename.etl
[output=]newtracefilename.etl
[[filter=]Activity_ID] [[overwrite=]yes|no]
[[retaincorrelationevents=]yes|no] [[retainpii=]yes|no] [[retainglobalevents=]yes|no]

Parameters:

Tag Value
input - Input ETL trace file
output - Output file name
filter - Output only events related to this Activity GUID
overwrite - Overwrites existing files
retaincorrelationevents - Retains correlation events
retainpii - Retains events containing personally identifiable information
retainglobalevents - Retains global events

Defaults:
filter=none
overwrite=no
retaincorrevents=no
retainpii=yes
retainglobalevents=yes

Remarks:
Filter activity ID is a GUID expressed in the form {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Personally identifiable information includes packet capture events
6110合并跟踪文件并添加符号元数据。
Merges trace files and adds symbols metadata.
6111
%1!s!

合并跟踪文件并添加符号元数据。

用法: merge input1.etl input2.etl ... output.etl

参数:

要合并的 ETL 文件列表
该列表中的最后一个文件是输出

备注: 合并文件并注入符号和 PerfTrack 元数据。

%1!s!

Merges trace files and adds symbols metadata.

Usage: merge input1.etl input2.etl ... output.etl

Parameters:

A list of ETL files to merge
The last file in the list is an output

Remarks: Merges the files and injects symbols and PerfTrack metadata.
6114

6201显示跟踪配置。
Shows tracing configuration.
6202
%1!s!

显示跟踪配置。

%1!s!

Shows tracing configuration.
6203显示可用的方案。
Shows available scenarios.
6204
%1!s!

显示可以与 start 命令一起使用的可用方案列表。

%1!s!

Shows a list of available scenarios that may be used with the start command.
6205显示方案信息。
Shows scenario information.
6206
%1!s!

显示方案信息。

用法: trace show scenario [name=]

备注: 它显示有关某个方案的其他
信息,包括 diagnose 命令可能
需要的任何属性和指定方案支持
的提供程序列表以及将应用的
默认关键字和级别。

%1!s!

Shows scenario information.

Usage: trace show scenario [name=]

Remarks: This displays additional information about a scenario including
any attributes that may be required by the 'diagnose command and
the list of providers that would be enabled for the specified
scenario, along with the default keywords and levels that would
be applied.
6207显示可用的提供程序。
Shows available providers.
6208
%1!s!

显示可以与 start 命令一起使用的可用提供程序的列表。

%1!s!

Shows a list of available providers that may be used with the start command.
6209显示提供程序信息。
Shows provider information.
6210
%1!s!

显示可以与 start 命令一起使用的提供程序信息。

用法: trace show provider [name=]

备注: 它显示指定提供程序支持的关键字
和级别。可以在启动跟踪会话时。
使用这些关键字和级别

%1!s!

Shows provider information that can be used with the start command.

Usage: trace show provider [name=]

Remarks: This displays the keywords and levels that the specified
provider supports. These keywords and levels may be used
while starting a tracing session.
6211列出全局关键字和级别。
List global keywords and levels.
6212
%1!s!

显示可以与 start 命令一起使用的
全局关键字和级别的列表。

用法: trace show globalKeywordsAndLevels

%1!s!

Shows a list of global keywords and levels that may be used with the
start command.

Usage: trace show globalKeywordsAndLevels
6213列出可用的接口。
List available interfaces.
6214
%1!s!

显示网络接口的列表。

用法: trace show interfaces

%1!s!

Shows a list of network interfaces.

Usage: trace show interfaces
6215列出支持的捕获筛选器和用法。
List supported capture filters and usage.
6216
%1!s!

列出支持的捕获筛选器和用法。

用法: trace show CaptureFilterHelp

%1!s!

List supported capture filters and usage.

Usage: trace show CaptureFilterHelp
6217显示帮助程序类信息。
Show helper class information.
6218
%1!s!

显示帮助程序类名称、描述以及从属帮助程序类的列表。
还列出该帮助程序类可能返回的可能的根本原因
和修复。

用法: trace show helperclass [name=]

%1!s!

Shows helper class name, description and list of dependent helper classes.
This also lists possible root causes and repairs that may be returned by
the helper class.

Usage: trace show helperclass [name=]
6219列出受支持的提供程序筛选器及其用法。
List supported provider filters and usage.
6220
%1!s!

列出受支持的提供程序筛选器及其用法。

用法: 跟踪显示 ProviderFilterHelp

%1!s!

List supported provider filters and usage.

Usage: trace show ProviderFilterHelp
6301
跟踪配置:
-------------------------------------------------------------------

Trace configuration:
-------------------------------------------------------------------
6302文件位置 = %1!s!
File location = %1!s!
6303
可用的方案(%1!d!):
-------------------------------------------------------------------

Available scenarios (%1!d!):
-------------------------------------------------------------------
6305
入口点: %1!ws!

Entry Point: %1!ws!
6306
提供程序
---------

Providers
---------
6307
可用的提供程序(%1!d!)
-------------------------------------------------------------------

Available Providers (%1!d!)
-------------------------------------------------------------------
6308
名称: %1!s!
提供程序 GUID: %2!s!

Name: %1!s!
Provider Guid: %2!s!
6309
级别(值) - %1!d! 个元素
-------------------------------------------------------------------

Levels (value) - %1!d! element(s)
-------------------------------------------------------------------
6310
关键字(掩码) - %1!d! 个元素
-------------------------------------------------------------------

Keywords (mask) - %1!d! element(s)
-------------------------------------------------------------------
6311跟踪会话已成功停止。
Tracing session was successfully stopped.
6312状态: 正在运行
跟踪文件: %1!s!
附加: %2!s!
循环: %3!s!
最大大小: %4!s!
报告: %5!s!
Status: Running
Trace File: %1!s!
Append: %2!s!
Circular: %3!s!
Max Size: %4!s!
Report: %5!s!
6313
提供程序:
名称: %1!s!
提供商 GUID: %2!s!
级别: %3!s!
关键字: %4!s!

Provider:
Name: %1!s!
Provider Guid: %2!s!
Level: %3!s!
Keywords: %4!s!
6314
提供程序:
名称: %1!s!
提供程序 Guid: %2!s!
默认级别: %3!s!
默认关键字: %4!s!

Provider:
Name: %1!s!
Provider Guid: %2!s!
Default Level: %3!s!
Default Keywords: %4!s!
6315报告位置 = %1!s!
Report location = %1!s!
6316
输入文件: %1!s!
转储文件: %2!s!
转储格式: %3!s!
报告文件: %4!s!

Input file: %1!s!
Dump file: %2!s!
Dump format: %3!s!
Report file: %4!s!
6318
描述: %1!ws!
接口 GUID: %2!S!
接口索引: %3!d!
接口 Luid: 0x%4!I64X!

Description: %1!ws!
Interface GUID: %2!S!
Interface Index: %3!d!
Interface Luid: 0x%4!I64X!
6319
属性名 类型 必需 说明
-------------- ---- -------- -----------

Attribute Name Type Required Description
-------------- ---- -------- -----------
6320
发现的根本原因: %1!d!

Root causes found: %1!d!
6321
根本原因 #%1!d!
--------------
%2!ws!

Root cause #%1!d!
--------------
%2!ws!
6322
可用修复: %1!d!

Repairs available: %1!d!
6323
修复 #%1!d!
----------
%2!ws!

Repair #%1!d!
----------
%2!ws!
6324
正在诊断“%1!ws!”...

Diagnosing '%1!ws!' ...
6325完成
done
6326
描述 %1!ws!

Description: %1!ws!
6327
NDF 跟踪文件: “%1!ws!”

NDF Trace File: '%1!ws!'
6328NDF 报告文件: “%1!ws!”
NDF Report File: '%1!ws!'
6329正在生成数据集合和报告... Generating data collection and report ...
6330正在生成转储... Generating dump ...
6332失败(错误=0x%1!X!)
failed (error=0x%1!X!)
6333
捕获筛选器:
只有在使用 capture=yes 显式
启用捕获时才支持捕获筛选器。支持的捕获筛选器为:

CaptureInterface=
对指定的接口名称或 GUID 启用数据包捕获。使用
“netsh trace show interfaces”可列出可用接口。
例如 CaptureInterface={716A7812-4AEE-4545-9D00-C10EFD223551}
例如 CaptureInterface=!{716A7812-4AEE-4545-9D00-C10EFD223551}
例如 CaptureInterface="Local Area Connection"

Ethernet.Address=
使指定筛选器与源和目标
MAC 地址匹配。
例如 Ethernet.Address=00-0D-56-1F-73-64

Ethernet.SourceAddress=
使指定筛选器与源 MAC 地址相匹配。
例如 Ethernet.SourceAddress=00-0D-56-1F-73-64

Ethernet.DestinationAddress=
使指定筛选器与目标 MAC 地址相匹配。
例如 Ethernet.DestinationAddress=00-0D-56-1F-73-64

Ethernet.Type=
使指定筛选器与 MAC 以太类型相匹配。
例如 Ethernet.Type=IPv4
例如 Ethernet.Type=NOT(0x86DD)
例如 Ethernet.Type=(IPv4,IPv6)

Wifi.Type=
使指定筛选器与 Wifi 类型匹配。允许的值
是“Management”和“Data”。如果未指定,则不应用
Wifi.Type 筛选器。
注意: 该捕获筛选器不支持范围、列表或求反。
例如 Wifi.Type=Management

Protocol=
使指定筛选器与 IP 协议相匹配。
例如 Protocol=6
例如 Protocol=!(TCP,UDP)
例如 Protocol=(4-10)

IPv4.Address=
使指定筛选器与源 IPv4 地址和目标
IPv4 地址匹配。
例如 IPv4.Address=157.59.136.1
例如 IPv4.Address=!(157.59.136.1)
例如 IPv4.Address=(157.59.136.1,157.59.136.11)

IPv4.SourceAddress=
使指定筛选器与源 IPv4 地址相匹配。
例如 IPv4.SourceAddress=157.59.136.1

IPv4.DestinationAddress=
使指定筛选器与目标 IPv4 地址相匹配。
例如 IPv4.DestinationAddress=157.59.136.1

IPv6.Address=
使指定筛选器与源 IPv6 地址和目标
IPv6 地址匹配。
例如 IPv6.Address=fe80::5038:3c4:35de:f4c3\%%8
例如 IPv6.Address=!(fe80::5038:3c4:35de:f4c3\%%8)

IPv6.SourceAddress=
使指定筛选器与源 IPv6 地址相匹配。
例如 IPv6.SourceAddress=fe80::5038:3c4:35de:f4c3\%%8

IPv6.DestinationAddress=
使指定筛选器与目标 IPv6 地址相匹配。
例如 IPv6.DestinationAddress=fe80::5038:3c4:35de:f4c3\%%8

CustomMac=
使指定筛选器与以 MAC 标头开始的指定
偏移量的值匹配。
注意: 该捕获筛选器不支持范围、列表或求反。
例如 CustomMac=UINT8(0x1,0x23)
例如 CustomMac=ASCIISTRING(3,test)
例如 CustomMac=UNICODESTRING(2,test)

CustomIp=
使指定筛选器与以 IP 标头开始的指定
偏移量的值匹配。
注意: 该捕获筛选器不支持范围、列表或求反。
例如 CustomIp=UINT16(4,0x3201)
例如 CustomIp=UINT32(0x2,18932)

CaptureMultiLayer=
启用多层数据包捕获。
注意: 该捕获筛选器不支持范围、列表或求反。

PacketTruncateBytes=
仅捕获每个数据包指定数目的字节。
注意: 该捕获筛选器不支持范围、列表或求反。
例如 PacketTruncateBytes=40

Capture Filters:
Capture filters are only supported when capture is explicitly
enabled with capture=yes. Supported capture filters are:

CaptureInterface=
Enables packet capture for the specified interface name or GUID. Use
'netsh trace show interfaces' to list available interfaces.
e.g. CaptureInterface={716A7812-4AEE-4545-9D00-C10EFD223551}
e.g. CaptureInterface=!{716A7812-4AEE-4545-9D00-C10EFD223551}
e.g. CaptureInterface="Local Area Connection"

Ethernet.Address=
Matches the specified filter against both source and destination
MAC addresses.
e.g. Ethernet.Address=00-0D-56-1F-73-64

Ethernet.SourceAddress=
Matches the specified filter against source MAC addresses.
e.g. Ethernet.SourceAddress=00-0D-56-1F-73-64

Ethernet.DestinationAddress=
Matches the specified filter against destination MAC addresses.
e.g. Ethernet.DestinationAddress=00-0D-56-1F-73-64

Ethernet.Type=
Matches the specified filter against the MAC ethertype.
e.g. Ethernet.Type=IPv4
e.g. Ethernet.Type=NOT(0x86DD)
e.g. Ethernet.Type=(IPv4,IPv6)

Wifi.Type=
Matches the specified filter against the Wifi type. Allowed values
are 'Management' and 'Data'. If not specified, the Wifi.Type filter
is not applied.
Note: This capture filter does not support ranges, lists or negation.
e.g. Wifi.Type=Management

Protocol=
Matches the specified filter against the IP protocol.
e.g. Protocol=6
e.g. Protocol=!(TCP,UDP)
e.g. Protocol=(4-10)

IPv4.Address=
Matches the specified filter against both source and destination
IPv4 addresses.
e.g. IPv4.Address=157.59.136.1
e.g. IPv4.Address=!(157.59.136.1)
e.g. IPv4.Address=(157.59.136.1,157.59.136.11)

IPv4.SourceAddress=
Matches the specified filter against source IPv4 addresses.
e.g. IPv4.SourceAddress=157.59.136.1

IPv4.DestinationAddress=
Matches the specified filter against destination IPv4 addresses.
e.g. IPv4.DestinationAddress=157.59.136.1

IPv6.Address=
Matches the specified filter against both source and destination
IPv6 addresses.
e.g. IPv6.Address=fe80::5038:3c4:35de:f4c3\%%8
e.g. IPv6.Address=!(fe80::5038:3c4:35de:f4c3\%%8)

IPv6.SourceAddress=
Matches the specified filter against source IPv6 addresses.
e.g. IPv6.SourceAddress=fe80::5038:3c4:35de:f4c3\%%8

IPv6.DestinationAddress=
Matches the specified filter against destination IPv6 addresses.
e.g. IPv6.DestinationAddress=fe80::5038:3c4:35de:f4c3\%%8

CustomMac=
Matches the specified filter against the value at the specified
offset starting with the MAC header.
Note: This capture filter does not support ranges, lists or negation.
e.g. CustomMac=UINT8(0x1,0x23)
e.g. CustomMac=ASCIISTRING(3,test)
e.g. CustomMac=UNICODESTRING(2,test)

CustomIp=
Matches the specified filter against the value at the specified
offset starting with the IP header.
Note: This capture filter does not support ranges, lists or negation.
e.g. CustomIp=UINT16(4,0x3201)
e.g. CustomIp=UINT32(0x2,18932)

CaptureMultiLayer=
Enables multi-layer packet capture.
Note: This capture filter does not support ranges, lists or negation.

PacketTruncateBytes=
Captures only the the specified number of bytes of each packet.
Note: This capture filter does not support ranges, lists or negation.
e.g. PacketTruncateBytes=40
6334
注意:
可以同时使用多个筛选器。但是,不可以
重复使用相同的筛选器。
例如 'netsh trace start capture=yes Ethernet.Type=IPv4
IPv4.Address=157.59.136.1'

需要时,需要显式指定筛选器。如果未指定
筛选器,则将视为“忽略”。
例如 'netsh trace start capture=yes IPv4.SourceAddress=157.59.136.1'
这将仅从 157.59.136.1 中捕获 IPv4 数据包,
还将捕获具有非 IPv4 以太网类型的数据包,因为
未显式指定 Ethernet.Type 筛选器。
例如 'netsh trace start capture=yes IPv4.SourceAddress=157.59.136.1
Ethernet.Type=IPv4'
这将仅从 157.59.136.1 中捕获 IPv4 数据包。将放弃
具有其他以太网类型的数据包,因为已指定显式
筛选器。

捕获筛选器支持范围、列表和求反(除非另行
指定)。
例如 Range: 'netsh trace start capture=yes Ethernet.Type=IPv4
Protocol=(4-10)'
这将捕获协议在 4 和10 之间(包括 4 和 10)的
IPv4 数据包。
例如 List: 'netsh trace start capture=yes Ethernet.Type=(IPv4,IPv6)'
这将仅捕获 IPv4 和 IPv6 数据包。
例如 Negation: 'netsh trace start capture=yes Ethernet.Type=!IPv4'
这将捕获所有非 IPv4 个数据包。

在某些情况下求反可以与列表结合。
例如 'netsh trace start capture=yes Ethernet.Type=!(IPv4,IPv6)'
这将捕获所有非 IPv4 和非 IPv6 数据包。

可使用“NOT”来代替“!”以指示求反。这需要
将要求反的值用括号括起来。
例如 'netsh trace start capture=yes Ethernet.Type=NOT(IPv4)'

Note:
Multiple filters may be used together. However the same filter may
not be repeated.
e.g. 'netsh trace start capture=yes Ethernet.Type=IPv4
IPv4.Address=157.59.136.1'

Filters need to be explicitly stated when required. If a filter is
not specified, it is treated as "don't-care".
e.g. 'netsh trace start capture=yes IPv4.SourceAddress=157.59.136.1'
This will capture IPv4 packets only from 157.59.136.1, and it
will also capture packets with non-IPv4 Ethernet Types, since
the Ethernet.Type filter is not explicitly specified.
e.g. 'netsh trace start capture=yes IPv4.SourceAddress=157.59.136.1
Ethernet.Type=IPv4'
This will capture IPv4 packets only from 157.59.136.1. Packets
with other Ethernet Types will be discarded since an explicit
filter has been specified.

Capture filters support ranges, lists and negation (unless stated
otherwise).
e.g. Range: 'netsh trace start capture=yes Ethernet.Type=IPv4
Protocol=(4-10)'
This will capture IPv4 packets with protocols between 4 and 10
inclusive.
e.g. List: 'netsh trace start capture=yes Ethernet.Type=(IPv4,IPv6)'
This will capture only IPv4 and IPv6 packets.
e.g. Negation: 'netsh trace start capture=yes Ethernet.Type=!IPv4'
This will capture all non-IPv4 packets.

Negation may be combined with lists in some cases.
e.g. 'netsh trace start capture=yes Ethernet.Type=!(IPv4,IPv6)'
This will capture all non-IPv4 and non-IPv6 packets.

'NOT' can be used instead of '!' to indicate negation. This requires
parentheses to be present around the values to be negated.
e.g. 'netsh trace start capture=yes Ethernet.Type=NOT(IPv4)'
6335
名称: %1!ws!
描述: %2!ws!

Name: %1!ws!
Description: %2!ws!
6336
依赖的帮助程序类:
帮助程序类名称 说明
----------------- -----------

Dependent Helper Classes:
Helper Class Name Description
----------------- -----------
6337
根本原因 %1!d!/%2!d!
----------------
说明: %3!ws!
ID: %4!ws!

Root Cause %1!d!/%2!d!
----------------
Description: %3!ws!
ID: %4!ws!
6338
修复 %1!d!/%2!d!
------------
描述: %3!ws!
ID: %4!ws!

Repair %1!d!/%2!d!
------------
Description: %3!ws!
ID: %4!ws!
6339
输入文件: %1!s!
输出文件: %2!s!
筛选器: %3!s!
覆盖: %4!s!
RetainCorrelationEvents: %5!s!
RetainPII: %6!s!
RetainGlobalEvents: %7!s!

Input file: %1!s!
Output file: %2!s!
Filter: %3!s!
Overwrite: %4!s!
RetainCorrelationEvents: %5!s!
RetainPII: %6!s!
RetainGlobalEvents: %7!s!
6340关联跟踪... Correlating traces ...
6341跟踪文件和其他疑难解答信息已编译为“%1!s!”。
The trace file and additional troubleshooting information have been compiled as "%1!s!".
6342正在生成数据集合... Generating data collection ...
6343正在合并跟踪 ... Merging traces ...
6344
提供程序筛选器:
多个提供程序支持提供程序筛选器,
并且在每个提供程序之后使用 providerFilter=Yes 启用了这些筛选器。支持的提供程序包括:

提供程序: Microsoft-Windows-Ras-NdisWanPacketCapture
RoutingDomain=
为指定的路由域启用数据包捕获。
使用 "Get-NetCompartment" 列出可用路由域。
注意: 此提供程序筛选器支持列举和求反。
例如,netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes
RoutingDomain="{11111111-1111-1111-1111-111111111001}"
例如,netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes RoutingDomain="(,)"
例如,netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes RoutingDomain=!"(,)"

VPN.UserName=
为指定的用户或接口名称启用数据包捕获。
注意: 此提供程序筛选器不支持范围、列举或求反
例如,netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes VPN.UserName="UserXXX"

Provider Filters:
Provider filters are supported by multiple providers and are enabled
with providerFilter=Yes after every provider. Supported providers are:

Provider: Microsoft-Windows-Ras-NdisWanPacketCapture
RoutingDomain=
Enables packet capture for the specified routing domain.
Use 'Get-NetCompartment' to list available routing domains.
Note: This provider filter supports lists and negations.
e.g.netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes
RoutingDomain="{11111111-1111-1111-1111-111111111001}"
e.g.netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes RoutingDomain="(,)"
e.g.netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes RoutingDomain=!"(,)"

VPN.UserName=
Enables packet capture for specified user or interface name.
Note: This provider filter does not support ranges, lists or negation.
e.g.netsh trace start
provider=Microsoft-Windows-Ras-NdisWanPacketCapture
providerFilter=Yes VPN.UserName="UserXXX"
6345
提供程序: Microsoft-Windows-TCPIP
TCP.AnyPort=,TCP.SourcePort=,TCP.DestinationPort=
允许在规则指定的端口上收集跟踪。
可以应用以上筛选器的任意组合。如果
源或目标端口匹配,TCP.AnyPort 将允许
收集跟踪。
注意: 这些提供程序筛选器支持列举、范围和求反。
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes
TCP.SourcePort=80 TCP.DestinationPort=1234
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes TCP.AnyPort=(80,443)
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes TCP.SourcePort=!(900-1000)

ProcessId=
为描述的进程 ID 启用 ETW 跟踪。
注意: 此提供程序筛选器支持范围、列举和求反。
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes ProcessId=987
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes ProcessId=(1,5,8,9)
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes ProcessId=!(100-200)

IPv4.Address=
IPv4.SourceAddress=
IPv4.DestinationAddress=
为描述的 IPv4 地址或地址启用 ETW 跟踪。
如果源或目标地址与筛选器匹配,
IPv4.Address 将允许跟踪。可以同时使用源或目标
筛选器。
注意: 这些提供程序筛选器支持列举、范围和求反。
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv4.Address=(2.0.0.0-3.0.0.0)
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv4.SourceAddress=(2.0.0.0,3.0.0.0)
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv4.DestinationAddress=!(2.0.0.0)

IPv6.Address=
IPv6.SourceAddress=
IPv6.DestinationAddress=
为描述的 IPv6 地址启用 ETW 跟踪。
如果源或目标地址与筛选器匹配,
IPv6.Address 将允许跟踪。可以同时使用源和目标
筛选器。
注意: 这些提供程序筛选器支持列举、范围和求反。
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv6.Address=(2001::1-2001::ffff)
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv6.SourceAddress=(2001::1-2001::ffff)
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv6.DestinationAddress=!(2001::ffff)

RoutingDomain=
为指定的路由域启用数据包捕获。
使用 "Get-NetCompartment" 列出可用路由域。
注: 此提供程序筛选器支持列举和求反。
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes
RoutingDomain="{B1062982-2B18-4B4F-B3D5-A78DDB9CDD49}"
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes RoutingDomain="(,)"
例如,netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes RoutingDomain=!"(,)"

Provider: Microsoft-Windows-TCPIP
TCP.AnyPort=, TCP.SourcePort=, TCP.DestinationPort=
Allows traces to be collected on ports specified by rules. Any
combination of the above filters can be applied. TCP.AnyPort will
allow traces to be collected if either the source or destination port
match.
Note: These provider filters support lists, ranges, and negations.
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes
TCP.SourcePort=80 TCP.DestinationPort=1234
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes TCP.AnyPort=(80,443)
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes TCP.SourcePort=!(900-1000)

ProcessId=
Enables ETW traces for the described process IDs.
Note: This provider filter supports ranges, lists, and negations.
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes ProcessId=987
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes ProcessId=(1,5,8,9)
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes ProcessId=!(100-200)

IPv4.Address=
IPv4.SourceAddress=
IPv4.DestinationAddress=
Enables ETW traces for the described IPv4 address or addresses.
IPv4.Address will allow traces if either the source or destination
address match the filter. Source and destination filters can be used
simultaneously.
Note: These provider filters support lists, ranges, and negations.
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv4.Address=(2.0.0.0-3.0.0.0)
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv4.SourceAddress=(2.0.0.0,3.0.0.0)
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv4.DestinationAddress=!(2.0.0.0)

IPv6.Address=
IPv6.SourceAddress=
IPv6.DestinationAddress=
Enables ETW traces for the described IPv6 address or addresses.
IPv6.Address will allow traces if either the source or destination
address match the filter. Source and destination filters can be used
simultaneously.
Note: These provider filters support lists, ranges, and negations.
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv6.Address=(2001::1-2001::ffff)
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv6.SourceAddress=(2001::1-2001::ffff)
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes IPv6.DestinationAddress=!(2001::ffff)

RoutingDomain=
Enables packet capture for the specified routing domain.
Use 'Get-NetCompartment' to list available routing domains.
Note: This provider filter supports lists and negations.
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes
RoutingDomain="{B1062982-2B18-4B4F-B3D5-A78DDB9CDD49}"
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes RoutingDomain="(,)"
e.g.netsh trace start
provider=Microsoft-Windows-TCPIP
providerFilter=Yes RoutingDomain=!"(,)"
6346
注意:
除非另有说明,否则提供程序筛选器的用法与捕获筛选器
类似。使用 "netsh trace show CaptureFilterHelp" 可以
显示捕获筛选器的用法

Note:
Provider filters usage is similar to Capture filters unless
stated otherwise. Use 'netsh trace show CaptureFilterHelp'
to display the capture filters' usage
6347
以下提供程序支持提供程序筛选。可以使用以下
命令查看提供程序特定的帮助:

Microsoft-Windows-TCPIP
'netsh trace show providerFilterHelp Microsoft-Windows-TCPIP'

Microsoft-Windows-Ras-NdisWanPacketCapture
'netsh trace show providerFilterHelp
Microsoft-Windows-Ras-NdisWanPacketCapture'

The following providers support provider filtering. Provider specific
help can be viewed with the following commands:

Microsoft-Windows-TCPIP
'netsh trace show providerFilterHelp Microsoft-Windows-TCPIP'

Microsoft-Windows-Ras-NdisWanPacketCapture
'netsh trace show providerFilterHelp
Microsoft-Windows-Ras-NdisWanPacketCapture'
6348
网络快照完成。

Network snapshot complete.
6349
正在启动网络快照...

Starting network snapshot...
6401
其他适配器 %1:

Other adapter %1:
6402
以太网适配器 %1:

Ethernet adapter %1:
6403
令牌环适配器 %1:

Token Ring adapter %1:
6404
FDDI 适配器 %1:

FDDI adapter %1:
6405
环回适配器 %1:

Loopback adapter %1:
6406
PPP 适配器 %1:

PPP adapter %1:
6407
SLIP 适配器 %1:

SLIP adapter %1:
6408
隧道适配器 %1:

Tunnel adapter %1:
6409
无线局域网适配器 %1:

Wireless LAN adapter %1:
6410
未知适配器 %1:

Unknown adapter %1:
6701命令选项“%1!s!”的值“%2!s!”无效。 Invalid value "%2!s!" for command option "%1!s!".
6702命令选项“%1!s!”的值“%2!s!”无效。
Invalid value "%2!s!" for command option "%1!s!".
6703该命令的一个或多个参数错误或缺少。
One or more parameters for the command are not correct or missing.
6704文件“%1!s!”已存在。
File "%1!s!" already exists.
6705跟踪会话已在进行中。
A tracing session is already in progress.
6706无法启动跟踪会话(错误=%1!d!)。
Failed to start the tracing session (error=%1!d!).
6707循环模式要求非零 MaxSize 参数。
Circular mode requires a non-zero MaxSize parameter.
6708当前没有跟踪会话正在进行。
There is no trace session currently in progress.
6709无法停止跟踪会话(错误=0x%1!x!)。
Failed to stop the tracing session (error=0x%1!x!).
6710“%1!s!”不是一个有效或已知的提供程序。
'%1!s!' is not a valid or known provider.
6711对于追加模式,不允许 Overwrite=yes。
Overwrite=yes is not allowed with Append mode.
6712无法启动内置捕获驱动程序(错误=0x%1!x!)。
The inbox capture driver could not be started (error=0x%1!x!).
6714“%1!s!”应用程序已锁定网络配置数据库。
请关闭该应用程序并重试。
The '%1!s!' application has locked the Network Configuration database.
Please close that application and try again.
6715“%1!s!”不是有效方案。
'%1!s!' is not a valid scenario.
6716方案“%1!s!”无法添加到跟踪会话(错误=0x%2!x!)。
The scenario '%1!s!' could not be added to the tracing session (error=0x%2!x!).
6717数据包捕获提供程序无法添加到跟踪会话(错误=0x%1!x!)。
Packet Capture providers could not be added to the tracing session (error=0x%1!x!).
6718所要求的相关提供程序(%1!s!)无法添加到跟踪会话(错误=0x%2!x!)。
The required correlation provider (%1!s!) could not be added to the tracing session (error=0x%2!x!).
6719指定的关键字对提供程序“%1!s!”无效。
The specified keywords are not valid for the provider '%1!s!'.
6720指定的级别对提供程序“%1!s!”无效。
The specified level is not valid for the provider '%1!s!'.
6721指定的文件“%1!s!”不存在。
The specified file '%1!s!' does not exist.
6722转换失败(错误=0x%1!x!)。
Conversion failed (error=0x%1!x!).
6723“%1!s!”不是有效操作符。
'%1!s!' is not a valid operator.
6724“%1!s!”不是有效范围。
'%1!s!' is not a valid range.
6725%1!s! 不是有效接口。
%1!s! is not a valid interface.
6726“%1!s!”不是有效类型。
'%1!s!' is not a valid type.
6727仅在启用捕获后才允许使用捕获筛选器。
Capture filters are only allowed when capture is enabled.
6728请参阅“trace %1!s! 帮助”了解详细的帮助信息。
See 'trace %1!s! help' for detailed help.
6729“%1!s!”是所需参数。
'%1!s!' is a required parameter.
6730网络诊断失败(错误=0x%1!x!)。
Network Diagnostics failed (error=0x%1!x!).
6731“%1!s!”的注册表项无效(错误=0x%2!x!)。
The registry entry for '%1!s!' is not valid (error=0x%2!x!).
6732指定 SaveSessionTrace=no 时不允许 Report=yes。
Report=yes is not allowed when SaveSessionTrace=no is specified.
6733“%1!ws!”是无效的帮助程序类,或者可能安装
不正确。
'%1!ws!' is not a valid helper class or may not be correctly
installed.
6735关联失败(错误=0x%1!x!)。
Correlation failed (error=0x%1!x!).
6736
找不到活动“%1!s!”。

Activity "%1!s!" was not found.
6737命令选项“%1!s!”的值“%2!s!”无效 - 必须为 GUID。
Invalid value "%2!s!" for command option "%1!s!" - Must be a GUID.
6738指定的路径“%1!s!”不存在。
The specified path '%1!s!' does not exist.
6739启用捕获时仅允许 CaptureType 开关。
The CaptureType switch is only allowed when capture is enabled.
6740此 CaptureType 不适用于此系统的体系结构。
This CaptureType is not applicable to this system's architecture.
6741安装 Hyper-V 角色后才能启用虚拟交换机捕获。
Virtual Switch capture can be enabled only after installing the Hyper-V role.
6742跟踪合并失败(错误=0x%1!x!)。
Trace merge failed (error=0x%1!x!).
6743%1!s! 不是有效的路由域。
%1!s! is not a valid routing domain.
6801警告: 内置捕获驱动程序无法停止(错误=0x%1!x!)。
Warning: The inbox capture driver could not be stopped (error=0x%1!x!).
6802警告: 无法保存会话信息(错误=0x%1!x!)。
Warning: Session information could not be saved (error=0x%1!x!).
6803警告: 报告生成失败(错误=0x%1!x!)。
Warning: Report generation failed (error=0x%1!x!).
6804警告: “NT 内核记录器”的实例已在运行中。
系统信息将不添加到跟踪文件。
Warning: An instance of the 'NT Kernel Logger' is already running.
System information will not be added to the trace file.
6805警告: 系统信息无法添加到跟踪文件(错误=0x%1!x!)。
Warning: System information could not be added to the trace file (error=0x%1!x!).
6806警告: 无法检索帮助程序类属性(错误=0x%1!08X!)。
Warning: Helper class attributes could not be retrieved (error=0x%1!08X!).
6807警告: NDF 跟踪文件不可用。
Warning: The NDF trace file is not available.
6808警告: 由于事件数量过多,未捕获某些事件。
请考虑使用筛选器减少事件数量
Warning: Some events were not captured due to high volume of events.
Please consider using filters to reduce the volume
6809警告: 在安全模式中不支持生成报告。
Warning: Report generation is not supported in safe mode.
6810警告: 在安全模式中不支持数据包捕获。
Warning: Packet capture is not supported in safe mode.
6901关闭 Off
6902启用 On
6903%systemroot%\pla\Reports\Report.System.NetTrace.xml %systemroot%\pla\Reports\Report.System.NetTrace.xml
6904%systemroot%\pla\Rules\Rules.System.NetTrace.xml %systemroot%\pla\Rules\Rules.System.NetTrace.xml
6905 Yes
6906 No
6907%systemroot%\system32\NetTrace.PLA.Diagnostics.xml %systemroot%\system32\NetTrace.PLA.Diagnostics.xml
6908网络诊断 Network Diagnostics
6909此数据收集器集用于收集本地系统中的网络相关数据。要收集的数据包括网络组件跟踪、注册表项以及对解决网络相关问题有帮助的系统硬件信息。 This data collector set collects network related data on your local system. The data to be collected includes network component traces, registry keys, system hardware information that can help troubleshoot network related problems.
6910Microsoft Windows 网络跟踪 Microsoft Windows Network Trace
6911Microsoft Microsoft
6912网络信息收集器 Network information collector
6913已禁用 Disabled
0x30000001开始 Start
0x30000002停止 Stop
0x30000009发送 Send
0x50000001关键 Critical
0x50000002错误 Error
0x50000003警告 Warning
0x50000004信息 Information
0x50000005详细 Verbose
0x90000001Microsoft-Windows-Networking-Correlation Microsoft-Windows-Networking-Correlation
0x90000002Microsoft-Windows-Networking-Correlation/Diagnostic Microsoft-Windows-Networking-Correlation/Diagnostic
0xB0000BB9标准级别枚举的虚拟事件 Dummy event for standard level enumeration
0xB000EA61源提供程序: %1 上下文: %2 Source Provider: %1 Context: %2

EXIF

File Name:nettrace.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-n..sh-helper.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_58d1b8060c5f4165\
File Size:39 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:39424
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:网络跟踪帮助程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:nettrace.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:nettrace.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0

What is nettrace.dll.mui?

nettrace.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file nettrace.dll (网络跟踪帮助程序).

File version info

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