wlancfg.dll.mui WLAN Netsh ヘルパーの DLL 4854c4c0ff841515dd087894c618664e

File info

File name: wlancfg.dll.mui
Size: 161280 byte
MD5: 4854c4c0ff841515dd087894c618664e
SHA1: 9de5cf7adbb327b968e1990322a0febc55d85a7c
SHA256: 7391b1ad0a7af5ca0a89e89f1752b1a9a3ae454d83b4f01390fc870b40b5bdd2
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese English
56001準備ができていません not ready
56002接続されました connected
56003アドホック ネットワークが構築されました ad hoc network formed
56004切断しています disconnecting
56005切断されました disconnected
56006アソシエートしています associating
56007検出しています discovering
56008認証中 authenticating
56999不明な状態 unknown state
57001テーブルに構成エントリを追加します。
Adds a configuration entry to a table.
57002テーブルから構成エントリを削除します。
Deletes a configuration entry from a table.
57003構成情報を設定します。
Sets configuration information.
57004情報を表示します。
Displays information.
57005WLAN プロファイルを XML ファイルに保存します。
Saves WLAN profiles to XML files.
57006ホストされたネットワークを開始します。
Start hosted network.
57007ホストされたネットワークを停止します。
Stop hosted network.
57008ホストされたネットワーク設定を最新の状態に更新します。
Refresh hosted network settings.
57051ワイヤレス ネットワークに接続します。
Connects to a wireless network.
57052
使用法: %1!s! [name=] [ssid=] [[interface=]]

パラメーター:

タグ 値
ssid - ワイヤレス ネットワークの SSID。
name - 接続に使用するプロファイルの名前。
interface - 接続を実行するインターフェイスの名前。

注釈:

SSID で指定したワイヤレス ネットワークに、指定されたプロファイルを
使用して接続します。接続は、指定したインターフェイスから
実行されます。ただし、システムで使用できるインターフェイスが
1 つのみの場合は、interface パラメーターを省略できます。

パラメーターのプロファイル名は必須ですが、ssid は任意です。
プロファイルに SSID が 1 つしか存在しない場合は、その SSID が接続に
使用されます。プロファイルに複数の SSID が存在する場合は、
ssid パラメーターが必要です。

使用可能なインターフェイスが 2 つ以上ある場合、interface パラメーター
を必ず指定します。インターフェイス名にワイルドカードは
使用できません。

指定したインターフェイスが既にワイヤレス ネットワークに接続されている
場合、このコマンドを実行すると、まず接続中のネットワークが切断された後、
新しいネットワークに接続されます。ただしこの 2 つのネットワークが同じで
ある場合、コマンドは何も実行せずに成功メッセージを戻します。

例:

%1!s! name=Profile1 ssid=SSID1
%1!s! name=Profile2 ssid=SSID2 interface="Wireless Network Connection"

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

Parameters:

Tag Value
ssid - SSID of the wireless network.
name - Name of the profile to be used in connection attempt.
interface - Name of the interface from which connection is attempted.

Remarks:

Connect to the wireless network given by ssid using the specified
profile. Connection is attempted from the specified interface unless
there is only one available interface on the system, in which case,
the interface parameter can be omitted.

Parameter profile name is required but ssid is optional. If only one
SSID exists in the profile, then this SSID is used to connect. If there
are multiple SSIDs in the profile, then parameter ssid is required.

Parameter interface is required if there are two or more available
interfaces on the system. When interface is specified, it cannot be
a wildcard name.

If the specified interface is already connected to a wireless network,
this command will first disconnect from the currently connected network,
then attempt to connect to the new network. However, if these two networks
are the same this command simply returns success and does nothing.

Examples:

%1!s! name=Profile1 ssid=SSID1
%1!s! name=Profile2 ssid=SSID2 interface="Wireless Network Connection"
57053ワイヤレス ネットワークから切断します。
Disconnects from a wireless network.
57054
使用法: %1!s! [[interface=]]

パラメーター:

タグ 値
interface - 切断を実行するインターフェイスの名前です。

注釈:

指定したインターフェイスで、ワイヤレス ネットワークから切断されます。

使用可能なインターフェイスが 2 つ以上ある場合は、interface パラメーター
を必ず指定します。インターフェイス名にワイルドカードを使用して
複数のインターフェイスを指定できます。

例:

%1!s!
%1!s! interface="Wireless Network Connection"

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

Parameters:

Tag Value
interface - Name of the interface from which disconnection is
attempted.

Remarks:

Disconnect from the wireless network on the specified interface.

Parameter interface is required if there are two or more available
interfaces on the system. Wildcard characters can be used in the
interface name to specify multiple interfaces.

Examples:

%1!s!
%1!s! interface="Wireless Network Connection"
58001許可されたネットワークの一覧またはブロックされたネットワークの一覧に、
ワイヤレス ネットワークを追加します。
Add a wireless network into the wireless allowed or
blocked list.
58002
使用法: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure|adhoc

パラメーター:

タグ 値
permission - アクセス許可の種類。
ssid - ワイヤレス ネットワークの SSID。
networktype - ワイヤレス ネットワークのネットワークの種類。

注釈:

システムに構成されている許可されたネットワークの一覧およびブロックされた
ネットワークの一覧に、ワイヤレス ネットワークを追加します。

permission に allow または block を指定した場合は ssid も必ず指定します。
denyall を指定した場合は ssid を指定しないでください。

例:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure
%1!s! permission=block ssid=ssid2 networktype=adhoc
%1!s! permission=denyall networktype=adhoc

Usage: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure|adhoc

Parameters:

Tag Value
permission - Permission type of the filter.
ssid - SSID of the wireless network.
networktype - Network type of the wireless network.

Remarks:

Adds a wireless network into the allowed and blocked network list
configured on the system.

Parameter ssid is required if permission is allow or block. If permission
is denyall then parameter ssid should not be given.

Examples:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure
%1!s! permission=block ssid=ssid2 networktype=adhoc
%1!s! permission=denyall networktype=adhoc
58003システム上の指定されたインターフェイスに WLAN プロファイルを追加します。
Add a WLAN profile to specified interface on the system.
58004
使用法: %1!s! [filename=] [[interface=]] [[user=]all|current]

パラメーター:

タグ 値
filename - プロファイルの XML ファイル名。
interface - インターフェイス名。
user - ユーザーのスコープです。すべてのユーザーまたは現在
のユーザーです。

注釈:

ワイヤレス ネットワーク プロファイルを、すべてまたは現在のユーザーのインターフェイス
に追加します。

パラメーター filename は省略できません。プロファイル データを含む
XML ファイルの名前を指定してください。

パラメーター interface は省略可能です。"netsh wlan show interface" コマンドで
表示されるインターフェイス名の中から指定します。指定した場合はそのインターフェイスに、
省略した場合はワイヤレス インターフェイスすべてにプロファイルが追加されます。

パラメーター user は省略可能で、プロファイルを全ユーザーまたは現在のユーザーのみ
のどちらに適用するかを指定します。既定は全ユーザーです。

例:
%1!s! filename="Profile1.xml" interface="Wireless Network Connection"
user=current

Usage: %1!s! [filename=] [[interface=]] [[user=]all|current]

Parameters:

Tag Value
filename - Name of the profile XML file.
interface - Interface name.
user - User scope, all users or only current user.

Remarks:

Add a wireless network profile on an interface for all or current users.

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 wlan 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 wireless interfaces.

Parameter user is optional. It specifies whether this profile is applied
to all users or current user only. By default it is applied to all users.

Examples:

%1!s! filename="Profile1.xml" interface="Wireless Network Connection"
user=current
58005
使用法: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure

パラメーター:

タグ 値
permission - フィルターのアクセス許可の種類
ssid - ワイヤレス ネットワークの SSID
networktype - ワイヤレス ネットワークのネットワークの種類

注釈:

システムに構成されている許可されたネットワークの一覧およびブロックされた
ネットワークの一覧に、ワイヤレス ネットワークを追加します。

permission に allow または block を指定した場合は ssid も必ず指定します。
denyall を指定した場合は ssid を指定しないでください。

例:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure

Usage: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure

Parameters:

Tag Value
permission - Permission type of the filter.
ssid - SSID of the wireless network.
networktype - Network type of the wireless network.

Remarks:

Adds a wireless network into the allowed and blocked network list
configured on the system.

Parameter ssid is required if permission is allow or block. If permission
is denyall then parameter ssid should not be given.

Examples:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure
58011許可されたネットワークの一覧またはブロックされたネットワークの一覧
から、ワイヤレス ネットワークを削除します。
Remove a wireless network from the wireless allowed or
blocked list.
58012
使用法: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure|adhoc

パラメーター:

タグ 値
permission - アクセス許可の種類。
ssid - ワイヤレス ネットワークの SSID。
networktype - ワイヤレス ネットワークのネットワークの種類。

注釈:

システムに構成されている許可されたネットワークの一覧またはブロックされた
ネットワークの一覧から、ワイヤレス ネットワークを削除します。

permission に allow または block を指定した場合は ssid も必ず指定します。
denyall を指定した場合は ssid を指定しないでください。

例:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure
%1!s! permission=block ssid=ssid2 networktype=adhoc
%1!s! permission=denyall networktype=adhoc

Usage: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure|adhoc

Parameters:

Tag Value
permission - Permission type of the filter.
ssid - SSID of the wireless network.
networktype - Network type of the wireless network.

Remarks:

Removes a wireless network from the allowed and blocked network list
configured on the system.

Parameter ssid is required if permission is allow or block. If permission
is denyall then parameter ssid should not be given.

Examples:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure
%1!s! permission=block ssid=ssid2 networktype=adhoc
%1!s! permission=denyall networktype=adhoc
580131 つまたは複数のインターフェイスから WLAN プロファイルを削除します。
Delete a WLAN profile from one or multiple interfaces.
58014
使用法: %1!s! [name=] [[interface=]]

パラメーター:

タグ 値
name - 削除するプロファイルの名前です。
interface - インターフェイス名です。

注釈:

1 つのインターフェイスまたはすべてのインターフェイスからワイヤレス ネットワーク プロファイルを削除します。

name パラメーターは必須です。このパラメーターには、削除するプロファイルの名前を指定します。
interface パラメーターは省略可能です。このパラメーターを指定した場合、
指定したインターフェイスからのみプロファイルが削除されます。
このパラメーターを省略した場合は、該当するプロファイルが含まれるすべてのインターフェイスから
プロファイルが削除されます。
プロファイル名は、ワイルドカード文字にできます。
名前の一致する複数のプロファイルは削除されます。

例:

%1!s! name="Profile 1" interface="Wireless Network Connection"
%1!s! name="Profile 1" i=*

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

Parameters:

Tag Value
name - Name of the profile to delete.
interface - Interface name.

Remarks:

Remove a wireless network profile from an interface or all interfaces.

Parameter name is required. It is the name of the profile to be deleted.
Parameter interface is optional. If it is given then the profile will
be deleted from specified interface only. If it is omitted then the
profile will be deleted from all the interfaces that have such a profile.

Profile name can have wildcard characters and multiple profiles with
matching name will be removed.

Examples:

%1!s! name="Profile 1" interface="Wireless Network Connection"
%1!s! name="Profile 1" i=*
58015
使用法: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure

パラメーター:

