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
Test with [char]9, such as:
$Tab = [char]9 Write-Output "$Tab hello"
Output:
hello