# Cannot type in a PowerShell window

## Problem

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](https://github.com/PowerShell/PowerShell/issues/17783) in PSReadline by Microsoft causes this behavior. &#x20;

## &#x20;Solution

A [known issue](https://github.com/PowerShell/PowerShell/issues/17783) in PSReadline by Microsoft causes this behavior. &#x20;

To solve this problem:

1. Close all PowerShell windows.
2. Run the following command in a Command Prompt window:

{% code overflow="wrap" %}

```powershell
powershell -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck" 
```

{% endcode %}

&#x20;3\. Confirm the action by pressing the Y button and wait for the installation to complete.

4. Reboot the machine.

If the problem persists, please reach out to our support department.

## Workaround

If the solution above does not work, try copying commands to the PowerShell window, or use Windows Terminal.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/daas-guides/daas-administrators-guide/frequently-asked-questions/cannot-type-in-a-powershell-window.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
