Created
April 8, 2019 15:24
-
-
Save KINETIK-DEV/50f3daded8bf4a25f6d4abe8ccbcad18 to your computer and use it in GitHub Desktop.
DIATRACK WTF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Go a couple steps further... | |
| Run CMD as Administrator: | |
| sc stop DiagTrack | |
| sc delete DiagTrack | |
| Quote | |
| Microsoft Windows [Version 6.1.7601] | |
| Copyright © 2009 Microsoft Corporation. All rights reserved. | |
| C:\Windows\System32>sc stop DiagTrack | |
| SERVICE_NAME: DiagTrack | |
| TYPE : 10 WIN32_OWN_PROCESS | |
| STATE : 3 STOP_PENDING | |
| (STOPPABLE, NOT_PAUSABLE, ACCEPTS_PRESHUTDOWN) | |
| WIN32_EXIT_CODE : 0 (0x0) | |
| SERVICE_EXIT_CODE : 0 (0x0) | |
| CHECKPOINT : 0x3 | |
| WAIT_HINT : 0x0 | |
| C:\Windows\System32>sc delete DiagTrack | |
| [SC] DeleteService SUCCESS | |
| C:\Windows\System32> | |
| Then open Task Scheduler; under Task Scheduler Library -> Microsoft delete the following items: | |
| Everything under “Application Experience” | |
| Everything under “Autochk” | |
| Everything under “Customer Experience Improvement Program” | |
| Under “Disk Diagnostic” delete only the “Microsoft-Windows-DiskDiagnosticDataCollector” | |
| Of course this caveat ALWAYS applies: Make proper backups before applying. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment