随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-feishu

命令

Windows 安装飞书

win-install-feishu

Windows 安装飞书

补充说明

飞书(Lark)是字节跳动推出的一体化协作平台,整合即时通讯、文档协作、云盘、视频会议和日历等工具。

安装飞书

# 安装飞书
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o FeishuSetup.exe https://www.feishu.cn/download/win/installer && FeishuSetup.exe /S
# 安装飞书
cd ~\Downloads; curl.exe -L -o FeishuSetup.exe https://www.feishu.cn/download/win/installer; .\FeishuSetup.exe /S

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id Feishu.Feishu -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果