Google unveils Google Essentials on consumer and gaming laptops

18 Comments

  1. RayphistJn

    People were excited for free McAfee? Oh boy, that’s malware

  2. XB_Demon1337

    Reloading windows is free. Problem solved

  3. JohnHurts

    “New PC comes with”…inserts boot stick with new os on first boot

  4. TheJuicyLemon_

    Dude i just got a new laptop and uninstalled all that shit, even McAfee but for SOME reason i still get a pop up asking to install it.

  5. Nowhereman50

    OneDrive may as well be a trojan horse virus for how it functions.

    -copies and uploads files without your consent

    -changes defaults without your permission

    -deletes all your shit, both in onedrive and on physical drive when removed

    I honestly have no idea what MS is thinking with OneDrive. Could have just been a cloud like Google Sync or whatever and been fine but it’s such a cunty piece of shit instead.

  6. JaggedMetalOs

    Ok, is there anyone here who *doesn’t* wipe and fresh install a new laptop?

  7. dwolfe127

    Who does not wipe a new laptop and start with a fresh clean OS first thing?

  8. Trading one malware for another. As a Linux user, I admit there are tradeoffs to not using Windows. This one of those positive tradeoffs.

  9. gauerrrr

    McAfee antivirus? More like McAfee: the virus.

  10. TheDregn

    Not like I purchase pre-builts, but if relatives or friends do get a new laptop or PC, the first thing to do is insert my boot drive and clean install after a formatting.

  11. TheFortnutter

    lets hope google dissolves before this becomes standard

  12. Helmett-13

    Try/tweak powershell:

    # Define the application name

    $appName = “Google Essentials”

    # Get the application object

    $app = Get-CimInstance -ClassName Win32_Product | Where-Object { $_.Name -like “*$appName*” }

    if ($app) {

    # Uninstall the application

    $app.Uninstall() | Out-Null

    Write-Host “$appName has been successfully uninstalled.”

    } else {

    Write-Host “$appName is not installed on this system.”

    }

  13. SignificantlyBaad

    I like to format the laptop when it comes home with me, add my own win 10 without the bloatware. Takes about 10-20mins to get that done and set everything back up

  14. ItsYungCheezy

    Bro if you’re concerned with bloat just reinstall the OS it’s not that hard

  15. Silly_Goose658

    When setting up a PC use English International, not United States, it prevents stupid bullshit like that and other bloatware from being installed

Write A Comment