Internet cuts out

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bruce
    PCHF Moderator
    • Oct 2017
    • 10702

    #31
    Originally posted by Tony Bear
    Feel a bit nervy relying on windows defender though!
    totally agree, I continued to keep my Norton’s subscription going for years until I read many articles, reviews, and real world, independent tests, before I committed to Defender.

    then for the first couple of years of ditching NIS and relying on Defender, I kept MBAM Premium running as well.

    now I’ve been running solo on Defender for about 5 years, touch wood, good as gold!

    Comment

    • Tony_Bear
      PCHF Member
      • Jun 2022
      • 44

      #32
      i cant get unlocker to run, every time i click on it it just keeps installing again and when i try to close it message asks why i want to quit instillation.

      Comment

      • Malnutrition
        PCHF Moderator
        • Jul 2016
        • 7042

        #33
        Run the Kaspersky removal tool. As well run the bitdefender removal tool. Restart the computer after running each tool.

        Has the internet been stable since removing the antivirus?

        Comment

        • Tony_Bear
          PCHF Member
          • Jun 2022
          • 44

          #34
          it was still cutting out periodically as before. Now used the removal tools so will monitor it although because it happens for only seconds its difficult to always spot. But so far seems ok. I uninstalled the password manager Lastpass but still get a pop up saying it cant write to hard drive and shows a local allow folder , i have deleted that but as soon as i restart the pc it comes back and folder too. I have emptied recycle bin but still the same?

          Comment

          • Tony_Bear
            PCHF Member
            • Jun 2022
            • 44

            #35
            spoke too soon still going off !

            Comment

            • Malnutrition
              PCHF Moderator
              • Jul 2016
              • 7042

              #36
              Can you post a fresh mini tool box log.

              Comment

              • Tony_Bear
                PCHF Member
                • Jun 2022
                • 44

                #37
                Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

                Comment

                • Malnutrition
                  PCHF Moderator
                  • Jul 2016
                  • 7042

                  #38
                  There is nothing there for minitoolbox, but from the information provided by you last time.. Let’s set a static ip on your machine. First open your device manager and uninstall your ethernet driver. [COLOR=rgb(184, 49, 47)]Realtek PCIe FE Family Controller then reboot the computer, windows will auto reinstall the driver and wipe any settings on it,
                  1. Press Windows key + R and type [COLOR=rgb(184, 49, 47)]devmgmt.msc hit enter.
                  2. Expand network adapter.
                  3. Right click on the driver and uninstall it.
                  4. Restart the computer.
                    [/COLOR]
                  [COLOR=rgb(184, 49, 47)]
                  Open elevated command prompt, then copy each command below and paste into the command window. Hit enter after each.
                  netsh interface ip set address name=β€œEthernet” static 192.168.1.12 255.255.255.0 192.168.1.1
                  netsh interface ip set dns name=β€œEthernet” static 8.8.8.8
                  netsh interface ip add dns name=β€œEthernet” 8.8.4.4 index=2
                  ipconfig /flushdns
                  ipconfig /registerdns
                  netsh advfirewall reset
                  netsh advfirewall set allprofiles state On
                  del /s /q β€œ%userprofile%\AppData\Local\temp*.*”
                  reg add hklm\system\currentcontrolset\services\tcpip6\para meters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
                  shutdown -r

                  The last command will reboot the computer.[/color][/COLOR]

                  Comment

                  • Malnutrition
                    PCHF Moderator
                    • Jul 2016
                    • 7042

                    #39
                    Originally posted by Tony Bear
                    i have deleted that but as soon as i restart the pc it comes back and folder too. I have emptied recycle bin but still the same?
                    Open elevated command and copy the command below hit enter, the open startup.txt on your desktop and post it here.
                    wmic startup list full >%userprofile%/desktop/startup.txt

                    Comment

                    • Tony_Bear
                      PCHF Member
                      • Jun 2022
                      • 44

                      #40
                      ive done the first part
                      Originally posted by Malnutrition
                      There is nothing there for minitoolbox, but from the information provided by you last time.. Let’s set a static ip on your machine. First open your device manager and uninstall your ethernet driver. [COLOR=rgb(184, 49, 47)]Realtek PCIe FE Family Controller then reboot the computer, windows will auto reinstall the driver and wipe any settings on it,
                      1. Press Windows key + R and type [COLOR=rgb(184, 49, 47)]devmgmt.msc hit enter.
                      2. Expand network adapter.
                      3. Right click on the driver and uninstall it.
                      4. Restart the computer.
                        [/COLOR]
                      [COLOR=rgb(184, 49, 47)]
                      Open elevated command prompt, then copy each command below and paste into the command window. Hit enter after each.

                      The last command will reboot the computer.
                      [/color][/COLOR]
                      [COLOR=rgb(184, 49, 47)][COLOR=rgb(184, 49, 47)]
                      i have done that although i had to use network trouble shooter as had no internet not sur if thats supposed to happen.[/color][/color]

                      Comment

                      • Malnutrition
                        PCHF Moderator
                        • Jul 2016
                        • 7042

                        #41
                        Originally posted by Tony Bear
                        as had no internet not sur if thats supposed to happen.
                        Maybe the ip I gave was being used by another device. 192.168.1.12

                        Can you post the following, just copy and paste here in your reply. Open elevated command and copy the command below hit enter, the open startup.txt on your desktop and post it here. As well as ipconfig.txt
                        wmic startup list full >%userprofile%/desktop/startup.txt
                        ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt”

                        Comment

                        • Tony_Bear
                          PCHF Member
                          • Jun 2022
                          • 44

                          #42
                          i did the start up list but cant find the start up text on desk top

                          Comment

                          • Tony_Bear
                            PCHF Member
                            • Jun 2022
                            • 44

                            #43
                            Windows PowerShell
                            Copyright (C) Microsoft Corporation. All rights reserved.

                            Try the new cross-platform PowerShell Install PowerShell on Windows, Linux, and macOS - PowerShell | Microsoft Learn

                            PS C:\WINDOWS\system32> wmic startup list full >%userprofile%/desktop/startup.txt
                            out-file : Could not find a part of the path β€˜C:\WINDOWS\system32%userprofile%\desktop\startup. txt’.
                            At line:1 char:1
                            • wmic startup list full >%userprofile%/desktop/startup.txt
                            • Code:
                                + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException
                                + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

                            PS C:\WINDOWS\system32> ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt”
                            out-file : Could not find a part of the path β€˜C:\WINDOWS\system32%userprofile%\desktop\ipconfig .txt’.
                            At line:1 char:1
                            • ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt”
                            • Code:
                                + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException
                                + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

                            PS C:\WINDOWS\system32> ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt” ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt” ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt” ipconfig /all >β€œ%userprofile%\desktop\ipconfig.txt”

                            Comment

                            • Malnutrition
                              PCHF Moderator
                              • Jul 2016
                              • 7042

                              #44
                              Download this batch file I have made, [COLOR=rgb(184, 49, 47)]uzip it to your desktop.
                              Right click and run as admin.
                              A new text file named PCHF.txt will appear on your desktop.
                              Post it here.[/COLOR]

                              Comment

                              • Malnutrition
                                PCHF Moderator
                                • Jul 2016
                                • 7042

                                #45
                                Originally posted by Tony Bear
                                Windows PowerShell
                                You were running PowerShell not elevated command prompt as suggested.

                                https://www.lifewire.com/how-to-open...prompt-2618088

                                Comment

                                Working...