Chrome OS saw a good raise too. OS X(Mac) saw a decrease.

you are viewing a single comment's thread
view the rest of the comments
[–] 26 points 3 years ago* (2 children)

Proud to be one of them. I tried to disable the job that runs windows update, they said I don't have permission, so I switched to Ubuntu on every single computer except the one that runs VR games.

As a bonus, as an enthusiast for artificial intelligence stuff, more programs run on Linux than they do on Windows

  • source
  • hideshow 4 child comments
  • [–] 3 points 3 years ago*

    Powershell as admin then type set-service wuauserv -startuptype manual; stop-service wuauserv

    This will disable the windows update service. If you do want to run updates again (and you should do that regularly), just type start-service wuauserv and use the windows update page in settings.

    Linux is still way better though.

  • source
  • parent