Cannot type in a PowerShell window
Problem
Solution
powershell -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck" Workaround
Last updated
When you type commands in a PowerShell window inside the Golden Image or on a user desktop, the characters do not appear. A known issue in PSReadline by Microsoft causes this behavior.
A known issue in PSReadline by Microsoft causes this behavior.
To solve this problem:
Close all PowerShell windows.
Run the following command in a Command Prompt window:
powershell -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck" 3. Confirm the action by pressing the Y button and wait for the installation to complete.
Reboot the machine.
If the problem persists, please reach out to our support department.
If the solution above does not work, try copying commands to the PowerShell window, or use Windows Terminal.
Last updated