Cannot connect WiFi. Network card fully utilized.
The problem:
The machine denies connecting with WiFi.
The Solution:
Reset the log and disconnect the network using step as below;
1. Type netstat -a to check the network loopback.
2. Stop any application that uses the network card such as Apache XAMPP, IIS Server, MSSQL, or MySQL. Also, need to stop any services that used the network activity such as ping, and connect to the server.
*Note: loopback can be monitored through Wireframe.
*Note: If the machine has installed Docker Desktop, we need to stop the services.
3. Open a command prompt and type ipconfig /release to clear the established connection.
4. Type ipconfig /renew to renew the connection.
5. Okay done.
Ulasan