W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.08k stars 848 forks source link

More unwanted services #23

Closed tumpio closed 9 years ago

tumpio commented 9 years ago

Services that are disabled in those other scripts:

First and second:

#"Disable tracking services"
sc config DiagTrack start= disabled
sc config diagnosticshub.standardcollector.service start= disabled
sc config TrkWks start= disabled
sc config WMPNetworkSvc start= disabled

#"Disable WAP Push Message Routing Service"
sc config dmwappushservice start= disabled

#"Disable Windows Search"
sc config WSearch start= disabled

#"Disable Windows Defender"
sc config WinDefend start= disabled
sc config WdNisSvc start= disabled

Third disables pretty much everything. http://akq.fi/w10/Win_10_tweakkeja_osa_3.txt

Anything that should be added?

W4RH4WK commented 9 years ago

I leave this as it is for the moment. Most of the useless stuff gets turned off without sacrificing essential usability.