タグ 値
permission - フィルターのアクセス許可の種類
ssid - ワイヤレス ネットワークの SSID
networktype - ワイヤレス ネットワークのネットワークの種類

注釈:

システムに構成されている許可されたネットワークの一覧およびブロックされた
ネットワークの一覧から、ワイヤレス ネットワークを削除します。

permission に allow または block を指定した場合は ssid も必ず指定します。
denyall を指定した場合は ssid を指定しないでください。

例:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure

Usage: %1!s! [permission=]allow|block|denyall [[ssid=]]
[networktype=]infrastructure

Parameters:

Tag Value
permission - Permission type of the filter.
ssid - SSID of the wireless network.
networktype - Network type of the wireless network.

Remarks:

Removes a wireless network from the allowed and blocked network list
configured on the system.

Parameter ssid is required if permission is allow or block. If permission
is denyall then parameter ssid should not be given.

Examples:

%1!s! permission=allow ssid=ssid1 networktype=infrastructure
58021指定したプロファイルを XML ファイルへエクスポートします。
Export specified profiles to XML files.
58022
使用法: %1!s! [name=] [folder=] [[interface=]] [key=]

パラメーター:

タグ 値
name - エクスポートするプロファイルの名前です。
folder - プロファイル XML ファイルを保存するフォルダー名です。
interface - このプロファイルが構成されているインターフェイスの名前です。
key - キーをテキスト形式で表示するには、key=clear と設定します。

注釈:

選択したプロファイルを、指定したフォルダーの XML ファイルに保存します。
エクスポートしたプロファイルの場合、出力ファイルには
"Interface Name-Profile Name.xml" という名前が付けられます。

folder パラメーター、name パラメーター、interface パラメーターは、いずれ
も省略可能です。プロファイル名が指定されている場合は、指定したプロファイル
が保存されます。それ以外の場合は、どのインターフェイスのプロファイルも
保存されます。

folder パラメーターが指定されている場合は、ローカル コンピューターからアク
セス可能な既存のフォルダーを指定する必要があります。絶対パス、または現在の
実行ディレクトリに対しての相対パスのいずれかを指定することができます。"."
は現在の実行ディレクトリ、".." は現在の実行ディレクトリの親ディレクトリを
を意味します。UNC (Universal Naming Convention) パスをフォルダー名に指定す
ることはできません。既定では、プロファイルは現在の実行ディレクトリに保存さ
れます。

インターフェイス名を指定した場合、そのインターフェイスの指定したプロファイ
ルのみが保存されます。それ以外の場合は、システム内で、指定した名前が付いて
いるすべてのプロファイルが保存されます。

テキスト形式のキーが必要で、呼び出し元がローカル管理者の場合、出力 XML
ファイルには、テキスト形式のキーが含まれます。それ以外の場合は、出力 XML
ファイルには、暗号化されたキーが含まれます。

例:

%1!s! name="profile 1" folder=c:\profiles
interface="ワイヤレス ネットワーク接続"
%1!s! name="profile 2" folder=.
%1!s! name="profile 3" folder=. key=clear

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

Parameters:

Tag Value
name - Name of the profile to export.
folder - Name of the folder in which the profile XML files
will be saved.
interface - Name of the interface which has this profile configured.
key - To display the key in plain text, set key=clear.

Remarks:

Saves the selected profiles into XML files in the specified folder.
For each exported profile, the output file will be named as
"Interface Name-Profile Name.xml".

Parameters folder, name and interface are all optional. If profile
name is given then the specified profile will be saved. Otherwise
profiles on any interface will be saved.

If the folder parameter is provided 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 (Universal Naming Convention) path. By default profiles will be
saved in the current working directory.

If interface name is given, only the specified profile on the given
interface will be saved. Otherwise all profiles with the given name
on the system will be saved.

If a key in plain text is required and the caller is local administrator,
output XML file will include the key in plain text.
Otherwise, the output XML file will include encrypted key.

Examples:

%1!s! name="profile 1" folder=c:\profiles
interface="Wireless Network Connection"
%1!s! name="profile 2" folder=.
%1!s! name="profile 3" folder=. key=clear
58031インターフェイスの自動構成ロジックを有効または無効にします。
Enable or disable auto configuration logic on interface.
58032
使用法: %1!s! [enabled=]yes|no [interface=]

パラメーター:

タグ 値
enabled - 自動構成ロジックを有効または無効に設定します。
interface - 設定を変更するインターフェイスの名前です。

注釈:

インターフェイス上の自動構成ロジックを有効または無効にします。無効に設定
した場合、指定したインターフェイスからは、どのワイヤレス ネットワークへも
自動的に接続されなくなります。

パラメーターを両方とも指定する必要があります。

例:

%1!s! enabled=yes interface="Wireless Network Connection"

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

Parameters:

Tag Value
enabled - Set auto configuration logic to enabled or disabled.
interface - Name of the interface for which the setting has to be
changed.

Remarks:

Enable or disable the auto configuration logic on an interface. If it is,
disabled then Windows will not connect to any wireless network
automatically from the specified interface.

Both parameters are required.

Examples:

%1!s! enabled=yes interface="Wireless Network Connection"
58033ワイヤレス ネットワーク プロファイルの優先順位を設定します。
Set the preference order of a wireless network profile.
58034
使用法: %1!s! [name=] [interface=] [priority=]

パラメーター:

タグ 値
name - 優先順位を変更するユーザー プロファイルの名前です。
interface - このプロファイルが構成されているインターフェイスの名前です。
priority - ユーザー プロファイルの新しい優先順位です。

注釈:

インターフェイスのワイヤレス ネットワーク プロファイルの優先順位を
設定します。3 つすべてのパラメーターを指定する必要があります。

変更できるのは、ユーザー プロファイルの順序だけです。グループ ポリシー
プロファイルは読み取り専用です。グループ ポリシー プロファイルには、
常にユーザー プロファイルより高い優先順位が割り当てられます。

priority パラメーターは、優先プロファイル一覧内での
プロファイルの新しい位置を指定します。1 を指定した場合、
ユーザー プロファイル一覧の先頭にプロファイルが移動します。

例:

%1!s! name="profile1" interface="ワイヤレス ネットワーク接続"
priority=1

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

Parameters:

Tag Value
name - Name of the User profile whose priority is to be changed.
interface - Name of the interface which has this profile configured.
priority - The new priority of the User profile.

Remarks:

Set the preference order of a wireless network profile on an interface.
All three parameters are required.

Only the order of User profiles can be changed. Group policy profiles
are read only. Group policy profiles always have higher precedence over
User profiles.

Parameter priority specifies the new position of the profile in the
preferred profile list. If it is 1, the profile will be moved to the
first position in the User profile list.

Examples:

%1!s! name="profile1" interface="Wireless Network Connection"
priority=1
58035表示されるネットワークの一覧に、ブロックされた
ネットワークを表示するかどうかを指定します。
Show or hide the blocked networks in visible
network list.
58036
使用法: %1!s! [display=]show|hide

パラメーター:

タグ 値
display - 表示されるネットワークの一覧に、ブロックされたネットワークを
表示するかどうかを指定します。

注釈:

表示されるネットワークの一覧に、ブロックされたネットワークを表示するか
どうかを指定します。非表示を指定した場合、ブロックされたネットワークは、
表示されるワイヤレス ネットワークの一覧に表示されません。

display パラメーターは必ず指定してください。

例:

%1!s! display=show


Usage: %1!s! [display=]show|hide

Parameters:

Tag Value
display - Show or hide blocked networks in the visible network list.

Remarks:

Specify whether to show or hide blocked networks in the visible network
list. If disabled then the blocked networks will not be displayed in the
visible wireless network list.

The parameter display is required.

Examples:

%1!s! display=show

58037トレースを有効または無効にします。
Enable or disable tracing.
58038
使用法: %1!s! [mode=]yes|no|persistent]

パラメーター:

タグ 値
mode - トレースを有効、または無効にします。あるいはトレースを
永続的にします。

注釈:

トレースを永続的にするオプションと共にトレースを有効または無効にします。
有効にした場合は、ワイヤレス LAN のトレース ログが収集されて
トレース ファイルに保存されます。

mode パラメーターは必須です。
永続的なモードでは、トレースはシステムが再起動されるまで
有効です。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 wireless 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

58039すべてのユーザー プロファイルの作成をすべてのユーザーに許可するまたは
許可しない。
Allow or disallow everyone to create all user
profiles.
58040
使用法: %1!s! [[enabled=]yes|no]

パラメーター:

タグ 値
enabled - すべてのユーザー プロファイルの作成をすべてのユーザーに許可するまたは許可しない。

注釈:

enabled が yes の場合は、すべてのユーザーはすべてのユーザー プロファイルを作成できます。

enabled パラメーターは必須です。

例:

%1!s! enabled=yes

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

Parameters:

Tag Value
enabled - Allow or disallow everyone to create all user profiles.

Remarks:

If enabled is yes then everyone is allowed to create all user profiles.

The enabled parameter is required.

Examples:

%1!s! enabled=yes
58041インターフェイスの MAC ランダム化を有効または無効にします。
Enable or disable MAC randomization on interface.
58042
使用法: %1!s! [enabled=]yes|no [interface=]

パラメーター:

タグ 値
enabled - MAC ランダム化を有効または無効に設定します。
interface - 設定を変更するインターフェイスの名前です。

注釈:

インターフェイスがランダム化をサポートしていない場合、
またはシステム管理者によってランダム化がブロックされている場合、
コマンドはエラーになります。

パラメーターを両方とも指定する必要があります。

例:

%1!s! enabled=yes interface="Wireless Network Connection"

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

Parameters:

Tag Value
enabled - Set MAC randomization to enabled or disabled.
interface - Name of the interface for which the setting has to be
changed.

Remarks:

The command will fail if the interface does not support
randomization or if randomization was blocked by the
system administrator.

Both parameters are required.

Examples:

%1!s! enabled=yes interface="Wireless Network Connection"
58051自動構成ロジックが有効になっているか無効になっているかを表示します。
Shows whether the auto configuration logic is enabled or
disabled.
58052
使用法: %1!s!

注釈:

各インターフェイスで自動構成ロジックが有効になっている
かどうかのグローバル設定を表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global setting whether auto configuration logic is enabled
or not on each interface.

Examples:

%1!s!
58053ブロックされたネットワークの表示設定を表示します。
Shows the blocked network display settings.
58054
使用法: %1!s!

注釈:

認識できるネットワークの一覧に、ブロックされたネットワーク
を表示するかどうかのグローバル設定を表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global setting whether to display the blocked networks in
visible network list or not.

Examples:

%1!s!
58055システム上のワイヤレス LAN ドライバーのプロパティを表示します。
Shows properties of the wireless LAN drivers on the system.
58056
使用法: %1!s! [[interface=]]

パラメーター:

タグ 値
interface - ドライバー情報を表示するインターフェイスの名前です。


注釈:

コンピューター上の 802.11 ワイヤレス LAN インターフェイスのドライバー情報
を表示します。

例:

%1!s!

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

Parameters:

Tag Value
interface - Name of the interface for which to show driver
information.

Remarks:

Shows the 802.11 wireless LAN interface and driver information on the
system.

Examples:

%1!s!
58057許可されたネットワークとブロックされたネットワークの一覧を表示します。
Shows the allowed and blocked network list.
58058
使用法: %1!s! [permission=]allow|block

Parameters:

タグ 値
permission - allow または block を選択してください。

注釈:

