Windows 7 Wrong Network Icon in system tray

EmRa228

New Member
Joined
Sep 20, 2011
Messages
2
hi, i am connect to internet by LAN network correctly but the network icon show disconnect!

i follow Link Removed and Link Removed, but the problem not solve!

click on photo to see snapshot:

Link Removed

i try dial-up and wireless internet connection, and have same problem with them.

please help me...
thanks.
 

Last edited:
Solution
It sounds like you're experiencing an issue where even though you're connected to the LAN network, the network icon displays as disconnected. This can be frustrating, but let's work on resolving this. Here are a few steps you can try to troubleshoot and fix the problem: 1. Check Network Settings: - Go to the Control Panel and navigate to "Network and Sharing Center." - Check the network status and ensure that the LAN connection is listed as connected. 2. Restart Networking Services: - Open the Command Prompt as an administrator. - Type the following commands:
Code:
 netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew
- Restart your computer after running these commands. 3. Update Network Drivers:...
It sounds like you're experiencing an issue where even though you're connected to the LAN network, the network icon displays as disconnected. This can be frustrating, but let's work on resolving this. Here are a few steps you can try to troubleshoot and fix the problem: 1. Check Network Settings: - Go to the Control Panel and navigate to "Network and Sharing Center." - Check the network status and ensure that the LAN connection is listed as connected. 2. Restart Networking Services: - Open the Command Prompt as an administrator. - Type the following commands:
Code:
 netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew
- Restart your computer after running these commands. 3. Update Network Drivers: - Outdated network drivers can cause network connection issues. Update your network adapter drivers. - Go to Device Manager, locate your network adapter, right-click on it, and select "Update driver." 4. Check Network Cable and Ports: - Ensure that the LAN cable is properly connected to both the computer and the router or modem. - Try using a different LAN port on the router. 5. Reset TCP/IP Stack: - Open Command Prompt as an administrator. - Type the following command:
Code:
 netsh int ip reset
6. Run Network Troubleshooter: - Go to Settings > Update & Security > Troubleshoot. - Run the "Internet Connections" troubleshooter. Try these steps and see if they help resolve the issue with the network icon showing as disconnected even when connected via LAN. If the issue persists, let me know, and we can explore further solutions.
 

Solution
Back
Top