Created
September 14, 2019 15:21
-
-
Save 1RedOne/ba1f56d62d314fc6def8a0b9feaed131 to your computer and use it in GitHub Desktop.
Fix Tab Autocomplete for Cmd
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
#In the new update to Windows 10, the tab autocomplete character was changed to CTRL+D or CTRL+F | |
#Run PowerShell in an elevated mode to change it back to 'Tab' | |
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Command Processor\' -Name PathCompletionChar -Value 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment