Difference between revisions of "BOINC Manager command line switches"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 591)
 
(removing time from table)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Usage: boincmgr         
+
Usage:
  
/h --help              --> Show this help message.
+
boincmgr [/h] [--verbose] [/a] [/s] [/n <str>] [/g <str>] [/p <str>] [/b <str>] [/i] [/c] [/m]         
--verbose              --&gt; Generate verbose log messages.  
+
 
/a --autostart          --&gt; BOINC Manager was started by the operating system automatically.  
+
 
/s --systray            --&gt; Startup BOINC Manager so only the system tray icon is visible.
+
/h --help              --&gt; Show this help message.<br>
/n --namehost=&lt;str&gt;    --&gt; Host name or IP address.  
+
--verbose              --&gt; Generate verbose log messages.<br>
/g --gui_rpc_port=&lt;str&gt; --&gt; GUI RPC port number.  
+
/a --autostart          --&gt; BOINC Manager was started by the operating system automatically.<br>
/p --password=&lt;str&gt;    --&gt; Password.
+
/s --systray            --&gt; Startup BOINC Manager so only the system tray icon is visible.<br>
/b --boincargs=&lt;str&gt;    --&gt; Startup BOINC with these optional arguments.  
+
/n --namehost=&lt;str&gt;    --&gt; Host name or IP address.<br>
/i --insecure          --&gt; Disable BOINC security users and permissions.  
+
/g --gui_rpc_port=&lt;str&gt; --&gt; GUI RPC port number.<br>
/c --checkskins        --&gt; Set skin debugging mode to enable skin manager error messages.  
+
/p --password=&lt;str&gt;    --&gt; Password.<br>
/m --multiple          --&gt; Multiple instances of BOINC Manager allowed.  
+
/b --boincargs=&lt;str&gt;    --&gt; Startup BOINC with these optional arguments.<br>
 +
/i --insecure          --&gt; Disable BOINC security users and permissions. <br>
 +
/c --checkskins        --&gt; Set skin debugging mode to enable skin manager error messages.<br>
 +
/m --multiple          --&gt; Multiple instances of BOINC Manager allowed. <br>
 +
 
 +
 
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 2
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=591 591]
| 1
+
  | 29-03-2012
  | 00:00:00
+
  |-
| 0000-00-00
+
  |}
| 152620
 
| 1
 
| 591
 
  | 2012-03-29 09:18:12
 
  | 2012-03-29 09:19:50
 

Latest revision as of 16:11, 29 August 2016

Usage:

boincmgr [/h] [--verbose] [/a] [/s] [/n <str>] [/g <str>] [/p <str>] [/b <str>] [/i] [/c] [/m]          


/h --help               --> Show this help message.
--verbose --> Generate verbose log messages.
/a --autostart --> BOINC Manager was started by the operating system automatically.
/s --systray --> Startup BOINC Manager so only the system tray icon is visible.
/n --namehost=<str> --> Host name or IP address.
/g --gui_rpc_port=<str> --> GUI RPC port number.
/p --password=<str> --> Password.
/b --boincargs=<str> --> Startup BOINC with these optional arguments.
/i --insecure --> Disable BOINC security users and permissions.
/c --checkskins --> Set skin debugging mode to enable skin manager error messages.
/m --multiple --> Multiple instances of BOINC Manager allowed.


Original writer Original FAQ Date
Jorden 591 29-03-2012