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
Line 6: Line 6:
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Instructions|}}
 
{{Fixbox/fix|Instructions|}}
# Create a new '''shortcut'''.
+
# Create a new shortcut, then {{key|Right Click}} on the shortcut and choose '''Properties'''.
# {{key|Right Click}} on the shortcut and choose '''Properties''' and select the '''Shortcut''' tab.
+
# Under the '''Shortcut''' tab, find the '''Target''' field.  
# Find the '''Target''' field.  
+
# Write any arguments after the quotes, then click '''OK'''.
# Write your arguments after the double quotes <code>"{{p|game}}\game.exe" -windowed</code> then click '''OK'''.
 
  
'''Notes'''
+
<pre>
{{ii}} For Non-Steam games, see [[#Custom Steam library shortcuts|Steam library shortcuts]]
+
"{{p|game}}\game.exe" -command
 +
</pre>
  
 
<gallery widths=160px heights=100px>
 
<gallery widths=160px heights=100px>

Revision as of 19:18, 5 April 2015

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

Windows

Common desktop shortcuts

For generic Windows desktop shortcuts.
Instructions

Steam games launch options

Instructions

Custom Steam library shortcuts

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

Origin

Instructions