Internet connection only on Microsoft Edge!

Page 2 of 2 FirstFirst 12

  1. Posts : 172
    Windows 10 Pro x64
       #11

    Winnigimage said:
    @Chris2005...wow, what a relief..finally. Thank you chris. Ihave spent days trying to figure out what went wrong with all of by browsers..THAnks so so so so much:)

    https://www.tenforums.com/images/smilies/001.png
    Awesome! :) What finally was the problem?
      My Computer


  2. Posts : 1
    Win10
       #12

    TheFish said:
    Hi !

    I had the same problem.


    Run CMD as admininstrator.
    In the command line type: netsh winsock reset
    Press Enter then restart your PC.

    Previous that, I runned the command "sfc /scannow" but I think the instructions above will help.


    I hope this helps
    Sorry to revive such an old thread, but I am having this exact issue and the solutions mentioned here are not working.

    I have a Dell laptop with Win10 installed. One year old. All worked great for that year. Reset the Windows install for reason unrelated to connectivity and since doing so, I can only use the Edge browser. IE and Chrome do not work, along with a host of other connectivity-related applications.

    But Edge works fine. Help!
      My Computer


  3. Posts : 5,330
    Windows 11 Pro 64-bit
       #13

    Reset TCP/IP protocol stack with below batch script.

    Code:
    ::Batch script created by FreeBooter
    
    
    @Echo Off & Cls
    
    net sess>nul 2>&1||(powershell start cmd -ArgumentList """/c %~0""" -verb Runas & exit)
    
    Call :IsAdmin
    
    netsh winsock reset  2> nul
    
    netsh int ipv4 reset  2> nul
    
    netsh int ipv6 reset  2> nul
    
    netsh int httpstunnel reset  2> nul
    
    netsh int portproxy reset  2> nul
    
    netsh int tcp reset  2> nul
    
    
    
    Sc config Dnscache start= auto
    
    Sc config “Dhcp” start= auto
    
    
    Cls & Mode CON LINES=4 COLS=48 & Color 0E
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo Finish resetting Winsock catolog & resetting TCP/IP stack.
    
    Ping -n 4 localhost >Nul
    Cls & Mode CON LINES=7 COLS=52 & Color 0E
    Echo THIS SYSTEM WILL REBOOT.
    Echo.
    Echo PLEASE SAVE ALL WORK IN PROGRESS.
    Echo.
    Echo Press 'ENTER' Key To Reboot System.
    Pause >Nul
    Shutdown /r /t 5 /c "REBOOTING THE SYSTEM"
    Exit
    
    :IsAdmin
    Reg query "HKU\S-1-5-19\Environment"
    If Not %ERRORLEVEL% EQU 0 (
    Cls & Mode CON LINES=5 COLS=48 & Color 0C & Title .... WARNING ....
    Echo.
    Echo.
    Echo YOU MUST HAVE ADMINISTRATOR RIGHTS TO CONTINUE
    Pause >Nul & Exit
    )
    Cls
    Goto :EOF
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:27.
Find Us




Windows 10 Forums