19 19 如何在Windows中查看设置为自动协商的网卡的当前双工值? 我想知道,当我的网卡和交换机都在Windows中设置为自动配置时,它们的双工(半工或全工)是如何协商的。 windows networking network-adapter duplex 来源 Scott Markwell http://superuser.stackexchange.com/users/2458
11 11 11 2017-04-14 15:49:55 +0000 在命令提示下: powershell "Get-NetAdapter | SELECT name, fullduplex | where name -eq 'card name'" 享受。 来源 HotPlasma http://superuser.stackexchange.com/users/2458
10 10 10 2009-12-22 21:02:44 +0000 如果不看开关,唯一可能的方法是,如果你的网卡的windows驱动程序报告这个信息。要查看是否如此,请转到 Control Panel --> Administrator Tools --> Event Viewer。然后你要查看System日志(在Windows7中,这是在Windows日志树下)。一旦你找到系统日志,点击顶部的Source作为排序标准。现在寻找你的网卡驱动程序,例如我的是 b57nd60a。滚动你的网卡驱动所做的所有条目,如果你幸运的话,你会在事件报告中看到它的协商速度。 来源 SiegeX http://superuser.stackexchange.com/users/2458
7 7 7 2015-10-31 02:15:40 +0000 在命令提示符中输入以下内容。wmic NIC where NetEnabled=true get Name, Speed 它应该会告诉你。 来源 triguts http://superuser.stackexchange.com/users/2458
4 4 4 2019-05-08 06:08:06 +0000 用Powershell运行。Get-NetAdapter | SELECT name, LinkSpeed, fullduplex | ft -autosize 。 来源 Faisal http://superuser.stackexchange.com/users/2458
2 2 2 2009-12-22 20:39:14 +0000 有些卡(例如英特尔)有一个诊断套件,可以显示这些信息。这个软件通常没有安装。通常只安装了驱动程序,而诊断/管理应用程序没有安装。我相信英特尔的应用程序叫做ProSet 来源 Dave M http://superuser.stackexchange.com/users/2458
1 1 1 2013-10-03 17:38:33 +0000 这在Windows 7中有效,不知道低版本的。1.在控制面板的网络连接中右击网卡 2. 点击配置 3. 点击链接速度标签 4. 查看链接状态窗口。 5. 来源 David http://superuser.stackexchange.com/users/2458
0 0 0 2016-08-26 20:28:03 +0000 没有必要在事件查看器中花费一个小时的时间:在 “网络连接 "中,右击-/>"状态"。这里你可以看到 "速度"。 这里你可以看到 "速度"。 来源 Narus http://superuser.stackexchange.com/users/2458
-1 -1 -1 2014-12-07 19:03:36 +0000 在我的Windows 7平台上 - 列表项 在Windows 7搜索栏输入网络和共享中心。选择 - 网络和共享中心 更改适配器设置 右键单击(LAN Lannetwrk适配器)选择状态,它将显示你与下一个网络设备上流协商的速度。 来源 PhilB http://superuser.stackexchange.com/users/2458
-1 -1 -1 2009-12-22 19:58:51 +0000 我能想到的最简单的方法就是找一个正面有灯的开关或者管理界面,简单的看一下。除此之外,我还真不知道有什么软件能够告诉你。 来源 William Hilsum http://superuser.stackexchange.com/users/2458
相关问题 3 为什么Windows认为我的无线键盘是烤面包机? 2042 19 Windows中的A:和B:驱动器是用来做什么的? 973 3 越洋ping比发个像素到屏幕上还快? 818 10 找出Windows中哪个进程锁定了文件或文件夹 768 6 如何使用Google Chrome浏览器播放.swf文件? 30