Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Command line arguments"

From PCGamingWiki, the wiki about fixing PC games
m (Your > Any)
Line 38: Line 38:
 
# Open the '''Library'''.
 
# Open the '''Library'''.
 
# {{key|Right Click}} on the desired game and select '''Properties'''.
 
# {{key|Right Click}} on the desired game and select '''Properties'''.
# At the end of the target field add any arguments such as <code>"{{p|game}}\game.exe" -windowed</code>.
+
# Write any arguments after the quotes, then click '''Close'''.
 +
 
 +
<pre>
 +
"{{p|game}}\game.exe" -command
 +
</pre>
  
 
<gallery widths=160px heights=100px>
 
<gallery widths=160px heights=100px>

Revision as of 10:50, 6 April 2015

Commonly used to force windowed modes, custom specific resolutions or force certain hidden settings.

Windows

Desktop shortcuts

For generic Windows desktop shortcuts.
Instructions

Steam

Instructions

Custom Steam shortcuts

Command lines arguments for games added through the Add a Non-Steam Game to My Library option.
Instructions

Origin

Instructions