W4RH4WK/Debloat-Windows-10

Scheduled Task Revision

Open

#27 geöffnet am 21. Aug. 2015

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PowerShell (804 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (6.158 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

There are at least a few scheduled tasks which get disabled when running the disable-scheduled-tasks.ps1 script that are essential for general use. For example, "\Microsoft\Windows\SystemRestore\SR" which creates regular system restore points. Some others also make assumptions about the configuration of the system hardware, such as the ones that disable the maintenance tasks for SSHD's.

I propose that script should be generic by default, only disabling things such as telemetry collection, and have more specific configurations as optional.

Contributor Guide