Click here to Skip to main content
15,891,708 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Hero of the Space Race dies, aged 101 Pin
Mark_Wallace27-Feb-20 3:46
Mark_Wallace27-Feb-20 3:46 
GeneralGoogle chrome virus Pin
steveb26-Feb-20 7:38
mvesteveb26-Feb-20 7:38 
GeneralRe: Google chrome virus Pin
Greg Utas26-Feb-20 7:44
professionalGreg Utas26-Feb-20 7:44 
GeneralRe: Google chrome virus Pin
OriginalGriff26-Feb-20 7:59
mveOriginalGriff26-Feb-20 7:59 
GeneralRe: Google chrome virus PinPopular
MarkTJohnson26-Feb-20 8:01
professionalMarkTJohnson26-Feb-20 8:01 
GeneralRe: Google chrome virus Pin
OriginalGriff26-Feb-20 8:17
mveOriginalGriff26-Feb-20 8:17 
GeneralRe: Google chrome virus Pin
Mark_Wallace27-Feb-20 2:01
Mark_Wallace27-Feb-20 2:01 
GeneralRe: Google chrome virus Pin
dandy7226-Feb-20 8:44
dandy7226-Feb-20 8:44 
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

GeneralRe: Google chrome virus Pin
Slacker00726-Feb-20 9:04
professionalSlacker00726-Feb-20 9:04 
GeneralRe: Google chrome virus Pin
Randor 26-Feb-20 9:21
professional Randor 26-Feb-20 9:21 
GeneralRe: Google chrome virus Pin
Mark_Wallace26-Feb-20 20:39
Mark_Wallace26-Feb-20 20:39 
GeneralRe: Google chrome virus Pin
Richard Deeming26-Feb-20 9:25
mveRichard Deeming26-Feb-20 9:25 
GeneralRe: Google chrome virus Pin
Mark_Wallace27-Feb-20 2:04
Mark_Wallace27-Feb-20 2:04 
GeneralRe: Google chrome virus Pin
the goat in your machine26-Feb-20 16:37
the goat in your machine26-Feb-20 16:37 
GeneralRe: Google chrome virus Pin
Richard MacCutchan26-Feb-20 21:30
mveRichard MacCutchan26-Feb-20 21:30 
RantThere are times... Pin
Marc Clifton26-Feb-20 4:54
mvaMarc Clifton26-Feb-20 4:54 
GeneralRe: There are times... Pin
Cp-Coder26-Feb-20 5:10
Cp-Coder26-Feb-20 5:10 
GeneralRe: There are times... Pin
Nelek26-Feb-20 7:18
protectorNelek26-Feb-20 7:18 
GeneralRe: There are times... Pin
Cp-Coder26-Feb-20 9:29
Cp-Coder26-Feb-20 9:29 
GeneralRe: There are times... Pin
Nelek26-Feb-20 21:17
protectorNelek26-Feb-20 21:17 
GeneralRe: There are times... Pin
enhzflep27-Feb-20 3:23
enhzflep27-Feb-20 3:23 
GeneralRe: There are times... Pin
F-ES Sitecore26-Feb-20 5:22
professionalF-ES Sitecore26-Feb-20 5:22 
GeneralRe: There are times... Pin
littleGreenDude26-Feb-20 5:58
littleGreenDude26-Feb-20 5:58 
GeneralRe: There are times... Pin
kalberts26-Feb-20 9:19
kalberts26-Feb-20 9:19 
GeneralRe: There are times... Pin
RickZeeland26-Feb-20 9:39
mveRickZeeland26-Feb-20 9:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.