Task: By default, pressing the TAB key while in Windows Command Prompt will output file names, while it does nothing in PowerShell. I want to be able to type th
If it helps you can embed a tab character in a double quoted string:
PS> "`t hello"