WoW Launch Options: -console, -windowed and More
Vanilla WoW Classic 1.12 · x5 realm · wowx5.ruLaunch options are switches appended to the WoW.exe command line. They enable the debug console, windowed mode or an alternative renderer before the game even starts. Handy for diagnosing crashes and black screens.
How to add a switch to the shortcut
1. Right-click the WoW.exe shortcut → Properties. 2. In the Target field, after the quoted path add a space and the switch. 3. Example: 'C:\Games\WoWx5\WoW.exe' -console -windowed. 4. Apply and launch only through this shortcut.
Most useful switches
| Switch | What it does |
|---|---|
| -console | Enables the in-game console (opens with ~) |
| -windowed | Starts directly in windowed mode |
| -opengl | Uses OpenGL instead of DirectX (fixes some crashes) |
| -noSound | Disables sound at start (sound-crash diagnosis) |
| -d3d | Forces the DirectX renderer |
When to use what
- Black screen or crash on start — try
-openglor-d3dto change the graphics backend. - Wrong resolution at start — add
-windowed, fix the display, then remove the switch. - Need the console for commands (
gxRestart,reloadui) — add-console; see Console Commands.
Important warning
Switches like -console are safe, but do not add random parameters hoping for luck. A wrong switch can block launch. If the game stops starting, remove all options and keep only the path to WoW.exe.
FAQ
How do I add a launch option in WoW Classic?
Right-click the WoW.exe shortcut, open Properties, and in the Target field add the switch after the quoted path with a space, e.g. '...\WoW.exe' -console -windowed.
Which switch enables the console in WoW 1.12.1?
The -console switch. After launching with it, the console opens with the tilde key (~) and accepts commands like gxRestart and reloadui.
Do launch options help with crashes?
Yes. The -opengl and -d3d switches change the graphics engine and often fix black screens and startup crashes on incompatible GPUs.