Windows 10 - Disable Microsoft Compatibility Telemetry

Z Wiki Pavel
Skočit na navigaci Skočit na vyhledávání

Disable Microsoft Compatibility Telemetry in Windows 10

  1.  Press Windows button and type cmd.
  2. Right-click on Command Prompt and choose Run as administrator.
  3. Copy and paste the following keys successively and press Enter after each command:
  • sc delete DiagTrack
  • sc delete dmwappushservice
  • echo “” > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
  • reg add “HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection” /v AllowTelemetry /t REG_DWORD /d 0 /f