Windows 10: Problems Accessing Internet

Discus and support Problems Accessing Internet in Windows 10 Network and Sharing to solve the problem; @Word Man 2) What does your desktop connect to network-wise? A modem/router from internet service provider, a router of your own? I have a... Discussion in 'Windows 10 Network and Sharing' started by Writer, Jan 15, 2018.

  1. Writer Win User

    Problems Accessing Internet


    @Word Man

    I have a modem -- a Westell Model 6100. It's from the telephone company: used to be Verizon, now Frontier.
    I have DSL Service from the provider over the phone line.

    Just a few miutes ago, it stopped performing well. I got a lot of "We can't reach that Page" messages, and I couldn't navigate the Windows 10 Forum website. So I restarted the computer again (for the third time), and everything has gone quite well again. I'll have to wait and see how long this lasts.

    I just checked a few Websites: I don't know what's going on but now, everything is going "Blitz Schnell."

    The performance is not consistent. After I restart it, it runs well for about 10 to 15 minutes. Then it again does not want to access websites; I get the message: "Can't reach this Page." And, if I already have Windows 10 Forum up, it is very slow.

    In conjunction with the preceding paragraph: I just restarted it again, and a message came on that said "Windows is Getting things ready" or something to that effect. It told me not to turn the computer off. I'll have to wait and see how things go for the next 10 to 15 minutes.
     
    Writer, Jan 16, 2018
    #61
  2. dmholt57 Win User

    two more switches to be used with ipconfig

    ipconfig /flushdns
    ipconfig /registerdns

    these clear and reset the dns resolver cache if you have problems reaching sites, run each command pressing enter after each.
     
    dmholt57, Jan 16, 2018
    #62
  3. Writer Win User
    @dmholt57

    Flush DNS & Register DNS

    Microsoft Windows [Version 10.0.14393]
    (c) 2016 Microsoft Corporation. All rights reserved.
    C:\Users\> ipconfig /flushdns
    Windows IP Configuration
    Successfully flushed the DNS Resolver Cache.
    C:\Users\>

    Microsoft Windows [Version 10.0.14393]
    (c) 2016 Microsoft Corporation. All rights reserved.
    C:\Users\> ipconfig /registerdns
    The requested operation requires elevation.
    C:\Users\>
     
    Writer, Jan 17, 2018
    #63
  4. dmholt57 Win User

    Problems Accessing Internet

    Quickest way, click the search on taskbar next to windows icon, type cmd right click on the command box and select Run as Administrator, then retype in the black box, ipconfig /registerdns press enter You will get a message about viewing results in the event viewer in 15 min which is normal.
     
    dmholt57, Jan 17, 2018
    #64
  5. Writer Win User
    @dmholt57

    On my Task Bar, there is no Search next to it. The Microsoft Edge icon is next to it. Since this computer has hardly been used, he Task Bar is not developed, all it has is the Microsoft Edge icon, File Explorer, Store, & System Information.
     
    Writer, Jan 17, 2018
    #65
  6. dmholt57 Win User
    Ok, if you can scroll down the list of all programs(icon on left) on the start, Windows System is where the Command Prompt can be right clicked, more, run as administrator... *Cool
     
    dmholt57, Jan 17, 2018
    #66
  7. Writer Win User
    @dmholt57

    I found the Search Box. Right Click on the empty Task Bar, mouse-over Cortana, Click on Show Search Box.
    I entered cmd and selected as you suggested. In the Command Prompt, I entered ipconfig /registerdns and pressed Enter. It instructed me to wait for 15 minutes.

    I waited for 20 minutes

    Register DNS – 15 Minutes

    Microsoft Windows [Version 10.0.14393]
    (c) 2016 Microsoft Corporation. All rights reserved.

    C:\Windows\system32> ipconfig /registerdns

    Windows IP Configuration

    Registration of the DNS resource records for all adapters of this computer has been initiated. Any errors will be reported in the Event Viewer in 15 minutes.

    C:\Windows\system32>
     
    Writer, Jan 17, 2018
    #67
  8. dmholt57 Win User

    Problems Accessing Internet

    Ok, I think you should be fixed to the point you can focus on making sure you have something for adware/malware to compliment Windows Defender and you mentioned your date would not stay changed?
     
    dmholt57, Jan 17, 2018
    #68
  9. Writer Win User
    @dmholt57 @zbook @Word Man @Samuria

    I'll contact Malwarebytes Anti-Malware and have them transfer my account to this computer.

    I reset the time about an hour ago, and it is holding.

    I just restarted again. The pattern is that after Restarting, things go well as far as accessing the Internet and speed for 10 to 15 minutes, then things stop functioning. I get the message: "Can't reach that Page", and it gets extremely slow. I'll keep trying to get Windows Updates -- maybe that will fix the problem.

    Thanks a million to you and the other guys who helped me get the computer working. I'll put you in for a raise.
     
    Writer, Jan 17, 2018
    #69
  10. zbook New Member
    The condition of the operating system and registry areunknown.
    In case you want to start with a clean install check to make sure that windows is properly licensed.
    Open administrative command prompt and type:
    slmgr /dlv
    Clean Install Windows 10 Installation Upgrade Tutorials
    If possible please run the log collector:
    BSOD - Posting Instructions - Windows 10 Forums
    log collector v2-beta08.zip
    Code: md "%USERPROFILE%\Desktop\CollectedFiles"&wmic /output:"%USERPROFILE%\Desktop\CollectedFiles\hotfix.txt" qfe list full /format:table&copy %SystemRoot%\minidump\*.dmp "%USERPROFILE%\Desktop\CollectedFiles"&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\CollectedFiles\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.tmp"&findstr /v "Owner." "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.tmp" > "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.txt"&del "%USERPROFILE%\Desktop\CollectedFiles\systeminfo.tmp"&driverquery /v > "%USERPROFILE%\Desktop\CollectedFiles\drivers.txt"&msinfo32 /nfo "%USERPROFILE%\Desktop\CollectedFiles\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\CollectedFiles\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\CollectedFiles\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\CollectedFiles\installed.txt"&net start > "%USERPROFILE%\Desktop\CollectedFiles\services.txt"&sc query type= driver state= all > "%USERPROFILE%\Desktop\CollectedFiles\driver_status.txt"&sc query type= service state= inactive > "%USERPROFILE%\Desktop\CollectedFiles\inactive_services_status.txt"&sc query type= service state= all > "%USERPROFILE%\Desktop\CollectedFiles\all_services_status.txt"&REM wmic service list full /format:htable >%USERPROFILE%\Desktop\CollectedFiles\service.html&REM wmic /output:%USERPROFILE%\Desktop\CollectedFiles\nics.html nicconfig list /format:hform[/quote]
     
    zbook, Jan 17, 2018
    #70
  11. Writer Win User
    @zbook

    I ran the slmgr /dlv and I am licensed.

    I might end up doing a Clean Install if things don't gradually improve. I might be back here looking for a way to speed up the computer. I'll look into what you suggested about going to Dell Support to install a driver.

    Thanks for all of your suggestions.
     
    Writer, Apr 5, 2018
    #71
