When I logon to a server which is running a FileZilla server (as a service), I always get a popup which connects to the FileZilla server. It's a bit annoying as you can only disable this popup while installing the server. There's no GUI configuration to disable it after post install.
Luckily, there's a small fix in the windows registry which disables the popup, but still keeps the FileZilla server service running in the background:
- Navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\
- Remove FileZilla Server Interface entry
Comments
On a Windows Server 2012R2 box, the registry key is under:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
I found it at the following location: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run
Add new comment