惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

博客园 - loose_went

MacOS下打开和编辑.bash_profile文件 Mac开发利器之程序员编辑器MacVim学习总结(转) Mac下安装Home-brew成功 Canon MF113W激光打印机双面打印方法 MacBook Pro App Store无法下载和更新软件解决方案 收不到Win10正式版预订通知?一个批处理搞定 创业公司失败的20大原因:没市场需求排第一 phpAmin如何导入导出大数据文件? [转]项目管理心得:一个项目经理的个人体会、经验总结 项目经理角色定位 Windows下在本机创建SVN服务 整理的英语短语 软件版本Beta,RC,Demo,Build等是什么意思呢? 用PUSHD/POPD获得bat文件执行的路径 Excel 2007 如何画双纵坐标图 管理学中的知名定律之阿什法则 Word 2007突然不能显示图片的解决方法 管理学中的知名定律之阿尔布莱特法则 管理学中的知名定律之阿尔巴德定理
无线不能连接 --- 源于Wireless Zero Configuration服务不能自动启动
loose_went · 2011-08-17 · via 博客园 - loose_went

昨天整了个无线路由,一阵忙活,确发现找不到无线网卡,原来需要启动Wireless Zero Configuration服务,将其设置为自动启动,本以为已经搞定。可是第二天开机却发现还是找不到网卡,到服务一检查,Wireless Zero Configuration服务竟然没有启动。奇怪了,设置为自动启动,为什么没有启动呢?

Google了一下,是因为装完无线网卡驱动后,大部分无线网卡会自带第三方的无线网络程序,而第三方的无线网络程序会停止Wireless Zero Configuration服务,使用自己的服务程序,但是这样会导致系统自带的无线网络程序无法工作。

所以只要每次开机让Wireless Zero Configuration服务自动启动即可。

解决方法:

1、把Wireless Zero Configuration服务设置为自动启动
“开始”菜单,“运行”,输入“services.msc"进入服务,开启”Wireless Zero Configuration

2、选择在后面的“恢复”选项里面三个都选择“重新启动服务”!

3、将NDIS 用户模式 I/O 协议启动类型设为自动

在“控制面板”->”管理工具”->”计算机管理”->“设备管理器”点击“查看”菜单中的“显示隐藏的设备”,找到其中的“非 即插即用驱动程序中”,找到“NDIS 用户模式 I/O 协议”,双击打开属性对话框,选择“驱动程序”选项卡,你会发现,当前状态是“已停止”,选择下面的启动栏中的下拉列表,并且选择类型为“自动”,点击确 定按钮。

4、在上面这些工作做完后,运行“msconfig”找到启动项,找一下你装的第三方无线网络配置管理服务,把可疑的自动启动关掉,让它不再开机启动。保存后,重启电脑,OK!这一步最关键。

总结,其实个人觉得只要第1、3、4步就可以了,太晚了,女儿要睡觉了,等以后试了再作结论。