Skip to content



Frequently Asked Questions

Enable menu based auto-complete (Tab-completion)

In Powershell v5, auto-complete is set to only resolve individual commands/parameters at a time instead of providing a full interactive list.

In Powershell v7, this behaviour has changed to be much more favourable.

You can enable the enhanced auto-complete by using the following command.

Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete