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

win-install-quicklook

命令

Windows 安装 QuickLook 空格预览

win-install-quicklook

Windows 安装 QuickLook 空格预览

补充说明

QuickLook 是一款模仿 macOS 空格预览的开源工具,选中文件按空格键即可快速预览图片、文档、视频、压缩包等。

安装 QuickLook

# 安装 QuickLook
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o QuickLook-installer.exe https://github.com/QL-Win/QuickLook/releases/download/3.7.3/QuickLook-3.7.3-win64.exe && QuickLook-3.7.3-win64.exe /S
# 安装 QuickLook
cd ~\Downloads; curl.exe -L -o QuickLook-installer.exe https://github.com/QL-Win/QuickLook/releases/download/3.7.3/QuickLook-3.7.3-win64.exe; .\QuickLook-3.7.3-win64.exe /S

winget 安装命令

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

winget install -e --id QL-Win.QuickLook -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果