方式一:(删除服务通用方法)
以管理员身份打开命令提示符
1.获取服务名称
2.停止服务
net stop "FileZilla Server"
3.删除服务
sc delete "FileZilla Server"
方式二:
使用FileZilla Server.exe的参数
以管理员身份打开命令提示符
1.停止服务
net stop "FileZilla Server"
2.执行卸载命令
"FileZilla server.exe" /uninstall
【FileZilla Server.exe命令行参数】:
/install auto 安装为服务,并将服务启动类型设为自动
/install 安装为服务,并将服务启动类型设为手动
/uninstall 卸载服务
/start 启动服务
/stop 停止服务