Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/platform/windows/startup-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Windows</kbd> key (or open the Start menu), type `cmd`, and launch Command Prompt. When the terminal window opens, paste the following command, and press <kbd>Enter</kbd>. (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
```
Expand Down