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

win-install-everything

命令

Windows 安装 Everything 文件搜索神器

win-install-everything

Windows 安装 Everything 文件搜索神器

补充说明

Everything 是一款 Windows 平台极速文件搜索工具,基于 NTFS 索引实时搜索,启动即用、秒级定位。本文提供一键安装脚本,自动从 voidtools 官网下载安装包并执行安装。

安装 Everything

# 安装 Everything
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o EverythingSetup.exe https://www.voidtools.com/Everything-1.4.1.1026.x64-Setup.exe && EverythingSetup.exe /S
# 安装 Everything
cd ~\Downloads; curl.exe -L -o EverythingSetup.exe https://www.voidtools.com/Everything-1.4.1.1026.x64-Setup.exe; .\EverythingSetup.exe /S

winget 安装命令

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

winget install -e --id voidtools.Everything -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果

功能说明