システムで構成されている許可されたネットワークの一覧またはブロックされた
ネットワークの一覧を表示します。

例:

%1!s!
%1!s! permission=allow
%1!s! permission=block

Usage: %1!s! [permission=]allow|block

Parameters:

Tag Value
permission - Select allow or block network list.

Remarks:

Shows the allowed and blocked network list configured on the system.

Examples:

%1!s!
%1!s! permission=allow
%1!s! permission=block
58059システムで構成されているワイヤレス LAN インターフェイスの
一覧を表示します。
Shows a list of the wireless LAN interfaces on
the system.
58060
使用法: %1!s!

注釈:

システムで構成されているワイヤレス LAN インターフェイスを表示します。
このコマンドにはパラメーターがありません。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the wireless LAN interfaces configured on the system.
There are no parameters for this command.

Examples:

%1!s!
58061このシステム上で認識できるネットワークの一覧を表示します。
Shows a list of networks visible on the system.
58062
使用法: %1!s! [[interface=]] [[mode=]ssid/bssid]

パラメーター:

タグ 値
interface - このプロファイルが構成されているインターフェイスの名前。
mode - 詳細な bssid 情報を取得します。

注釈:

このシステムで使用できるネットワークを表示します。
interface パラメーターと bssid は両方とも省略可能です。

インターフェイス名を指定した場合は、指定したインターフェイス上のネットワーク
のみが一覧表示されます。指定しなかった場合は、システムで
認識可能なすべてのネットワークが一覧表示されます。

mode=bssid を指定した場合は、各 ssid の認識可能な bssid も
一覧表示されます。指定しなかった場合は、ssid のみが一覧表示されます。

例:

%1!s! interface="Wireless Network Connection"
%1!s! mode=Bssid
%1!s!

Usage: %1!s! [[interface=]] [[mode=]ssid/bssid]

Parameters:

Tag Value
interface - Name of the interface which has this profile configured.
mode - Get detailed bssid information.

Remarks:

Shows the networks available to the system.
Parameter interface and bssid are both optional.

If interface name is given, only the networks on the given
interface will be listed. Otherwise, all networks visible to
the system will be listed.

If mode=bssid is given then the visible bssids for each ssid
will also be listed. Otherwise only ssids will be listed.

Examples:

%1!s! interface="Wireless Network Connection"
%1!s! mode=Bssid
%1!s!
58063システムで構成されているプロファイルの一覧を表示します。
Shows a list of profiles configured on the system.
58064
使用法: %1!s! [[name=]] [interface=]] [key=]

パラメーター:

タグ 値
name - 表示するプロファイルの名前です。
interface - このプロファイルが構成されているインターフェイスの名前です。
key - キーをテキスト形式で表示するには、key=clear と設定します。

注釈:

プロファイル データを表示します。または、システム上のプロファイルを一覧
表示します。name と interface の各パラメーターはいずれも省略可能です。

プロファイル名を指定した場合は、そのプロファイルの内容が表示されます。
それ以外の場合は、プロファイルの名前と説明のみが表示されます。

インターフェイス名を指定した場合、指定したインターフェイスの指定したプロ
ファイルのみが表示されます。それ以外の場合は、システム上で、指定した名前が
付いているすべてのプロファイルが表示されます。

key が "clear" に設定されており、呼び出し元がローカル管理者の場合、キーは
テキスト形式で表示されます。

グループ ポリシー プロファイルは読み取り専用です。ユーザー プロファイルは
読み取りおよび書き込み可能で、優先順位は変更できます。

例:

%1!s! name="profile 1" interface="ワイヤレス ネットワーク接続"
%1!s! name="profile 2"
%1!s! name="profile 3" key=clear
%1!s!

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

Parameters:

Tag Value
name - Name of the profile to display.
interface - Name of the interface which has this profile configured.
key - To display the key in plain text, set key=clear.

Remarks:

Shows the profile data or lists the profiles on the system.
Parameter name and interface are both optional.

If profile name is given then the content of the profile will be
displayed. Otherwise only profile name and description will be listed.

If interface name is given, only the specified profile on the given
interface will be listed. Otherwise, all profiles with the given name
on the system will be listed.

If key is set to "clear" and the caller is local administrator,
the key will be shown in plain text.

Group Policy Profiles are read only. User Profiles are readable and
writeable, and the preference order can be changed.

Examples:

%1!s! name="profile 1" interface="Wireless Network Connection"
%1!s! name="profile 2"
%1!s! name="profile 3" key=clear
%1!s!
58065ワイヤレス LAN のグローバル設定を表示します。
Shows the global settings of wireless LAN.
58066
使用法: %1!s!

注釈:

ワイヤレス自動構成サービスのグローバル設定を表示します。たとえば、
各インターフェイスで自動構成ロジックが有効になっているかどうかや、表示
されるネットワークの一覧にブロックされているネットワークを表示するか
どうかの設定です。

許可フィルターとブロック フィルターの一覧を参照するには、"show filters"
コマンドを使用します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global settings for the Wireless AutoConfig service, including
whether the auto configuration logic is enabled or disabled on each
interface, and whether to show blocked networks in the visible network
list.

Allow and block filter lists are available by "show filters" command.

Examples:

%1!s!
58067ワイヤレス LAN トレースが有効か無効かを表示します。
Shows whether wireless LAN tracing is enabled or disabled.
58068
使用法: %1!s!

注釈:

ワイヤレス LAN トレースが有効か無効かを表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows whether wireless LAN tracing is enabled or disabled.

Examples:

%1!s!
58069ワイヤレス デバイスとネットワークの完全な情報を表示します。
Shows complete wireless device and networks information.
58070
使用法: %1!s!

注釈:

このシステムの完全な 802.11 ワイヤレス インターフェイス情報、
ネットワーク、およびワイヤレス設定を表示します。
これには次の情報が含まれます:
- ワイヤレス ドライバー情報
- ワイヤレス インターフェイス状態
- ワイヤレス構成設定
- ワイヤレス ネットワーク フィルター
- ワイヤレス ネットワーク プロファイルの一覧と詳細
- 認識可能なワイヤレス ネットワーク

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the complete 802.11 wireless interface information, networks, and
wireless settings on the system, including:
- Wireless driver information
- Wireless interface status
- Wireless configuration settings
- Wireless network filters
- Wireless network profiles list and details
- Visible wireless networks

Examples:

%1!s!
58071すべてのユーザーがすべてのユーザー プロファイルの表示を許可されているかどうか
表示します。
Shows whether everyone is allowed to create all
user profiles.
58072
使用法: %1!s!

注釈:

すべてのユーザー プロファイルの作成が、すべてのユーザーに許可されるか
許可されないかのグローバル設定を表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global setting whether creating all user profiles is allowed
or disallowed for everyone.

Examples:

%1!s!
58073MAC ランダム化が有効であるか無効であるかどうかを
表示します。
Shows whether MAC randomization is enabled or
disabled.
58074
使用法: %1!s!

注釈:

各インターフェイスで MAC ランダム化ロジックが有効になっている
かどうかを示すグローバル設定を表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global setting whether MAC randomization logic is enabled
or not on each interface.

Examples:

%1!s!
58075システムのワイヤレス機能を表示します
Shows the wireless capabilities of the system
58076
使用法: %1!s!

注釈:

システムのワイヤレス機能を表示します

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the wireless capabilities of the system

Examples:

%1!s!
58077最近のワイヤレス セッションの情報を示すレポートを生成します。
Generate a report showing recent wireless session information.
58078
使用法: %1!s! [duration=] [log=] [logger=]

注釈:

最近のワイヤレス セッションの情報を示すレポートを生成します。
既定では、システムのイベント ログに基づいて、過去 3 日間のワイヤレス
活動に関するレポートが生成されます。

レポートの期間は、オプションの duration パラメーターに日数を指定する
ことで変更できます。

イベントのソースとして、コンピューターのイベント ログの代わりに使用する
etl ファイルのパスを指定することができます。

自動ロガー サービスのコンマ区切りの一覧を指定して、
ログを取得することもできます。WiFiSession ログと LwtNetLog ログは
既定で取得されます。
例:

%1!s! duration="7" log="logpath.etl" logger="name1,name2"

Usage: %1!s! [duration=] [log=] [logger=]

Remarks:

Generates a report showing recent wireless session information.
By default a report will be generated for wireless activity over the
last three days based on the event log on your system.

The duration of the report can be changed by specifying a number of days
using the optional duration parameter.

You can provide the path to an etl file to use as the source of events
instead of the machines event log.

You can provide a comma separated list of auto logger services to
retrieve logs for as well. WiFiSession and LwtNetLog logs are retrieved
by default.
Examples:

%1!s! duration="7" log="logpath.etl" logger="name1,name2"
58081
使用法: %1!s!

注釈:

ワイヤレス自動構成サービスのグローバル設定を表示します。たとえば、
各インターフェイスで自動構成ロジックが有効になっているかどうか、表示
されるネットワークの一覧にブロックされているネットワークを表示するか
どうか、および GP 構成されたネットワーク上で GP プロファイルだけを
使用するかどうかの設定です。

許可フィルターとブロック フィルターの一覧を参照するには、"show filters"
コマンドを使用します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global settings for the Wireless AutoConfig service, including
whether the auto configuration logic is enabled or disabled on each
interface, whether to show blocked networks in the visible network list,
and whether to only use GP profiles on GP-configured networks.

Allow and block filter lists are available by "show filters" command.

Examples:

%1!s!
58082GP 構成されたネットワーク上で GP プロファイルだけを使用するかどうかの設定を表示します。
Shows the only use GP profiles on GP configured networks setting.
58083
使用法: %1!s!

注釈:

GP 構成されたネットワーク上で GP プロファイルだけを使用するか
どうかのグローバル設定を表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global setting whether to only use GP profiles on
GP configured networks or not.

Examples:

%1!s!
58101ワイヤレス ネットワーク プロファイルのパラメーターを設定します。
Set parameters in a wireless network profile.
58102
使用法: %1!s! [name=] [[interface=]]
[SSIDname=] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no]
[ConnectionMode=auto|manual] [nonBroadcast=yes|no]
[Randomization=[yes|no|daily]]
[authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK]
[encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase]
[keyIndex=1-4] [keyMaterial=] [PMKCacheMode=yes|no]
[PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no]
[preAuthThrottle=1-16 [FIPS=yes|no]
[useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest]
[ssoMode=preLogon|postLogon|none] [maxDelay=1-120]
[allowDialog=yes|no] [userVLAN=yes|no]
[heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600]
[maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no]
[cost=default|unrestricted|fixed|variable]

Usage: %1!s! [name=] [[interface=]]
[SSIDname=] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no]
[ConnectionMode=auto|manual] [nonBroadcast=yes|no]
[Randomization=[yes|no|daily]]
[authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK]
[encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase]
[keyIndex=1-4] [keyMaterial=] [PMKCacheMode=yes|no]
[PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no]
[preAuthThrottle=1-16 [FIPS=yes|no]
[useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest]
[ssoMode=preLogon|postLogon|none] [maxDelay=1-120]
[allowDialog=yes|no] [userVLAN=yes|no]
[heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600]
[maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no]
[cost=default|unrestricted|fixed|variable]
58103
パラメーター:

タグ 値
name - 変更するプロファイルの名前です。
interface - プロファイルを設定するインターフェイスの名前です。
SSIDname - ワイヤレス LAN の SSID で、最大長は 32 です。
ConnectionType - ネットワークがインフラストラクチャ (ESS) かアドホック (IBSS) かを指定します。
ConnectionMode - ネットワークに自動接続するか手動接続するかを指定します。
接続の種類が IBSS の場合は手動にする必要があります。
autoSwitch - 自動接続ネットワークのローミングの動作です。
優先順位の高いネットワークが範囲内にある場合です。
randomization - MAC アドレスのランダム化が有効であるか無効であるかを指定します。
nonBroadcast - 非公開のネットワークに接続するかどうかを指定します。
authentication - 使用する認証の種類です。
encryption - 使用する暗号化方法です。
keyType - 共有キーがネットワーク キーかパスフレーズかを指定します。
keyIndex - ワイヤレス トラフィックの暗号化にはキー インデックスを使用します。
keyMaterial - ネットワーク キーまたはパスフレーズです。
PMKCacheMode - PMK キャッシュを使用するかどうかを指定します。WPA2 ネットワークでのみ有効です。
PMKCacheSize - クライアント上の PMK キャッシュ内のエントリ数です。
PMKCacheTTL - PMK キャッシュを保持する時間を秒数で指定します。
preAuthMode - 事前認証を使用するかどうかを指定します。WPA2 ネットワークでのみ有効です。
preAuthThrottle - 近隣 AP に対して試行する再認証の数です。
FIPS - FIPS モードを有効または無効にします。
useOneX - 802.1X 認証を使用するかどうかを指定します。
authMode - 認証に使用する資格情報の種類です。
ssoMode - 該当する場合に試行するシングル サインオンの種類です。
maxDelay - シングル サインオン接続を確立する際のタイムアウト値です。
allowDialog - preLogon でダイアログ表示を許可するかどうかを指定します。
userVLAN - ユーザー認証時にネットワークを異なる VLAN に切り替えるかどうかを指定します。
heldPeriod - 認証を 2 回試行する間の間隔を秒数で指定します。
AuthPeriod - クライアントが認証システムからの応答を待機する最大時間を秒数で指定します。
StartPeriod - EAPOL 開始まで待機する時間の長さを秒数で指定します。
maxStart - EAPOL 開始メッセージ送信の最大数です。
maxAuthFailures - 資格情報の 1 セットについて認証の失敗が許可される最大数です。
cacheUserData - 以降の使用のためにユーザーの資格情報をキャッシュするかどうかを指定します。
cost - プロファイルに関連付けられたコストです。

注釈:

指定したプロファイルが変更されます。interface を指定すると、
そのインターフェイス上のプロファイルだけが変更されます。

name パラメーターは必須です。プロファイル名とインターフェイス以外の
少なくとも 1 つのパラメーターも指定する必要があります。

例:

%1!s! name=Profile1 authMode=userOnly ssoMode=preLogon
%1!s! name=Profile2 ssoMode=none fips=yes

Parameters:

Tag Value
name - Name of the profile to be modified.
interface - Name of the interface on which the profile is set.
SSIDname - SSID of the wireless LAN, maximum length is 32.
ConnectionType - Specify the network is infrastructure (ESS) or ad-hoc (IBSS).
ConnectionMode - Connecting to network automatic or manually.
Must be manual if connection type is IBSS.
autoSwitch - The roaming behavior of an auto-connected network
when a more preferred network is in range.
randomization - Whether MAC address randomization is enabled or disabled.
nonBroadcast - Whether to connect to a hidden network.
authentication - The authentication type to be used.
encryption - The encryption method to be used.
keyType - Whether the shared key is a network key or a passphrase.
keyIndex - The key index should be used to encrypt wireless traffic.
keyMaterial - The network key or pasphrase.
PMKCacheMode - Whether PMK caching will be used. Only valid for WPA2 networks.
PMKCacheSize - The number of entries in the PMK cache on the client.
PMKCacheTTL - The length of time in seconds, that a PMK cache will be kept.
preAuthMode - Whether preauthentication will be used. Only valid for WPA2 networks.
preAuthThrottle - The number of reauthentication attempts to try on neighboring APs.
FIPS - Enable or Disable FIPS mode.
useOneX - Whether 802.1X authentication is used.
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.
heldPeriod - The interval time between two attempt authentications, in seconds.
AuthPeriod - The maximum time, in seconds, a client waits for a response from the authenticator.
StartPeriod - The length of time, in seconds, to wait before an EAPOL-Start
maxStart - The maximum number of EAPOL-Start messages sent.
maxAuthFailures - The maximum number of authentication failures allowed
for a set of credentials.
cacheUserData - Whether the user credentials are cached for subsequent use.
cost - The cost associated with the profile.

Remarks:

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

The name parameter is required. At least one other parameter besides
profile name and interface must also be specified.

Examples:

%1!s! name=Profile1 authMode=userOnly ssoMode=preLogon
%1!s! name=Profile2 ssoMode=none fips=yes
58209ホストされたネットワークのプロパティを設定します。
Set hosted network properties.
58210
使用法: %1!s! [mode=]allow|disallow [ssid=]
[key=] [keyUsage=]persistent|temporary

パラメーター:

タグ 値
mode ホストされたネットワークを許可するかどうかを指定します。
ssid ホストされたネットワークの SSID です。
key ホストされたネットワークによって使用されるユーザー セキュ
リティ キーです。
keyUsage ユーザー セキュリティ キーが固定か一時的かを指定します。


注釈:

このコマンドは、ホストされたネットワークのプロパティ値を変更します。たとえ
ば、ホストされたネットワークの SSID 値、システム内でホストされたネット
ワークを許可するかどうかを指定する値や、ホストされたネットワークによって
使用されるユーザー セキュリティ キーの値などを変更します。

ユーザー セキュリティ キーには 8 から 63 個の ASCII 文字から成る文字列を
指定します。
例: パスフレーズ、32 ビット バイナリを示す 64 進数など。

keyUsage を persistent に指定すると、セキュリティ キーは保存され、ホストさ
れたネットワークが今後再び開始される際に使用されます。temporary を指定した
場合は、ホストされたネットワークが今回または次回に開始される際にのみ使用さ
れます。一時的なセキュリティ キーは、ホストされたネットワークが停止される
とシステムから削除されます。keyUsage を指定しない場合は、既定値 persistent
が使用されます。

このコマンドの実行には、ホストされたネットワークを許可または拒否するための
管理者特権が必要です。

例:

%1!s! mode=allow
%1!s! ssid=ssid1
%1!s! key= keyUsage=persistent

Usage: %1!s! [mode=]allow|disallow [ssid=]
[key=] [keyUsage=]persistent|temporary

Parameters:

Tag Value
mode Specifies whether to allow or disallow the hosted network.
ssid SSID of the hosted network.
key The user security key used by the hosted network.
keyUsage Specifies whether the user security key is persistent or
temporary.

Remarks:

This command changes the properties of hosted network, including: SSID
of the hosted network, allow or disallow the hosted network in the system,
and a user security key that is used by the hosted network.


The user security key should be a string with 8 to 63 ASCII characters,
eg. a passphrase, or 64 hexadecimal digits which represent 32 binary
bytes.


If keyUsage is specified as persistent, the security key will be saved
and used when the hosted network is started again in future. Otherwise
it will be used only when the current or next time the hosted network
is started. Once the hosted network is stopped, the temporary security
key will be deleted from the system. If keyUsage is not specified, it
is persistent by default.

This command requires administrator privileges to allow or disallow the
hosted network.

Examples:

%1!s! mode=allow
%1!s! ssid=ssid1
%1!s! key=passphrase keyUsage=persistent
58211ホストされたネットワークのプロパティと状態を表示します。
Show hosted network properties and status.
58212
使用法: %1!s! [[setting=]security]

パラメーター:

タグ 値
setting 表示するホストされたネットワーク設定を指定します。

注釈:

このコマンドは、ホストされたネットワークのプロパティと、
ホストされたネットワークが開始されている場合はその状態データを表示します。

setting パラメーターを指定した場合は、ホストされたネットワークの
セキュリティ アルゴリズムとキーが表示されます。

例:

%1!s!
%1!s! setting=security

Usage: %1!s! [[setting=]security]

Parameters:

Tag Value
setting Specifies hosted network settings to display.

Remarks:

This command shows the properties of the hosted network and its
status if it has been started.

If the setting parameter is specified, it will display the security
algorithms and the key of the hosted network.

Examples:

%1!s!
%1!s! setting=security
58214
使用法: %1!s!

注釈:

このコマンドは、ホストされたネットワークを開始するように
WLAN サービスに要求します。

このコマンドを実行するには管理者特権が必要です。

例:

%1!s!

Usage: %1!s!

Remarks:

This command requests the WLAN service to start the hosted network.

This command requires administrator privileges.

Examples:

%1!s!
58216
使用法: %1!s!

注釈:

このコマンドは、ホストされたネットワークを停止するように
WLAN サービスに要求します。

例:

%1!s!

Usage: %1!s!

Remarks:

This command requests the WLAN service to stop the hosted network.

Examples:

%1!s!
58218
使用法: %1!s! [data=]key

パラメーター:

タグ 値
data 更新対象となるホストされたネットワークのデータを指定します。

注釈:

このコマンドは、ホストされたネットワーク用の新しいセキュリティ キーを使用
するように WLAN サービスに要求します。

例:

%1!s! key

Usage: %1!s! [data=]key

Parameters:

Tag Value
data Specifies the hosted network data to refresh.

Remarks:

This command requests the WLAN service to use a new security key for
the hosted network.

Examples:

%1!s! key
58219共有ユーザー資格情報の使用の設定を表示します。
Shows the allow shared user credentials settings.
58220
使用法: %1!s!

注釈:

802.1x ネットワークに対して認証するための共有ユーザー資格情報を
許可するかどうかを示すグローバル設定を表示します。

例:

%1!s!

Usage: %1!s!

Remarks:

Shows the global setting whether to allow shared user credentials
for authenticating to 802.1x networks.

Examples:

%1!s!
58221ネットワーク認証でユーザーが共有ユーザー資格情報を使用することを
許可するか拒否するかを示します。
Allow or disallow the user to use shared user
credentials for network authentication.
58222
使用法: %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

58223プロファイルの種類に alluser または peruser を設定します。
Set profile type to alluser or peruser.
58224
使用法: %1!s! [name=] [profiletype=]all|current [[interface=]]

パラメーター:

タグ 値
name - 変更するプロファイルの名前。
profiletype - 目的のプロファイルの種類 [all-user/per-user]。
interface - プロファイルが設定されているインターフェイスの名前。

注釈:

指定されたプロファイルのプロファイルの種類を変更します。インターフェイスを
指定した場合は、そのインターフェイスのプロファイルだけが変更されます。

name パラメーターと profiletype パラメーターは必須です。

例:

%1!s! name=Profile1 profiletype=all

Usage: %1!s! [name=] [profiletype=]all|current [[interface=]]

Parameters:

Tag Value
name - Name of the profile to be changed.
profiletype - The desired profile type [all-user/per-user].
interface - Name of the interface on which the profile is set.

Remarks:

Changes the profile type for the specified profile. If the interface is
specified, then only the profile on that interface is changed.

The name and profile type parameters are required.

Examples:

%1!s! name=Profile1 profiletype=all
58225ホストされたネットワークのプロファイルを XML ファイルへエクスポートします。
Export the hosted network profile to XML file.
58226
使用法: %1!s!

注釈:

このコマンドは、ホストされたネットワーク クライアントのプロファイルを
XML ファイルに保存します。これを、このホストされたネットワークに接続
するために他の Windows ワイヤレス クライアントに追加できます。

例:

%1!s!


Usage: %1!s!

Remarks:

This command saves the hosted network client profile to a XML file.
It can be added to other windows wireless clients to connect to this
hosted network.

Examples:

%1!s!

58227WLAN スマート トレース レポートを生成します。
Generate WLAN smart trace report.
58228
使用法: %1!s!

注釈:

このコマンドは、WLAN スマート トレース レポートを生成し、
WLAN の問題をレポートできるようにします。

例:

%1!s!


Usage: %1!s!

Remarks:

This command generates WLAN smart trace report and makes it ready for
reporting WLAN issues.

Examples:

%1!s!

58229ブロック期間を設定します。
Set the block period.
58230
使用法: %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

59011関数 %1!s! がエラー %2!u! を返します:
Function %1!s! returns error %2!u!:
59013コマンド オプション "%1!s!" には値 "%2!s!" を指定できません。 Invalid value "%2!s!" for command option "%1!s!".
59014コマンドのパラメーターが正しくないか不足しています。
One or more parameters for the command are not correct or missing.
59015オプション "%1!s!" の値が無効です。8 ~ 63 文字の範囲で指定する必要があります。
The value for option "%1!s!" is invalid. It should be 8 to 63 characters.
59025コマンド オプション "%1!s!" には値 "%2!s!" を指定できません。
Invalid value "%2!s!" for command option "%1!s!".
59501

59502該当するワイヤレス インターフェイスがシステムにありません。 There is no such wireless interface on the system.
59503ワイヤレス インターフェイスがシステムにありません。 There is no wireless interface on the system.
59504ワイヤレス自動構成サービス (wlansvc) が実行されていません。 The Wireless AutoConfig Service (wlansvc) is not running.
59505ワイヤレス自動構成サービス (wlansvc) への接続エラー: エラー %1!lu!。 Error connecting to Wireless AutoConfig Service (wlansvc): error %1!lu!.
60001
システムに %1!d! のインターフェイスがあります:

There are %1!d! interfaces on the system:
60002
システムに %1!d! インターフェイスがあります:

There is %1!d! interface on the system:
60003
名前 : %1!s!
説明 : %2!s!
GUID : %3!s!
物理アドレス : %4!02x!:%5!02x!:%6!02x!:%7!02x!:%8!02x!:%9!02x!
状態 : %10!s!

Name : %1!s!
Description : %2!s!
GUID : %3!s!
Physical address : %4!02x!:%5!02x!:%6!02x!:%7!02x!:%8!02x!:%9!02x!
State : %10!s!
60005プロファイル : %1!s!
Profile : %1!s!
60006
SSID : %1!s!
BSSID : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x!

SSID : %1!s!
BSSID : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x!
60007
ネットワークの種類 : %1!s!
無線の種類 : %2!s!
認証 : %3!s!

Network type : %1!s!
Radio type : %2!s!
Authentication : %3!s!
60008
暗号 : %1!s!
接続モード : %2!s!
チャネル : %3!d!

Cipher : %1!s!
Connection mode : %2!s!
Channel : %3!d!
60009
受信速度 (Mbps) : %1!s!
送信速度 (Mbps) : %2!s!
シグナル : %3!d!%%

Receive rate (Mbps) : %1!s!
Transmit rate (Mbps) : %2!s!
Signal : %3!d!%%
60010プロファイル Profile
60011一時プロファイル Temporary Profile
60012発見 (セキュリティで保護された) Discovery (secured)
60013発見 (セキュリティで保護されていない) Discovery (unsecured)
60014自動接続 Auto Connect
60015無効 Invalid
60017ホストされたネットワーク クライアント: %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!
Hosted network clients : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!
60018%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!
%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!
60019
ホストされたネットワークの状態: %1!s!

Hosted network status : %1!s!
60101プロファイル %1!s! がインターフェイス %2!s! に追加されます。 Profile %1!s! is added on interface %2!s!.
60102プロファイル形式エラー 0x%1!X!: %2!s!
Profile format error 0x%1!X!: %2!s!
60103プロファイルを追加できませんでした。エラー %x%1!X!: %2!s!
Failed to add the profile. Error %x%1!X!: %2!s!
60104プロファイル "%1!s!" を追加できませんでした。グループ ポリシーまたは異なるユーザー スコープにこれと同じ名前のプロファイルが既に存在しており、上書きできません。 Failed to add profile "%1!s!". A profile with this name already exists in group policy or different user scope and cannot be overwritten.
60105現在のユーザーのプロファイル "%1!s!" を追加するためのアクセス許可がありません。 You do not have the permission to add profile "%1!s!" for current user.
60106すべてのユーザーのプロファイル "%1!s!" を追加するためのアクセス許可がありません。 You do not have the permission to add profile "%1!s!" for all users.
60107プロファイル "%1!s!" 内のセキュリティ設定や接続設定は、ワイヤレス アダプター "%2!s!" でサポートされていません。 The security or connectivity setting in profile "%1!s!" is not supported by wireless adapter "%2!s!".
60113インターフェイス "%3!s!" のプロファイルを追加できませんでした。エラー 0x%1!X!: %2!s!
Failed to add the profile on interface "%3!s!". Error 0x%1!X!: %2!s!
60201プロファイル "%1!s!" はどのインターフェイスでも見つかりません。 Profile "%1!s!" is not found on any interface.
60202プロファイル "%1!s!" がインターフェイス "%2!s!" から削除されます。 Profile "%1!s!" is deleted from interface "%2!s!".
60203十分な特権がないか、インターフェイス "%2!s!" 上のプロファイル "%1!s!" がグループ ポリシー プロファイルです。 You do not have sufficient privileges or the profile "%1!s!" on interface "%2!s!" is a group policy profile.
60301プロファイル "%1!s!" の優先順位が正常に更新されました。 Priority order of profile "%1!s!" is updated successfully.
60302プロファイル "%1!s!" の優先順位を "%2!s!" で変更できません。 Priority order for profile "%1!s!" is not changed for "%2!s!".
60303プロファイル "%1!s!" は、使用可能などのインターフェイスにも存在しません。 Profile "%1!s!" does not exist on any available interfaces.
60304プロファイルの優先順位は 1 から始まります。 Profile preference order starts with 1.
60305グループ ポリシー プロファイル "%1!s!" の優先順位は変更できません。 Priority order of Group Policy profile "%1!s!" cannot be changed.
60401
インターフェイス プロファイル "%1!s!" がファイル "%2!s!" に保存されました。

Interface profile "%1!s!" is saved in file "%2!s!" successfully.
60403プロファイル "%1!s!" はインターフェイス "%2!s!" にありません。 Profile "%1!s!" is not found on interface "%2!s!".
60404システムにプロファイルがありません。 There is no profile on the system.
60405
グループ ポリシー プロファイル "%1!s!" はファイル "%2!s!" に正しく保存されました。

Group policy profile "%1!s!" is saved in file "%2!s!" successfully.
60406指定されたフォルダー "%1!s!" は無効です。 Specified folder "%1!s!" is invalid.
60501プロファイル "%1!s!" がシステム上に見つかりません。 Profile "%1!s!" is not found on the system.
60502プロファイル "%1!s!" がインターフェイス "%2!s!" に存在しません。 Profile "%1!s!" does not exist on interface "%2!s!".
60504このプロファイルは、ワイヤレス LAN プロファイルではありません。 The profile is not a wireless LAN profile.
60505
インターフェイス %1!s! のプロファイル %2!s!:
=======================================================================


Profile %2!s! on interface %1!s!:
=======================================================================

60506
インターフェイス %1!s! のプロファイル:

Profiles on interface %1!s!:
60507%1!s! : %2!s!
%1!s! : %2!s!
60509
グループ ポリシー プロファイル (読み取り専用)
---------------------------------------------

Group policy profiles (read only)
---------------------------------
60510
ユーザー プロファイル
---------------------

User profiles
-------------
60511%1!s!
%1!s!
60512このプロファイルで構成されている EAP メソッドは存在しません。 The EAP method configured in this profile does not exist.
60513プロファイルに含まれている EAP メソッド構成は無効です。 The EAP method configuration included in the profile is invalid.
60514要求された操作には、権限の昇格が必要です。 The requested operation requires elevation.
60601
システムの許可一覧 (ユーザー)
-------------------------------

Allow list on the system (user)
-------------------------------
60602
システムのブロック一覧 (ユーザー)
-----------------------------------

Block list on the system (user)
-------------------------------
60604SSID: "%1!s!"、タイプ: %2!s!
SSID: "%1!s!", Type: %2!s!
60605
システムの許可一覧 (グループ ポリシー)
----------------------------------------

Allow list on the system (group policy)
---------------------------------------
60606
システムのブロック一覧 (グループ ポリシー)
---------------------------------------------

Block list on the system (group policy)
---------------------------------------
60701
ワイヤレス LAN 設定
---------------------

Wireless LAN settings
---------------------
60703自動構成ロジックはインターフェイス "%2!s!" 上で有効になっています
Auto configuration logic is enabled on interface "%2!s!"
60704自動構成ロジックはインターフェイス "%2!s!" 上で無効になっています
Auto configuration logic is disabled on interface "%2!s!"
60705ブロックされたネットワークを、表示されるネットワークの一覧に表示する: %1!s! Show blocked networks in visible network list: %1!s!
60706はい

Yes

60707いいえ

No

60721GP 構成されたネットワーク上で GP プロファイルだけを使用する: %1!s! Only use GP profiles on GP-configured networks: %1!s!
60737ネットワーク認証に共有ユーザー資格情報の使用を許可: %1!s! Allow shared user credentials for network authentication: %1!s!
60740ブロック期間: %1!d! 分

Block period: %1!d! minutes.

60741ブロック期間: 未構成

Block period: Not Configured.

60753インターフェイス %1!s! の MAC ランダム化を利用できません
MAC randomization not available on interface %1!s!
60754インターフェイス %1!s! の MAC ランダム化が管理者により無効にされています
MAC randomization disabled by administrator on interface %1!s!
60755インターフェイス %1!s! の MAC ランダム化が無効になっています
MAC randomization disabled on interface %1!s!
60756インターフェイス %1!s! の MAC ランダム化が有効になっています
MAC randomization enabled on interface %1!s!
60769
ワイヤレス システム機能
-----------------------

Wireless System Capabilities
----------------------------
60770802.11 無線に接続しているアンテナの数 : %1!u!

Number of antennas connected to the 802.11 Radio : %1!u!

60771802.11 無線に接続しているアンテナの数 (値がありません)

Number of antennas connected to the 802.11 radio (value not available)

60772機能レベルのリセット : サポートあり

Function Level Reset : Supported

60773機能レベルのリセット : サポートなし

Function Level Reset : Not supported

60774FLDR のサポート (値がありません)

FLDR support (value not available)

60775共存のサポート : 相互に排他的

Co-existence Support : Mutually Exclusive

60776共存のサポート : Wi-Fi パフォーマンスを 1x1 に引き下げ

Co-existence Support : Wi-Fi performance degraded to 1x1

60777共存のサポート : Wi-Fi パフォーマンスを維持

Co-existence Support : Wi-Fi performance is maintained

60778共存のサポート : Bluetooth 優先

Co-existence Support : Bluetooth has priority

60779PLDR : サポートされています

PLDR : Supported

60780PLDR : サポートされていません

PLDR : Not supported

60781PLDR のサポート (値がありません)

PLDR support (value not available)

60782デバイスが同時に操作できるチャネルの最大数 : %1!u!

Max number of channels the device can operate on, simultaneously : %1!u!

60783デバイスが同時に操作できるチャネルの最大数 (値がありません)

Max number of channels the device can operate on, simultaneously (value not available)

60784ワイヤレス機能を参照できません

Wireless Capabilities is not available

60801
インターフェイス名 : %1!s!

Interface name : %1!s!
60802現在 %1!d! のネットワークが表示されています。
There are %1!d! networks currently visible.
60803
SSID %1!d! : %2!s!
ネットワークの種類 : %3!s!
認証 : %4!s!
暗号化 : %5!s!

SSID %1!d! : %2!s!
Network type : %3!s!
Authentication : %4!s!
Encryption : %5!s!
60804BSSID %1!d! : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x!
シグナル : %8!d!%%
無線タイプ : %9!s!
チャネル : %10!d!
BSSID %1!d! : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x!
Signal : %8!d!%%
Radio type : %9!s!
Channel : %10!d!
60805インターフェイスの自動構成が %1!s! になっていたため、
表示されるネットワークを表示できません。
Visible networks cannot be displayed because auto
configuration has been %1!s! on the interface.
60806基本レート (Mbps) : Basic rates (Mbps) :
60807他のレート (Mbps) : Other rates (Mbps) :
60808%1!s! %1!s!
60817MFP が必要 : %1!x!
MFP Required : %1!x!
60818
SSID %1!d! : %2!s!
HESSID : %3!s!
Network type : %4!s!
Authentication : %5!s!
Encryption : %6!s!

SSID %1!d! : %2!s!
HESSID : %3!s!
Network type : %4!s!
Authentication : %5!s!
Encryption : %6!s!
60901
インターフェイス名: %1!s!


Interface name: %1!s!

60902このインターフェイスのドライバー情報を取得できません。
Driver information for this interface is not available.
60903ドライバー : %1!s!
Driver : %1!s!
60904ベンダー : %1!s!
Vendor : %1!s!
60905プロバイダー : %1!s!
Provider : %1!s!
60906バージョン : %1!d!.%2!d!.%3!d!.%4!d!
Version : %1!d!.%2!d!.%3!d!.%4!d!
60907日付 : %1!s!
Date : %1!s!
60908ファイル : %1!d! 合計
Files : %1!d! total
60909INF ファイル : %1!s!
INF file : %1!s!
60911種類 : レガシ Wi-Fi ドライバー
Type : Legacy Wi-Fi Driver
60912種類 : ネイティブ Wi-Fi ドライバー
Type : Native Wi-Fi Driver
60913IHV サービスの表示 : はい
IHV service present : Yes
60914IHV アダプター OUI : [%1!02x! %2!02x! %3!02x!]、種類: [%4!02x!]
IHV adapter OUI : [%1!02x! %2!02x! %3!02x!], type: [%4!02x!]
60915IHV 拡張性 DLL パス : %1!s!
IHV extensibility DLL path: %1!s!
60916IHV UI 拡張性 ClSID : {%1!s!}
IHV UI extensibility ClSID: {%1!s!}
60917IHV 診断 CLSID : {%1!s!}
IHV diagnostics CLSID : {%1!s!}
60918サポートされる無線の種類 : Radio types supported :
60920インフラストラクチャ モードでサポートされる認証と暗号:
Authentication and cipher supported in infrastructure mode:
60921%1!-16s!%2!s!
%1!-16s!%2!s!
60922アドホック モードでサポートされる認証と暗号:
Authentication and cipher supported in ad-hoc mode:
60929FIPS 140-2 モードをサポートする: はい
FIPS 140-2 mode supported : Yes
60930FIPS 140-2 モードをサポートする: いいえ
FIPS 140-2 mode supported : No
60931FIPS 140-2 モードをサポートする: はい [ハードウェアが準拠していることがドライバーにより示されました]
FIPS 140-2 mode supported : Yes [Driver indicated hardware is compliant]
60932サポートされるワイヤレス ディスプレイ: %1!s! (グラフィック ドライバー: %2!s!、Wi-Fi ドライバー: %3!s!)
Wireless Display Supported: %1!s! (Graphics Driver: %2!s!, Wi-Fi Driver: %3!s!)
60933はい Yes
60934いいえ No
60945ホストされたネットワークのサポート: はい
Hosted network supported : Yes
60946ホストされたネットワークのサポート: いいえ
Hosted network supported : No
60951ワイヤレス トレースはシステムで有効ではありません。 Wireless tracing is not enabled on the system.
60952ワイヤレス トレースは現在実行されています。 Wireless tracing is currently running.
60953ワイヤレス トレースは現在停止されています。 Wireless tracing is currently stopped.
60954
トレース ログは "%1!s!" に保存されます。

Trace logs will be stored in "%1!s!".
60955
最終のトレース ログは "%1!s!" に保存されています。

Last trace logs are stored in "%1!s!".
60956永続ワイヤレス トレースはシステムで有効ではありません。 Persistent wireless tracing is not enabled on the system.
60957永続ワイヤレス トレースは現在実行されています。 Persistent wireless tracing is currently running.
60958永続ワイヤレス トレースは現在停止されています。 Persistent wireless tracing is currently stopped.
60961802.11w 管理フレーム保護をサポートする: はい
802.11w Management Frame Protection supported : Yes
60962802.11w 管理フレーム保護をサポートする: いいえ
802.11w Management Frame Protection supported : No
60990

=======================================================================
========================= インターフェイス機能の表示 =============================
=======================================================================



=======================================================================
======================= SHOW INTERFACE CAPABILITIES ===================
=======================================================================

60991ワイヤレス システム情報の要約
(時間: %1!s! %2!s! %3!s!)
Wireless System Information Summary
(Time: %1!s! %2!s! %3!s!)
60992

=======================================================================
============================== ドライバーの表示 ===========================
=======================================================================



=======================================================================
============================== SHOW DRIVERS ===========================
=======================================================================

60993

=======================================================================
============================= インターフェイスの表示 =========================
=======================================================================



=======================================================================
============================= SHOW INTERFACES =========================
=======================================================================

60994

=======================================================================
============================= 設定の表示 ===========================
=======================================================================



=======================================================================
============================= SHOW SETTINGS ===========================
=======================================================================

60995

=======================================================================
============================== フィルターの表示 ===========================
=======================================================================



=======================================================================
============================== SHOW FILTERS ===========================
=======================================================================

60996

=======================================================================
============================= プロファイルの表示 ===========================
=======================================================================



=======================================================================
============================= SHOW PROFILES ===========================
=======================================================================

60997

=======================================================================
========================== プロファイル名=* の表示 =======================
=======================================================================



=======================================================================
========================== SHOW PROFILES NAME=* =======================
=======================================================================

60998

=======================================================================
======================= ネットワーク モード=BSSID の表示 ======================
=======================================================================



=======================================================================
======================= SHOW NETWORKS MODE=BSSID ======================
=======================================================================

60999

=======================================================================
======================== すべてのユーザーの作成の表示 =====================
=======================================================================



=======================================================================
=========================== SHOW CREATEALLUSER ========================
=======================================================================

61000

=======================================================================
===================== ホストされたネットワークの表示 ==================
=======================================================================



=======================================================================
=========================== SHOW HOSTED NETWORK =======================
=======================================================================

61001
プロファイル情報
-------------------

Profile information
-------------------
61002名前 : %1!s!
Name : %1!s!
61003バージョン : %1!d!
Version : %1!d!
61004説明 : %1!s!
Description : %1!s!
61005種類 : %1!s!
Type : %1!s!
61006ワイヤレス LAN Wireless LAN
61007ワイヤード (有線) LAN Wired LAN
61008不明な種類 Unknown Type
61010コントロール オプション :
Control options :
61011接続モード : 自動接続
Connection mode : Connect automatically
61012接続モード : 手動接続
Connection mode : Connect manually
61013ネットワーク ブロードキャスト : ネットワークがブロードキャスト配信して
いなくても接続します
Network broadcast : Connect even if this network is not broadcasting
61016AutoSwitch : 可能であれば、より優先度の高いネットワークに切り
替えます
AutoSwitch : Switch to more preferred network if possible
61017AutoSwitch : 他のネットワークに切り替えません
AutoSwitch : Do not switch to other networks
61018
接続の設定
---------------------

Connectivity settings
---------------------
61020ネットワークの種類 : %1!s!
Network type : %1!s!
61021インフラストラクチャ Infrastructure
61022アドホック Adhoc
61023任意のネットワークの種類 Any network type
61024不明 Unknown
61025SSID の数 : %1!d!
Number of SSIDs : %1!d!
61026"%1!s!"
"%1!s!"
61027グループ ポリシー プロファイル Group Policy Profile
61028現在のユーザー プロファイル Current User Profile
61029すべてのユーザー プロファイル All User Profile
61030適用先: %1!s!
Applied: %1!s!
61031SSID 名 : "%1!s!"
SSID name : "%1!s!"
61035無線の種類 : Radio type :
61037、%1!s! , %1!s!
61038任意の無線の種類 Any Radio Type
61039FHSS FHSS
61040DSSS DSSS
61041IR ベースバンド IR Baseband
61042802.11a 802.11a
61043802.11b 802.11b
61044802.11g 802.11g
61046定義されるベンダー (0x%X) Vendor defined(0x%X)
61047ベンダー拡張 ID : Vendor extension ID :
61048ベンダー拡張 : 存在しません
Vendor extension : Not present
61049802.11n 802.11n
61050802.11ac 802.11ac
61051802.11ad 802.11ad
61056[ [
61057]
]
610580x%1!02X! 0x%1!02X!
61059
セキュリティの設定
-----------------

Security settings
-----------------
61060認証 : %1!s!
Authentication : %1!s!
61061暗号 : %1!s!
Cipher : %1!s!
61062オープン Open
61063共有 Shared
61064WPA-エンタープライズ WPA-Enterprise
61065WPA-パーソナル WPA-Personal
61066WPA-なし WPA-None
61067WPA2-エンタープライズ WPA2-Enterprise
61068WPA2-パーソナル WPA2-Personal
61070なし None
61071WEP WEP
61072TKIP TKIP
61073CCMP CCMP
61074WEP-40bit WEP-40bit
61075WEP-104bit WEP-104bit
61076WPA-Use-Group WPA-Use-Group
61078セキュリティ キー : %1!s!
Security key : %1!s!
61079あり Present
61081キー インデックス : %1!d!
Key Index : %1!d!
61082定義されるベンダー Vendor defined
61101802.1X : 有効
802.1X : Enabled
61102EAP の種類 : %1!s!
EAP type : %1!s!
61103EAP の種類 : このプロファイルに対応する EAP メソッドは存在しません。
EAP type : The EAP method corresponding to this profile does not exist.
61104資格情報の構成 : はい
Credentials configured : Yes
61105資格情報の構成 : いいえ
Credentials configured : No
61110802.1X 認証の資格情報 : %1!s!
802.1X auth credential : %1!s!
61111コンピューターまたはユーザーの資格情報 Machine or user credential
61112コンピューターの資格情報 Machine credential
61113ユーザーの資格情報 User credential
61114ゲストの資格情報 Guest credential
61115指定なし Not specified
61117ユーザー情報のキャッシュ : %1!s!
Cache user information : %1!s!
61120種類 : %1!s!
Type : %1!s!
61121最大遅延 (秒) : %1!d!
Max delay (sec) : %1!d!
61122ログオン前 Pre-logon
61123ログオン後 Post-logon
61124追加ダイアログ : %1!s!
Additional dialogs : %1!s!
61125ダイアログ入力 (秒) : %1!d!
Dialog input (sec) : %1!d!
61126有効 Enabled
61128ネットワーク ブロードキャスト : このネットワークがブロードキャスト配信している場合に限り接続
Network broadcast : Connect only if this network is broadcasting
61129シングル サインオン設定:
Single sign-on settings:
61130ベンダー拡張のデータ長 : %1!d!
Vendor extension data length: %1!d!
61136主要なコンテンツ : %1!s!
Key Content : %1!s!
61137FIPS モード : %1!s!
FIPS mode : %1!s!
61140ユーザー認証 VLAN : %1!s!
User auth VLAN : %1!s!
61153MAC ランダム化 : 有効
MAC Randomization : Enabled
61154MAC ランダム化 : 無効
MAC Randomization : Disabled
61155MAC ランダム化 : 毎日
MAC Randomization : Daily
61301このフィルターは、システム上の同じ一覧に既に存在します。 This filter already exists in the same list on the system.
61302このフィルターは、システム上の許可一覧に既に存在します。 This filter already exists in the allow list on the system.
61303このフィルターは、システム上のブロック一覧に既に存在します。 This filter already exists in the block list on the system.
61304警告: このフィルターはグループ ポリシーと競合しているため、有効にできません。 Warning: This filter conflicts with group policy. It won't take effect.
61305フィルターをシステムに追加しました。 The filter is added on the system successfully.
61401フィルターをシステムから削除しました。 The filter is removed from the system successfully.
61402フィルターがシステムに存在しません。 The filter does not exist on the system.
61601
# ----------------------------------------
# ワイヤレス LAN 構成
# ----------------------------------------
pushd %1!s!

# ----------------------------------------
# Wireless LAN configuration
# ----------------------------------------
pushd %1!s!
61602

popd
# ワイヤレス LAN 構成の末尾


popd
# End of Wireless LAN Configuration
61603

# 許可フィルター一覧
# ----------------------------------------


# Allow filter list
# ----------------------------------------
61604

# ブロック フィルター一覧
# ----------------------------------------


# Block filter list
# ----------------------------------------
61605
%1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!" %7!s!="%8!s!"

%1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!" %7!s!="%8!s!"
61606
%1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!"

%1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!"
61701自動構成は、インターフェイス "%2!s!" 上で%1!s!になっています。 Auto configuration has been %1!s! on interface "%2!s!".
61704十分な特権がないか、グループ ポリシーが適用されています。 You do not have sufficient privileges or group policy has been applied.
61711アドレスのランダム化は、インターフェイス "%2!s!" 上で%1!s!になっています。 Address randomization has been %1!s! on interface "%2!s!".
61714インターフェイスではランダム化をサポートできないか、管理者によってランダム化がブロックされています。 The interface cannot support randomization or it was blocked by the administrator.
61721表示されるネットワークの一覧におけるブロックされたネットワークの表示は "%1!s!" に設定されています。 Showing blocked networks in visible network list has been set to: %1!s!.
61741ワイヤレス トレースが開始されました。 Wireless tracing has been started.
61742永続ワイヤレス トレースが有効化されました。 Persistent wireless tracing has been enabled.
61743ワイヤレス トレースが停止されました。 Wireless tracing has been stopped.
61744永続ワイヤレス トレースが停止されました。 Persistent wireless tracing has been stopped.
61745ワイヤレス トレースは既に実行されています。 Wireless tracing is already running.
61746永続ワイヤレス トレースは既に実行されています。 Persistent wireless tracing is already running.
61747ワイヤレス トレースは実行されていません。 Wireless tracing is not running.
61748永続ワイヤレス トレースは実行されていません。 Persistent wireless tracing is not running.
61749永続ワイヤレス トレースはシステムでセットアップされていません。 Wireless tracing is not set up on the system.
61751トレース ログのパス "%1!s!" は有効なディレクトリではありません。 Trace log output path "%1!s!"is not a valid directory.
61753
トレース ログは "%1!s!" に保存されています。

Trace logs are stored in "%1!s!".
61761
すべてのユーザーがすべてのユーザー プロファイルを作成できます。

Everyone is allowed to create all user profiles.
61762
一部のユーザーはすべてのユーザー プロファイルを作成できません。

Not everyone is allowed to create all user profiles.
61801指定したインターフェイスにはプロファイル "%1!s!" が割り当てられていません。 There is no profile "%1!s!" assigned to the specified interface.
61802接続要求が正常に完了しました。 Connection request was completed successfully.
61803エラー 0x%1!X! が発生したため、接続要求に失敗しました。 Connection request failed with error 0x%1!X!.
61804プロファイル "%1!s!" で指定されたネットワークに接続できません。 The network specified by profile "%1!s!" is not available to connect.
61805プロファイル "%1!s!" で指定されたネットワークに接続できません。
理由: %2!s!
The network specified by profile "%1!s!" is not connectible.
Reason: %2!s!
61806接続できません。アダプター "%1!s!" で WLAN 自動構成が無効になっています。 Unable to connect. WLAN auto configuration is disabled on adapter "%1!s!".
61807SSID "%1!s!" がプロファイル "%2!s!" に存在しません。 SSID "%1!s!" does not exist in profile "%2!s!".
61901インターフェイス "%1!s!" の切断要求が正常に完了しました。 Disconnection request was completed successfully for interface "%1!s!".
61902エラー 0x%2!X! が発生したため、インターフェイス "%1!s!" の切断要求に失敗しました。 Disconnection request failed for interface "%1!s!" with error 0x%2!X!.
61903切断できません。アダプター "%1!s!" で WLAN 自動構成が無効になっています。 Unable to disconnect. WLAN auto configuration is disabled on adapter "%1!s!".
61951インターフェイス "%2!s!" のプロファイル "%1!s!" は、すべてのユーザー プロファイルに変更されました。
Profile "%1!s!" on interface "%2!s!" has been successfully changed to an all user profile.
61952インターフェイス "%2!s!" のプロファイル "%1!s!" は、現在のユーザー プロファイルに変更されました。
Profile "%1!s!" on interface "%2!s!" has been successfully changed to a current user profile.
61954インターフェイス "%2!s!" のプロファイル "%1!s!" は、グループ ポリシー
プロファイルです。グループ ポリシー プロファイルの種類は変更できません。
The profile "%1!s!" on interface "%2!s!" is a group policy profile.
Group policy profile's type cannot be modified.
61955インターフェイス "%2!s!" のプロファイル "%1!s!" のプロファイルの変更に必要な特権がありません。
You do not have sufficient privileges to change profile type for profile "%1!s!" on interface "%2!s!".
61956インターフェイス "%2!s!" のプロファイル "%1!s!" は、既にすべてのユーザー プロファイルです。
Profile "%1!s!" on interface "%2!s!" is already an all user profile.
61957インターフェイス "%2!s!" のプロファイル "%1!s!" は、既に現在のユーザー プロファイルです。
Profile "%1!s!" on interface "%2!s!" is already a current user profile.
62001
インターフェイス "%2!s!" 上のプロファイル "%1!s!" が正常に更新されました。

Profile "%1!s!" on interface "%2!s!" updated successfully.
62002
プロファイルを変更できませんでした。エラー 0x%1!X!: %2!s!

Failed to modify the profile. Error 0x%1!X!: %2!s!
62003
現在のユーザーのプロファイル "%1!s!" を変更するためのアクセス許可がありません。

You do not have the permission to modify profile "%1!s!" for current user.
62004
すべてのユーザーのプロファイル "%1!s!" を変更するためのアクセス許可がありません。

You do not have the permission to modify profile "%1!s!" for all users.
62005
プロファイル "%1!s!" 内のセキュリティ設定または接続設定が、ワイヤレス アダプター "%2!s!" でサポートされていません。

The security or connectivity setting in profile "%1!s!" is not supported by wireless adapter "%2!s!".
62006
インターフェイス "%2!s!" のプロファイル "%1!s!" の oneX 設定が有効になっていません。

The oneX setting in profile "%1!s!" on interface "%2!s!" is not enabled.
62007
インターフェイス "%2!s!" のプロファイル "%1!s!" の IHV 設定が有効になっています。MS 認証の種類を指定してください。

The IHV setting is enabled in profile "%1!s!" on interface "%2!s!". Please specify MS authentication type.
62008
入力されたパラメーターは元のプロファイル設定に対して無効です。

The inputed parameter is invalid to the original profile setting.
62009
ワイヤレス アダプター "%2!s!" でプロファイル "%1!s!" のコストを設定できませんでした。

Failed to set cost for profile "%1!s!" on wireless adapter "%2!s!".
62010
このシステムではコスト設定はサポートされていません。

Cost setting is not supported in this system.
62113WLAN サービスではホストされたネットワーク モードが許可されています。 Hosted network mode is allowed in WLAN service.
62114WLAN サービスではホストされたネットワーク モードが許可されていません。 Hosted network mode is disallowed in WLAN service.
62115WLAN サービスではホストされたネットワーク モードのサポートを変更できません。
十分な特権がないか、グループ ポリシーが適用されていません。
Cannot change hosted network mode support in WLAN service.
No sufficient privilege or group policy has been applied.
62116ホストされたネットワークの SSID が正常に変更されました。
The SSID of the hosted network has been successfully changed.
62117ホストされたネットワーク モードは許可に設定されています。
The hosted network mode has been set to allow.
62118ホストされたネットワーク モードは非許可に設定されています。
The hosted network mode has been set to disallow.
62119共有ユーザー資格情報の使用の許可は "%1!s!" に設定されています。 Allow shared user credentials has been set to: %1!s!.
62121ホストされたネットワークのユーザー キー パスフレーズが正常に変更されました。
The user key passphrase of the hosted network has been successfully changed.
62122ブロック期間は %1!d! 分に設定されています。 Block period is set to be %1!d! minutes.
62145WLAN サービスでのホストされたネットワーク モードの許可: はい

Hosted network mode allowed in WLAN service: Yes

62146WLAN サービスでのホストされたネットワーク モードの許可: いいえ

Hosted network mode allowed in WLAN service: No

62147
ホストされたネットワークの設定
------------------------------

Hosted network settings
-----------------------
62148SSID 名 : "%1!s!"
SSID name : "%1!s!"
62149クライアントの最大数 : %1!d!
Max number of clients : %1!d!
62150
ホストされたネットワークの状態
------------------------------

Hosted network status
---------------------
62151状態 : %1!s!
Status : %1!s!
62152利用不可 Not available
62153未開始 Not started
62155開始 Started
62156BSSID : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!
BSSID : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!
62157無線の種類 : %1!s!
Radio type : %1!s!
62158チャネル : %1!d!
Channel : %1!d!
62159クライアント数 : %1!d!
Number of clients : %1!d!
62160%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! %7!s!
%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! %7!s!
62162認証済み Authenticated
62164
ホストされたネットワークのセキュリティ設定
------------------------------------------

Hosted network security settings
--------------------------------
62165システム セキュリティ キー :
System security key :
62166システム セキュリティ キー : %1!s!
System security key : %1!s!
62167モード : 許可
Mode : Allowed
62168モード : 許可しない
Mode : Disallowed
62169ユーザー セキュリティ キーの使用法: 固定
User security key usage: Persistent
62170ユーザー セキュリティ キーの使用法: 一時的
User security key usage: Temporary
62171ユーザー セキュリティ キー : %1!s!
User security key : %1!s!
62172ユーザー セキュリティ キー :
User security key :
62173設定 :
Settings :
62177プロファイル "%1!s!" との接続は、WLAN サービスではサポートされていません。 Connection with profile "%1!s!" is not supported by WLAN service.
62209ホストされたネットワーク Hosted network
62210ホストされたネットワークの最大クライアント数: %1!d!
Max hosted network clients: %1!d!
62211ホストされたネットワークの最大クライアント数: 無制限
Max hosted network clients: Not limited
62241ホストされたネットワークが開始しました。
The hosted network started.
62242ホストされたネットワークを開始できませんでした。
The hosted network couldn't be started.
62243ホストされたネットワークが停止しました。
The hosted network stopped.
62244ホストされたネットワークを停止できませんでした。理由コードは %1!d! です。
The hosted network couldn't be stopped. Reason code is %1!d!.
62245ホストされたネットワークのセキュリティ キーは最新の状態に正常に更新されました。
The security key of the hosted network has been successfully refreshed.
62246このコマンドは、コマンド プロンプトから管理者特権で実行する必要があります。
You must run this command from a command prompt with administrator privilege.
62305ホストされたネットワークに接続するプロファイルがファイル "%1!s!" に正常に保存されています。
Profile to connect to the hosted network is saved successfully in file "%1!s!".
62306ホストされたネットワークのプロファイルが構成されていません。
The hosted network profile has not been configured.
62369WLAN スマート トレースのログとレポート ファイルは現在 "%1!s!" で使用できます。
WLAN smart trace logs and report files are now available at "%1!s!".
62370WLAN スマート トレースのログは引き続き "%1!s!" で使用できます。
WLAN smart trace logs are still useful and available at "%1!s!".
62371レポートを作成中...
Generating report ...
62372ログを生成しています... Generating logs ...
62373完了
done
62374失敗 (エラー 0x%1!X!)
failed, error is 0x%1!X!
62375"%1!s!" にはレポートするスマート トレースのログ ファイルはありません。
There is no smart trace log file to report at "%1!s!".
62433
コスト設定
-------------

Cost settings
-------------
62435コスト : 制限なし
Cost : Unrestricted
62436コスト : 固定
Cost : Fixed
62437コスト : 可変
Cost : Variable
62438コスト : 不明
Cost : Unknown
62439コスト : 利用不可
Cost : Not available
62440データ制限間近 : はい
Approaching Data Limit : Yes
62441データ制限間近 : いいえ
Approaching Data Limit : No
62442データ制限超過 : はい
Over Data Limit : Yes
62443データ制限超過 : いいえ
Over Data Limit : No
62444混雑 : はい
Congested : Yes
62445混雑 : いいえ
Congested : No
62446ローミング : はい
Roaming : Yes
62447ローミング : いいえ
Roaming : No
62448コスト ソース : 既定
Cost Source : Default
62449コスト ソース : グループ ポリシー
Cost Source : Group Policy
62450コスト ソース : ユーザー
Cost Source : User
62451コスト ソース : オペレーター
Cost Source : Operator
62497
プラン設定
-------------

Plan settings
-------------
62498使用量 (MB 単位) : %1!d!
Usage in Megabytes : %1!d!
62499使用量同期時刻 : %1!s! %2!s!
Usage Sync Time : %1!s! %2!s!
62500データ制限 (MB 単位) : %1!d!
Data Limit in Megabytes : %1!d!
62501着信帯域幅 (Kbps 単位) : %1!d!
Inbound Bandwidth in Kbps : %1!d!
62502課金サイクル開始日 : %1!s! %2!s!
Billing Cycle StartDate : %1!s! %2!s!
62503課金サイクル期間 :
Billing Cycle Duration :
62504年数 : %1!d!
Number of years : %1!d!
62505月数 : %1!d!
Number of months : %1!d!
62506日数 : %1!d!
Number of days : %1!d!
62507時間数 : %1!d!
Number of hours : %1!d!
62508分数 : %1!d!
Number of minutes : %1!d!
62509秒数 : %1!d!
Number of seconds : %1!d!
62510ミリ秒数 : %1!d!
Number of milliseconds : %1!d!
62511課金サイクルのリセット : はい
Billing Cycle Reset : Yes
62512課金サイクルのリセット : いいえ
Billing Cycle Reset : No
62513最大転送サイズ (MB 単位) : %1!d!
Maximum Transfer Size in Megabytes : %1!d!
62514発信帯域幅 (Kbps 単位) : %1!d!
Outbound Bandwidth in Kbps : %1!d!
62593
ワイヤレス デバイス機能
-----------------------

Wireless Device Capabilities
----------------------------
62594WDI バージョン (Windows) : %1!u!.%2!u!.%3!u!.%4!u!

WDI Version (Windows) : %1!u!.%2!u!.%3!u!.%4!u!

62595ファームウェア バージョン : %1!S!

Firmware Version : %1!S!

62596ステーション : サポートあり

Station : Supported

62597ステーション : サポートなし

Station : Not supported

62598ソフト AP : サポートあり

Soft AP : Supported

62599ソフト AP : サポートなし

Soft AP : Not supported

62600ネットワーク監視モード : サポートあり

Network monitor mode : Supported

62601ネットワーク監視モード : サポートなし

Network monitor mode : Not supported

62602Wi-Fi Direct デバイス : サポートあり

Wi-Fi Direct Device : Supported

62603Wi-Fi Direct デバイス : サポートなし

Wi-Fi Direct Device : Not supported

62604Wi-Fi Direct GO : サポートあり

Wi-Fi Direct GO : Supported

62605Wi-Fi Direct GO : サポートなし

Wi-Fi Direct GO : Not supported

62606Wi-Fi Direct クライアント : サポートあり

Wi-Fi Direct Client : Supported

62607Wi-Fi Direct クライアント : サポートなし

Wi-Fi Direct Client : Not supported

62608サポートあり

Supported

62609サポートなし

Not Supported

62610不明

Unknown

62611無作為検出モード : Promiscuous Mode :
62612IBSS : IBSS :
62613ダイバーシティ アンテナ : Diversity Antenna :
62614アクション フレーム : Action Frame :
62615ANQP サービス情報探索 : ANQP Service Information Discovery :
62616DOT11k 近隣レポート : DOT11k neighbor report :
62618管理フレームの保護 : Protected Management Frames :
62619P2P パッシブ リッスンの許可 : P2P Passive listen Availability :
62620P2P デバイス探索 : P2P Device Discovery :
62621P2P サービス名探索 : P2P Service Name Discovery :
62622P2P サービス情報探索 : P2P Service Info Discovery :
62623P2P バックグラウンド探索 : P2P Background Discovery :
62624FIPS : FIPS :
62625インスタント コネクト : Instant Connect :
62626Dx スタンバイ NLO : Dx Standby NLO :
62627D0 NLO : D0 NLO :
62628拡張チャネル スイッチ アナウンス : Extended Channel Switch Announcement :
62629機能レベルのリセット : Function Level Reset :
62630プラットフォーム レベルのリセット : Platform Level Reset :
62631MAC のランダム化 : MAC Randomization :
62632構成されている IHV 拡張性モジュール : IHV Extensibility Module Configured :
62633Tx 空間ストリーム数 : %1!u!

Number of Tx Spatial Streams : %1!u!

62634Rx 空間ストリーム数 : %1!u!

Number of Rx Spatial Streams : %1!u!

62635サポートされる同時チャネル数 : %1!u!

Number of Concurrent Channels Supported : %1!u!

62636P2P GO ポート数 : %1!u!

P2P GO ports count : %1!u!

62637P2P クライアント ポート数 : %1!u!

P2P Clients Port Count : %1!u!

62638P2P モバイル AP クライアントの最大数 : %1!u!

P2P Max Mobile AP Clients : %1!u!

62639サポートされる ANQP サービス アドバタイズの最大数: %1!u!

Max ANQP Service Advertisements Supported : %1!u!

62640WDI バージョン (IHV) : %1!u!.%2!u!.%3!u!.%4!u!

WDI Version (IHV) : %1!u!.%2!u!.%3!u!.%4!u!

62641共存のサポート : 不明

Co-existence Support : Unknown

62642共存のサポート : 無効

Co-existence Support : Invalid

62643高速移行 : Fast Transition :
62644MU-MIMO : MU-MIMO :
62645Miracast シンク : Miracast Sink :
62646BSS の移行 (802.11v) : BSS Transition (802.11v) :
626475 GHz 帯の P2P GO : P2P GO on 5 GHz :
62648バス レベル リセット : Bus Level Reset :
62649ASP 2.0 サービス名探索 : ASP 2.0 Service Name Discovery :
62650ASP 2.0 サービス情報探索 : ASP 2.0 Service Information Discovery :
62651IP ドッキング対応 : IP Docking Capable :
62721
無線の状態 : ハードウェア %1!s!
ソフトウェア %2!s!

Radio status : Hardware %1!s!
Software %2!s!
62722オン On
62723オフ Off
62724切り替え switching
62785共存のサポート : WLAN パフォーマンスを 1x1 に引き下げ

Co-existence Support : WLAN performance degraded to 1x1

62786共存のサポート : WLAN パフォーマンスを維持

Co-existence Support : WLAN performance is maintained

62787WFD デバイス : サポートあり

WFD Device : Supported

62788WFD デバイス : サポートなし

WFD Device : Not supported

62789WFD GO : サポートあり

WFD GO : Supported

62790WFD GO : サポートなし

WFD GO : Not supported

62791WFD クライアント : サポートあり

WFD Client : Supported

62792WFD クライアント : サポートなし

WFD Client : Not supported

62793種類 : レガシ WLAN ドライバー
Type : Legacy WLAN Driver
62794種類 : ネイティブ WLAN ドライバー
Type : Native WLAN Driver
62795サポートされるワイヤレス ディスプレイ: %1!s! (グラフィック ドライバー: %2!s!、WLAN ドライバー: %3!s!)
Wireless Display Supported: %1!s! (Graphics Driver: %2!s!, WLAN Driver: %3!s!)
62817キャビネット ファイルを作成できません。エラー コード: %1!d!
Unable to create cabinet file. Error code: %1!d!
62818%1!s! をキャビネット ファイルに追加できません。エラー コード: %2!d!
Unable to add %1!s! to cabinet file. Error code: %2!d!

EXIF

File Name:wlancfg.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-w..sh-helper.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_00d58a533088ace3\
File Size:158 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:160768
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:Japanese
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:WLAN Netsh ヘルパーの DLL
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:wlancfg.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:wlancfg.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-w..sh-helper.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_a4b6eecf782b3bad\

What is wlancfg.dll.mui?

wlancfg.dll.mui is Multilingual User Interface resource file that contain Japanese language for file wlancfg.dll (WLAN Netsh ヘルパーの DLL).

File version info

File Description:WLAN Netsh ヘルパーの DLL
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:wlancfg.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:wlancfg.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x411, 1200