Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Google chrome virus

Google chrome virus

Scheduled Pinned Locked Moved The Lounge
question
14 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • OriginalGriffO OriginalGriff

    Find the biggest one, and kill that. It's normally the "master" instance, and the others are web pages and extensions etc. - and the extensions do often get re-opened when they are closed. Cut off the head, and the rest will close as well.

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!

    M Offline
    M Offline
    MarkTJohnson
    wrote on last edited by
    #4

    OriginalGriff wrote:

    Cut off the head, and the rest will close as well.

    That or two will take its place. Hail Hydra!

    OriginalGriffO M 2 Replies Last reply
    0
    • M MarkTJohnson

      OriginalGriff wrote:

      Cut off the head, and the rest will close as well.

      That or two will take its place. Hail Hydra!

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #5

      Baron Wolfgang von Strucker sends his greetings.

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        Find the biggest one, and kill that. It's normally the "master" instance, and the others are web pages and extensions etc. - and the extensions do often get re-opened when they are closed. Cut off the head, and the rest will close as well.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!

        D Offline
        D Offline
        dandy72
        wrote on last edited by
        #6

        I find it's also a matter of timing...if you do it fast enough, you may be able to kill them all before another gets respawned. Failing that, time to fire up PowerShell and write a small script that identifies the processes by name, and kills them all as fast as it can. That might be the better solution in the long run (assuming Google doesn't come to its senses and stop doing that). [Edit] This should do it:

        Get-Process -Name chrome | Stop-Process

        1 Reply Last reply
        0
        • S steveb

          I cannot shut down google chrome processes as they keep re spawning, even I do not use any services and notifications. I only give a crap about web browsing. Any ideas?

          S Offline
          S Offline
          Slacker007
          wrote on last edited by
          #7

          I could not update Chrome to latest version until I rebooted my machine. If that did not work, I was going to reinstall per Google's recommendation for the error message I was getting. All good now.

          It's much easier to enjoy the favor of both friend and foe, and not give a damn who's who. -- Lon Milo DuQuette

          1 Reply Last reply
          0
          • S steveb

            I cannot shut down google chrome processes as they keep re spawning, even I do not use any services and notifications. I only give a crap about web browsing. Any ideas?

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #8

            steveb wrote:

            Any ideas?

            Download the new Microsoft Edge based on Chromium[^] All of the Edge Chromium binaries are Microsoft signed. With code integrity guard (CIG) and validate image dependency integrity (VIDI) policies enabled you can ensure that the executable and all dynamic linked libraries are Microsoft signed and trusted. With these policies enabled the browser process will refuse to load anything that is not Microsoft signed. Best Wishes, -David Delaune

            M 1 Reply Last reply
            0
            • S steveb

              I cannot shut down google chrome processes as they keep re spawning, even I do not use any services and notifications. I only give a crap about web browsing. Any ideas?

              Richard DeemingR Offline
              Richard DeemingR Offline
              Richard Deeming
              wrote on last edited by
              #9

              Settings ⇒ Advanced ⇒ Continue running background apps when Google Chrome is closed chrome://settings/?search=continue+running+background+apps Make sure that's turned off.


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

              M 1 Reply Last reply
              0
              • S steveb

                I cannot shut down google chrome processes as they keep re spawning, even I do not use any services and notifications. I only give a crap about web browsing. Any ideas?

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #10

                also check in the Task Scheduler, there's usually 2 - 3 entries for chrome - set to auto restart if it detects they exit. including one that checks for updates every 10 minutes (something stupid like that) as well as at user login and possibly machine start too. (...and when chrome starts guess what's the first thing it does?) - sure "safety" but that's just paranoid, and that's from the people that wrote it!

                1 Reply Last reply
                0
                • L Lost User

                  steveb wrote:

                  Any ideas?

                  Download the new Microsoft Edge based on Chromium[^] All of the Edge Chromium binaries are Microsoft signed. With code integrity guard (CIG) and validate image dependency integrity (VIDI) policies enabled you can ensure that the executable and all dynamic linked libraries are Microsoft signed and trusted. With these policies enabled the browser process will refuse to load anything that is not Microsoft signed. Best Wishes, -David Delaune

                  M Offline
                  M Offline
                  Mark_Wallace
                  wrote on last edited by
                  #11

                  Randor wrote:

                  Download the new Microsoft Edge based on Chromium[^]

                  They've got good documentation for it: Section 1. Brief description The worst of both worlds.

                  I wanna be a eunuchs developer! Pass me a bread knife!

                  1 Reply Last reply
                  0
                  • S steveb

                    I cannot shut down google chrome processes as they keep re spawning, even I do not use any services and notifications. I only give a crap about web browsing. Any ideas?

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #12

                    Don't you have a power button?

                    1 Reply Last reply
                    0
                    • M MarkTJohnson

                      OriginalGriff wrote:

                      Cut off the head, and the rest will close as well.

                      That or two will take its place. Hail Hydra!

                      M Offline
                      M Offline
                      Mark_Wallace
                      wrote on last edited by
                      #13

                      MarkTJohnson wrote:

                      Hail Hydra!

                      I had to talk my buddy Nick out of posting a furious response to that.

                      I wanna be a eunuchs developer! Pass me a bread knife!

                      1 Reply Last reply
                      0
                      • Richard DeemingR Richard Deeming

                        Settings ⇒ Advanced ⇒ Continue running background apps when Google Chrome is closed chrome://settings/?search=continue+running+background+apps Make sure that's turned off.


                        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                        M Offline
                        M Offline
                        Mark_Wallace
                        wrote on last edited by
                        #14

                        Control Panel ⇒ Programs and Features ⇒ You can guess the rest.

                        I wanna be a eunuchs developer! Pass me a bread knife!

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups