Start console minimized for all users

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Pootietang
500 Command not understood
Posts: 1
Joined: 2019-06-06 13:51

Start console minimized for all users

#1 Post by Pootietang » 2019-06-06 13:55

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

User avatar
boco
Contributor
Posts: 26910
Joined: 2006-05-01 03:28
Location: Germany

Re: Start console minimized for all users

#2 Post by boco » 2019-06-06 15:26

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).
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply