Skip to content

Instantly share code, notes, and snippets.

@DavidArsene
Created October 10, 2021 19:12
Show Gist options
  • Save DavidArsene/3761be34023927c17390bc9726323ff1 to your computer and use it in GitHub Desktop.
Save DavidArsene/3761be34023927c17390bc9726323ff1 to your computer and use it in GitHub Desktop.
Permanently kill CompatTelRunner.exe
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CompatTelRunner.exe]
"Debugger"="%1"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CompatTelRunner.exe]
"Debugger"="%1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment