> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/frequently-asked-questions/problems-solutions/how-to-fix-display-issues-on-windows.md).

# How to Fix Display Issues on Windows

When running on Windows using Java 1.9 or higher, you may see popups within CopyStorm and CopyStorm/Restore displaying incorrectly. This can occur when using multiple monitors that are configured to use different display scaling settings – a common configuration when running on a laptop computer that is connected to an external display.

The underlying issue that causes this behavior has to do with how Windows displays applications at different scaling settings. To fix the issue, you can:

## Step 1: Open the File Properties for Java

CopyStorm may be launched by either javaw\.exe or java.exe – if using the Windows version, they will be located at:

* \[CopyStorm]/jre/bin/javaw\.exe
* \[CopyStorm]/jre/bin/java.exe

If there is no jre folder in the CopyStorm installation, then you will need to find the system-installed Java executables.

Right-click on the executables and select ‘Properties’.

## Step 2: Go to High DPI Settings

1. Select “Compatibility”
2. Select “Change high DPI settings”

![](/files/qAZQfKYXLnNPVwxh4aUS)

## Step 3: Override High DPI scaling

1. Check “Override high DPI scaling behavior.”
2. Set “Scaling performed by:” to “System”

![](/files/RjgllmITITnomG2VSB6B)

After saving / applying the settings (and restarting CopyStorm), the application should display everything correctly!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://learn.capstorm.com/frequently-asked-questions/problems-solutions/how-to-fix-display-issues-on-windows.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.
