Page 1 of 1

Start console minimized for all users

Posted: 2019-06-06 13:55
by Pootietang
Greetings,
can anyone tell me if there's a way to start the FileZilla console minimized for all users? I know it can be done per user but I'd like to configure it for all users in an image.

Thanks,

Pootie

Re: Start console minimized for all users

Posted: 2019-06-06 15:26
by boco
That configuration is saved to the user profile, "%APPDATA%\FileZilla Server\FileZilla Server Interface.xml"

If you create the file as follows:

Code: Select all

<FileZillaServer>
    <Settings>
        <Item name="Start Minimized" type="numeric">1</Item>
    </Settings>
</FileZillaServer>
and put it in each user's AppData\Roaming\FileZilla Server\ directory, the interface will start minimized.
You can also copy it to the appropriate path of the Default user (\Users\Default), then, new users created will also have it started minimized (as new user profiles are derived from Default user).