[SOLVED] Weird problem Certain programs not connecting to internet

(Un)fortunately, there's nothing suspicious in the Autoruns log file.

Let's make sure the issue is with your computer and not with DNS server or your router. Please try running the following commands from the elevated ("Run As Administrator") command prompt:

Code:
netsh interface ip set dns name="Wireless Network Connection" source=static addr=none
netsh interface ip add dns name="Wireless Network Connection" addr=8.8.4.4 index=1
netsh interface ip add dns name="Wireless Network Connection" addr=8.8.8.8 index=2
ipconfig /flushdns

Do some testing and if you see the issue persists, set DNS server to the one provided by DHCP (your router):

Code:
netsh interface ip set dns name="Wireless Network Connection" source=dhcp
ipconfig /flushdns
 
thanks Corrine because my language not that good so i just think that you can see this problem by your self to have full image about what im talking about

in my country we dont have professional IT like YOU all what they say you should format no other solution:lol:

anyway i think this problem cant be solve

so i open new topic in windows 7 i just WANT to know how can i repair windows 7

please close this topic
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top