-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcommandLine.html
More file actions
36 lines (35 loc) · 1.6 KB
/
commandLine.html
File metadata and controls
36 lines (35 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: post
title: Command Line Options
download: false
---
<p>There several command line options available for Open Live Writer. To invoke them,
either run Open Live Writer from the command line:<p>
<pre>OpenLiveWriter.exe options</pre>
<p>Or you can edit your shortcut properties</p>
<p>In fact, if you look at the default shortcut properties, some tweaking has already been done.
You'll see that an update check is done before OpenLiveWriter is started:<p>
<pre>C:\Users\<username>\AppData\Local\OpenLiveWriter\Update.exe --processStart OpenLiveWriter.exe</pre>
<p>Just add your command line options at the end.</p>
<br>
Note: Not all of the command line options may be available now, but they should be soon.
<br>
<p>Command line options</p>
<ul>
<li>CULTURE argument - example en-us</li>
<li>OPTIONS - show options</li>
<li>OPENPOST - will open a post</li>
<li>VERBOSELOGGING - will create a more verbose log</li>
<li>ALLOWUNSAFECERTIFICATES - will allow unsafe certificates</li>
<li>PREFERATOM - prefer ATOM to RSD during automatic configuration</li>
<li>SUPPRESSBACKGROUNDREQUESTS - suppress for testing</li>
<li>PROXY - override proxy settings</li>
<li>PERFLOG - File path where logging should occur</li>
<li>AUTOMATION MODE - Turn on automation mode</li>
<li>ATTACHDEBUGGER - for testing purposes</li>
<li>FIRSTRUN - show first run wizard</li>
<li>INTAPIHOST - use the specified API host for testing</li>
<li>LOCSPY - show localization names rather than values</li>
<li>NOPLUGS - Prevents plugins from loading</li>
<li>ADDBLOG - Adds a blog</li>
</ul>