How can I remove the red X from the network icon in the Windows 7 taskbar notification area?
Asked
Active
Viewed 5,792 times
2 Answers
2
Control Panel -> Network and Internet -> Network and Sharing Center -> Change Adapter Settings (On Left Side) -> Right Click and Disable the interfaces you are not using.
I am guessing you are on Wireless and your Ethernet adapter is showing as not connected or the other way around.
Riguez
- 3,764
-5
@Echo on
pushd \windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %0**