Skip to content

Instantly share code, notes, and snippets.

@Lugoues
Created February 18, 2016 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lugoues/2e25b040a7f976999e91 to your computer and use it in GitHub Desktop.
Save Lugoues/2e25b040a7f976999e91 to your computer and use it in GitHub Desktop.
Disable Windows 10 Narrator
New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Narrator.exe" | New-ItemProperty -Name "Debugger" -Value "%1" -PropertyType String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment