Windows 8.1无线身份validationWPA2-Enterprise

对于我的大学networking,我必须使用TKIPencryption将无线authentication设置为WPA2-Enterprise。 由于Windows 8.1似乎没有通常的无线设置,我试图通过CMD。 我试过了

wlan set profileparameter name="NETWORK_NAME" authentication="wpa2-enterprise" 

 wlan set profileparameter name="NETWORK_NAME" AuthMode="wpa2-enterprise" 

这两个都不起作用(对于命令选项authentication/ AuthMode,无效值“WPA2-Enterprise”)。

任何人都知道正确的参数来相应地设置身份validation模式?

谢谢!

你要:

 netsh wlan set profileparameter name="NAME" authentication=WPA2 encryption=TKIP 

如果您inputnetsh wlan set profileparameter?,则出现的帮助会列出设置的可用值。

 Usage: set profileparameter [name=]<string> [[interface=]<string>] [SSIDname=<string>] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no] [ConnectionMode=auto|manual] [nonBroadcast=yes|no] [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] [keyIndex=1-4] [keyMaterial=<string>] [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] 

您可以通过右键单击任务栏中的无线networking符号 – >打开networking和共享中心 – >build立新的连接或networking来实现此目的。

你可以尝试连接到你的无线连接(即使它不会连接),然后打开更改适配器设置或networking连接窗口,然后双击“仍然连接”WiFi适配器 – >点击无线属性旁边的详细信息…