Skip to content
Ra edited this page Jan 30, 2017 · 32 revisions

Welcome to the GameMode for Win X wiki!

written in c#, use vs2015 or vsCode or find how to build app without it

Big post about what is happening here steam

Часть на русском языке Steam

Disabled Services

  • windows update (+appStore updates)
  • windows notifications (+ diagnostic tracking, telemetry, appcompatibility)
  • windows defender (with local override you can switch off defender as usual and it will save off state)
  • windows search (indexing, + .net.clr_optimization +cortana)
  • superfetch (prefetch and superfetch should be turned off sor SSD)
  • runtime broker
  • and some tcp/udp network parameters tweak

you can change it all using gpedit.msc + services.msc or regedit

I've just made the process handy

Why not just .reg file? - .reg file cannot delete values and subtrees, you can choose options

it is tested and published in softpedia