吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 233|回复: 5
收起左侧

[其他求助] 在Windows7下有没有命令行或者软件能够直接设置网络一G双全工

[复制链接]
guoheb 发表于 2026-5-6 11:24
55吾爱币
在Windows7下有没有命令行或者软件能够直接设置网络1G双全工和100兆双全工,我想在两者之间切换。

网络不太稳定。玩网游的时候就在100兆双全工,。如果下载大文件时就改成1G双全工。

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

老梁不说话 发表于 2026-5-6 11:38
切换到 100Mbps 全双工
[Asm] 纯文本查看 复制代码
Set-NetAdapterAdvancedProperty -Name "以太网" -RegistryKeyword "*SpeedDuplex" -RegistryValue "3"


切换到 1Gbps 全双工
[Asm] 纯文本查看 复制代码
Set-NetAdapterAdvancedProperty -Name "以太网" -RegistryKeyword "*SpeedDuplex" -RegistryValue "4"

恢复自动协商
[mw_shl_code=asm,true]Set-NetAdapterAdvancedProperty -Name "以太网" -RegistryKeyword "*SpeedDuplex" -RegistryValue "0"


[/mw_shl_code]
 楼主| guoheb 发表于 2026-5-7 13:12
老梁不说话 发表于 2026-5-6 11:38
切换到 100Mbps 全双工
[mw_shl_code=asm,true]Set-NetAdapterAdvancedProperty -Name "以太网" -Registry ...

Windows 找不到文件"Set-NetAdapterAdvancedProperty'。清确定文件名是否正确后,再
试一次。
xiaomingtt 发表于 2026-5-7 14:48
guoheb 发表于 2026-5-7 13:12
Windows 找不到文件"Set-NetAdapterAdvancedProperty'。清确定文件名是否正确后,再
试一次。

powershell 命令
xiaomingtt 发表于 2026-5-7 14:55
Win7使用netsh命令。
[Bash shell] 纯文本查看 复制代码
netsh interface ethernet set interface "本地连接" speed=100 duplex=full
netsh interface ethernet set interface "本地连接" speed=1000 duplex=full
netsh interface ethernet set interface "本地连接" speed=auto duplex=auto
 楼主| guoheb 发表于 2026-5-7 18:05
xiaomingtt 发表于 2026-5-7 14:55
Win7使用netsh命令。
[mw_shl_code=bash,true]netsh interface ethernet set interface "本地连接" speed= ...


C:\Windows\system32>netsh interface ethernet set interface "本地连接" speed=1000
duplex=full
找不到下列命令: interface ethernet set interface 本地连接 speed=1000 duplex=full
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - 52pojie.cn ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2026-5-25 14:49

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表