Jump to content

Hey hey!

 

I've decided to test the windows CMD hotspot option few days ago and now I cannot get rid of it >.> ... (I usually use Connectify software and I'm pretty happy with it)

2017-04-06_18-41-24.png.be25a0b406470cb4f02236f096d1f808.png

I've tried the following:
CMD with admin rights: netsh wlan set hostednetwork mode=disallow ssid="Gomo's WiFi"  

 

Power Shell with admin rights:

net stop wlansvc

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

 

Network adapter did go away, but it was back after a restart >.>

Can anyone tell me/knows what the hell is going on with windows 10?

 

-kind regards-

Gomo

Link to comment
https://linustechtips.com/topic/762923-windows-cmd-hotspot/
Share on other sites

Link to post
Share on other sites

17 minutes ago, Gomo said:

Hey hey!

 

I've decided to test the windows CMD hotspot option few days ago and now I cannot get rid of it >.> ... (I usually use Connectify software and I'm pretty happy with it)

2017-04-06_18-41-24.png.be25a0b406470cb4f02236f096d1f808.png

I've tried the following:
CMD with admin rights: netsh wlan set hostednetwork mode=disallow ssid="Gomo's WiFi"  

 

Power Shell with admin rights:

net stop wlansvc

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

 

Network adapter did go away, but it was back after a restart >.>

Can anyone tell me/knows what the hell is going on with windows 10?

 

-kind regards-

Gomo

 

 

Hi @Gomo

 

netsh wlan stop  hostednetwork 

 

 

if this doesnt solve it, check if adapter still shows up between the other adapters (as seen at picture) richtclick delete it and restart pc. If this doesnt help remove WIFI driver in device manager. Im pretty sure that this does the job ;) this will reset pretty much all wifi settings. (it will reinstall its self at reboot)

 

 

Hope this helps :)

Link to comment
https://linustechtips.com/topic/762923-windows-cmd-hotspot/#findComment-9640396
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×