Skip to content

Instantly share code, notes, and snippets.

@skygunner
Forked from anonymous/windows.conf
Last active July 11, 2016 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skygunner/a31a4541f6fd891a1e26d0a3047dd39d to your computer and use it in GitHub Desktop.
Save skygunner/a31a4541f6fd891a1e26d0a3047dd39d to your computer and use it in GitHub Desktop.
windows 10 doesn't have network status/properties after upgrade from 7/8 (has WIFI and showing AP, but can't connet ), no WIFI, no network, no internet
My thinkpad has this problem. So
Step 1:
check if wlan auto config service is running and set to auto;
Step 2:
delete all vpn client software
delete all vpn adapter and its drivers
reboot
Step 3:
if still no luck, open cmd as administrator, do
Run command line using cmd.exe as admin
Run netcfg -s n to check any 3rd parth network services through this command.
Normally the built in network service starts with ms_
Then use netcfg -v -u <network service name> to uninstall any third party network services.
https://support.microsoft.com/en-us/kb/3084164
credit:
https://forums.lenovo.com/t5/Windows-10/Windows-10-no-network-connections-or-wifi/td-p/2130264/page/4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment