Created
February 18, 2016 21:01
-
-
Save lugoues/2e25b040a7f976999e91 to your computer and use it in GitHub Desktop.
Disable Windows 10 Narrator
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
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