Google chrome virus
-
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?
-
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?
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!
-
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!
OriginalGriff wrote:
Cut off the head, and the rest will close as well.
That or two will take its place. Hail Hydra!
-
OriginalGriff wrote:
Cut off the head, and the rest will close as well.
That or two will take its place. Hail Hydra!
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!
-
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!
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
-
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?
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
-
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?
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
-
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?
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
-
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?
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!
-
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
Randor wrote:
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!
-
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?
-
OriginalGriff wrote:
Cut off the head, and the rest will close as well.
That or two will take its place. Hail Hydra!
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!
-
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
Control Panel ⇒ Programs and Features ⇒ You can guess the rest.
I wanna be a eunuchs developer! Pass me a bread knife!