Child pages
  • How to Use Deskzilla Command Line Options

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

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.

Wiki MarkupOption 1 \ [Windows\]:

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

Wiki MarkupOption 2 \ [All OS\]:

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

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

Code Block
 no.splash=true