首页
留言
统计
免责声明
Search
1
VPS Ubuntu一键DD Debian 11系统
1,169 阅读
2
Win7、Win10、Win11打印机共享无法连接,0x00000709错误
967 阅读
3
在Windows 11上开启BBR2 拥塞控制
676 阅读
4
[教程转载] 通过CloudFlare+SaaS回源优选IP使国内用户高速访问网站
454 阅读
5
WIN11跳过联网激活的方法
418 阅读
默认分类
登录
Search
kangfu
累计撰写
17
篇文章
累计收到
85
条评论
首页
栏目
默认分类
页面
留言
统计
免责声明
搜索到
17
篇与
的结果
2023-03-03
在Windows 11上开启BBR2 拥塞控制
用管理员打开Windows Powershell复制粘贴输入以下命令netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2 netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2 netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2 netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2 netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2输入完毕后可以输入一下命令进行验证是否成功开启Get-NetTCPSetting | Select SettingName, CongestionProvider想要恢复默认的的只需要逆操作便可,在Windows Powershell输入以下命令netsh int tcp set supplemental Template=Internet CongestionProvider=cubic netsh int tcp set supplemental Template=Datacenter CongestionProvider=cubic netsh int tcp set supplemental Template=Compat CongestionProvider=newreno netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=cubic netsh int tcp set supplemental Template=InternetCustom CongestionProvider=cubic{dplayer src="https://fansun.net/usr/uploads/2023/03/2646953060.mp4"/}
2023年03月03日
676 阅读
18 评论
0 点赞
2023-02-28
WIN11跳过联网激活的方法
1.在联网激活页面,按下Shift+F10 ,打开【命令提示符】。输入“oobe\bypassnro”并按下回车。2.然后电脑就会自动重启,重启之后,就会出现熟悉的画面,您可以选择我没有Internet连接,并继续:
2023年02月28日
418 阅读
14 评论
0 点赞
1
...
3
4