Child pages
  • How to Use Deskzilla Command Line Options

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

See also: Deskzilla Command Line Options

Deskzilla command line options are passed as java properties. For example, to set no.splash property to true, you need to pass -Dno.splash=true option to Java.

Option 1 [Windows]:

Code Block
 deskzilla.exe -J-Dno.splash=true

Option 2 [All OS]:

Code Block
 java -Xmx256m -Dno.splash=true -jar deskzilla.jar

Option 3 [All OS]:
Create a file named "deskzilla.properties" in Deskzilla installation folder and put there the following line:

Code Block
 no.splash=true