Skip to content

Instantly share code, notes, and snippets.

@1RedOne
Created September 14, 2019 15:21
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 1RedOne/ba1f56d62d314fc6def8a0b9feaed131 to your computer and use it in GitHub Desktop.
Save 1RedOne/ba1f56d62d314fc6def8a0b9feaed131 to your computer and use it in GitHub Desktop.
Fix Tab Autocomplete for Cmd
#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