

This replaces the keylogger log file with empty text to delete the logged data. echo “” > C:\\ProgramData\\Microsoft\\Diagnosis\\ETLLogs\\AutoLogger\\AutoLogger-Diagtrack-Listener.etl I can't find a lot about the second service, but what I do find indicates it's another tracking service, but somehow related to mobile apps.

Read more about it in this article: windows-10-automatic-spying-begins-again This first line deletes the service "DiagTrack", which is one of Microsoft's Diagnostic Tracking application. There should be an option to Run as administrator.Note that searching by "cmd" works in any language version of Windows. This should find the Command line program. This adds a registry key titled "AllowTelemetry" and sets the key to 0, to disable the telemetry: reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /t REG_DWORD /d 0 /f > c:\ProgramData\Microsoft\Diagnosis\ETLLogs\Autologger\AutoLogger-Diagtrack-Listener.etl This command replaces it with empty text to delete the logged data: echo. Note that I don't know what is this logger for, but as was noted above this seems to be a keylogger log file for the diagnostics service. This will remove tracking services: sc delete DiagTrack Next, please run the following command in an elevated cmd (*). Right-click on it, select Disable, and then confirm to complete the process.On the Application Experience folder, look for Microsoft Compatibility Appraiser.On the Task Scheduler window, go to this path: Task Scheduler Library\Microsoft\Windows\Application Experience.Click Start, type Task Scheduler, and then press Enter.
AUTOLOGGER DIAGTRACK SOFTWARE
WCT is a service which contains technical data on how the device and its related software are working.
AUTOLOGGER DIAGTRACK WINDOWS
Disable schedule for Windows Compatibility Telemetry. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. If the Answer is helpful, please click " Accept Answer" and upvote it. Reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /t REG_DWORD /d 0 /f Next, please run the following command in an elevated command prompt:Ĭ:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl Right-click on it, select Disable, and then confirm to complete the process. On the Application Experience folder, look for Microsoft Compatibility Appraiser. On the TaskScheduler window, go to this path: Task Scheduler Library\Microsoft\Windows\Application Experience. If you really want to disable it, please try the following detailed steps to see if it was helpful:Ĭlick Start, type Task Scheduler, and then press Enter. We would suggest you do not disable this service. It periodically sends the data to Microsoft for future improvement of the system and to enhance the user experience. The Windows Compatibility Telemetry is a service in Windows Server 2019 which contains technical data on how the device and its related software is working.
