Solution
Validate that the services "WLAN Auto Config" depends on are all running.
Open a Powershell prompt and type Get-Service -Name "wlansvc" -ServicesDependedOn every service returned needs to be running if they are not type Start-Service -Name <insert service name in the name column> of the service(s) that are not running
Open a Powershell prompt and type Get-Service -Name "wlansvc" -ServicesDependedOn every service returned needs to be running if they are not type Start-Service -Name <insert service name in the name column> of the service(s) that are not running
- Thread Author
-
- #3
I'm not sure what a dependency is but WLAN is running.
I typed in *SFC /scannow* but it said I must be an administrator running a console session to use it
I'm not sure what a console session is but my info has me listed as an administrator.
I typed in *SFC /scannow* but it said I must be an administrator running a console session to use it
I'm not sure what a console session is but my info has me listed as an administrator.
- Joined
- Jul 4, 2015
- Messages
- 8,998
You can to locate "Command Prompt" and right click and select "Run As Administrator".
Even though your user is a member of the administrators group your user actually runs as a regular user except when you invoke the "Run As Administrator" then that particular process will run with a special admin user token
Even though your user is a member of the administrators group your user actually runs as a regular user except when you invoke the "Run As Administrator" then that particular process will run with a special admin user token
- Joined
- Jul 4, 2015
- Messages
- 8,998
Validate that the services "WLAN Auto Config" depends on are all running.
Open a Powershell prompt and type Get-Service -Name "wlansvc" -ServicesDependedOn every service returned needs to be running if they are not type Start-Service -Name <insert service name in the name column> of the service(s) that are not running
Open a Powershell prompt and type Get-Service -Name "wlansvc" -ServicesDependedOn every service returned needs to be running if they are not type Start-Service -Name <insert service name in the name column> of the service(s) that are not running