netsh wlan set hostednetwork 之后如何刪除掉 配置 及終端無法獲取IP的解決方法


來源 微軟 技術支持網站

 

僅僅禁用hostednetwork 是不行的,配置其實還在,徹底刪除 配置可以按照如下操作進行:

net stop wlansvc
Get-ItemProperty "HKLM:\system\currentcontrolset\services\wlansvc\parameters\hostednetworksettings"
Remove-Item "HKLM:\system\currentcontrolset\services\wlansvc\parameters\hostednetworksettings"
net start wlansvc

 


托管網絡 連接 上之后,終端 可能通過認證,但是無法獲取IP,有人給出了解決方案

The following procedure worked for me.

1) Disable Internet Connection Sharing from your modem connection -> properties -> Sharing Tab

2) Enable it again.

3) Disconnect from the Internet.

4) Reconnect again

5) Restart ICS service from the "services.msc" window.

6) Stop the hostednetwork

7) Start the hostednetwork

8) Internet Sharing is now enabled and everything gets resolved.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM