diff --git a/src/platform/windows/startup-issues.md b/src/platform/windows/startup-issues.md
index 9fe2fd8f6..78b44fdea 100644
--- a/src/platform/windows/startup-issues.md
+++ b/src/platform/windows/startup-issues.md
@@ -74,6 +74,14 @@ Starting Anki from a terminal may reveal a bit more information about some
errors. After installing the latest Anki version and ensuring all Windows
updates are installed, instead of running Anki directly, press the Windows key (or open the Start menu), type `cmd`, and launch Command Prompt. When the terminal window opens, paste the following command, and press Enter. (The path will be different if Anki is installed in a location that is not the default.)
+For Anki 25.07 and later, paste
+
+```
+%LocalAppData%\Programs\Anki\anki-console.exe
+```
+
+For Anki versions before 25.07, paste
+
```
%LocalAppData%\Programs\Anki\anki-console.bat
```