Thema:

Problems Accessing Internet

Loading...
  1. Problems Accessing Internet - Similar Threads - Problems Accessing Internet

  2. No internet access problem

    in Windows 10 Gaming
    No internet access problem: Hello! I need help with Wi-fi network problem, which is "No internet, secured" error, I tried almost everything to solve it, for example network reset, CMD commands, restarting, but without success. Please, could someone help me solve this issue?...
  3. No internet access problem

    in Windows 10 Software and Apps
    No internet access problem: Hello! I need help with Wi-fi network problem, which is "No internet, secured" error, I tried almost everything to solve it, for example network reset, CMD commands, restarting, but without success. Please, could someone help me solve this issue?...
  4. No internet access problem

    in Windows 10 Network and Sharing
    No internet access problem: Hello! I need help with Wi-fi network problem, which is "No internet, secured" error, I tried almost everything to solve it, for example network reset, CMD commands, restarting, but without success. Please, could someone help me solve this issue?...
  5. Problem with windows 11 internet access.

    in Windows 10 Software and Apps
    Problem with windows 11 internet access.: My wifi on my windows 11 keeps disconnecting. I’m able to use the wifi from after 5-8:45pm. Other times I can connect to the wifi but it still says there’s no internet access at all. Before disconnecting a message is shown on the networks setting that says "Your device can...
  6. Problem with windows 11 internet access.

    in Windows 10 Gaming
    Problem with windows 11 internet access.: My wifi on my windows 11 keeps disconnecting. I’m able to use the wifi from after 5-8:45pm. Other times I can connect to the wifi but it still says there’s no internet access at all. Before disconnecting a message is shown on the networks setting that says "Your device can...
  7. No internet access problem

    in Windows 10 Network and Sharing
    No internet access problem: I had gotten a new pci adapter today but after installing the new drivers I have gotten the no internet access problem. Solutions I've tried 1.Network Adapter Troubleshooter 2.Reset the router 3.Reset Windows Sockets API using netsh winsock reset netsh int ip reset...
  8. Identifying internet access problem

    in Windows 10 Network and Sharing
    Identifying internet access problem: About 4 days ago I started randomly having a problem where my internet connection drops on my laptop and it says "identifying internet access" for about 5 seconds then reconnects. This problem occurs on WiFi and Ethernet. Other devices can connect and do not experience the...
  9. Problem accessing YouTube! and the internet

    in Browsers and Email
    Problem accessing YouTube! and the internet: Okay. So, I am on my Laptop (My computer for now until my new one is finished) and my mom was on her Desktop PC. We are having issues accessing certain websites. To start, so far its YouTube! on her end. Mine was having issues accessing the Microsoft Edge home screen. So I...
  10. Solution to "no access to the internet" problem

    in Windows 10 Network and Sharing
    Solution to "no access to the internet" problem: when I try to connect to the internet through WiFi I had this problem "Limited access to the internet"" or "no access to the internet" and recently I found a solution. I don't guarantee it will solve ur problem but at least I think it worth trying. First of all, do a...