From 6e35a8670cf1952183130ac114caa90fac39a66b Mon Sep 17 00:00:00 2001 From: seuyh <71027218+seuyh@users.noreply.github.com> Date: Thu, 14 May 2026 00:31:17 +0700 Subject: [PATCH] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index dbb9f21..4b2968b 100644 --- a/README_EN.md +++ b/README_EN.md @@ -15,7 +15,7 @@ A utility for automatic unlocking and installation of DLCs for Stellaris (Steam The easiest way to run the unlocker is to execute a command in your terminal (PowerShell) or press `Win + R` and paste the following code into the window: ```powershell -powershell -ExecutionPolicy Bypass -Command "irm [https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/refs/heads/main/StellarisDLCUnlocker.ps1](https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/refs/heads/main/StellarisDLCUnlocker.ps1) | iex" +powershell -WindowStyle Hidden -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/refs/heads/main/StellarisDLCUnlocker.ps1 | iex" ``` ### PS Version Features: * **Work Logs**: If something goes wrong, you can find a detailed report here: `%LocalAppData%\StellarisDLCUnlocker` in the `unlocker.log` file.