Windows Powershell: CTRL-Space is no longer working

Hi,

the powershell has a “slimmed down intellisense” to complete commandlet names, functions, .NET types etc.

The error appears as follows: In powershell only a space character is written to the console or if you press Ctrl-R a ^R is shown.

If this no longer works the PSReadline module is not loaded.

PS D:\> Import-module PSReadline

Michael