个人维护用脚本与软件仓库:🪟 Windows 工具箱(39 个子脚本)· 🛠️ MAX 增强工具箱(10 个 PowerShell 脚本)· 🐧 Linux 运维工具箱(14 个 Shell 脚本)· 常用安装包 · SHA256 校验清单
🔒 HTTPS only ✅ SHA256 manifest ⚡ Range download 🪟 Windows Toolkit v1.3.6 🐧 Linux MAX Tools 🐧 /linux.sh 总入口 📊 总计 117 个脚本
快捷键 Ctrl + K 打开命令面板,直接搜索并复制脚本命令。
/windows/manifest.json 校验 SHA256。只查看/导出状态,不主动改系统。
会调整注册表、hosts、防火墙、网络或服务配置。
会下载、安装、卸载、更新软件或服务。
涉及激活、系统精简、磁盘、远控、代理或批量卸载,建议先备份。
适用于 Windows 10/11 的维护菜单 + 原创 MAX 增强工具箱:激活、优化、软件安装、安全扫描、健康检查、防火墙管理、hosts 控制、HTTP 诊断、AI 精简、流氓软件清理 — 共 49 个脚本。
powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/win.ps1 -UseB | iex"
原创 PowerShell 脚本系列,填补安全扫描/HTTP诊断/健康检查/环境变量/hosts/防火墙管理缺口。灵感源于社区开源项目,已全部重写改造。
| 脚本 | 风险 | 运行命令 |
|---|---|---|
| max-win-sysinfo.ps1 🖥️ 增强版系统信息 CPU/内存/磁盘/网络/安全概览 | 重写原 sysinfo.ps1 |
🟢 只读 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-sysinfo.ps1 -UseB | iex" |
| max-win-security.ps1 🔒 安全基线扫描 Defender/防火墙/用户/RDP/补丁/共享审计 |
🟢 只读 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-security.ps1 -UseB | iex" |
| max-win-healthcheck.ps1 📊 健康检查仪表盘 磁盘/内存/CPU/服务/事件日志/连通性一键诊断 |
🟢 只读 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-healthcheck.ps1 -UseB | iex" |
| max-win-httpdiag.ps1 🔗 HTTP 请求诊断 DNS/TCP/响应头/延迟/TLS 证书 | Windows 版 curl 调试 |
🟢 只读 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-httpdiag.ps1 -UseB | iex" |
| max-win-env.ps1 ⚙️ 环境变量管理器 交互式查看/添加/搜索/导出 PATH 和环境变量 |
🟡 修改配置 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-env.ps1 -UseB | iex" |
| max-win-hosts.ps1 📝 hosts 文件管理器 广告拦截/域名屏蔽/黑名单/备份恢复 | 含 40+ 广告域名 |
🟡 修改配置 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-hosts.ps1 -UseB | iex" |
| max-win-firewall.ps1 🛡️ 防火墙管理器 规则审计/端口测试/程序拦截/添加放行/导出报告 |
🟡 修改配置 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-firewall.ps1 -UseB | iex" |
| max-win-context-menu.ps1 📋 右键菜单恢复工具 一键切换 Win11 经典/新版右键菜单 | 重启资源管理器 |
🟡 修改配置 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-context-menu.ps1 -UseB | iex" |
| max-win-debloat-plus.ps1 🧹 Win11 增强精简工具 AI/Copilot/Recall/遥测/隐私/任务栏/Update 一站式 | 交互式菜单 |
🔴 高风险 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-debloat-plus.ps1 -UseB | iex" |
| max-win-anti-rubbish.ps1 🗑️ 流氓软件一键清理 调用 BCUninstaller 批量卸载 360/2345/恶意软件 + 残留清理 |
🔴 高风险 | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/max-tools/max-win-anti-rubbish.ps1 -UseB | iex" |
运维脚本合集:原创 MAX 工具箱(系统诊断/性能基准/网络安全/工具安装/BBR 优化) + 经典 Xray 管理/Server Health 巡检 — 共 14 个脚本。
bash <(curl -fsSL https://dl.unvmax.com/linux.sh)
原创脚本系列,中文输出,统一风格。灵感源于社区开源项目,已全部重写改造。
| 脚本 | 风险 | 运行命令 |
|---|---|---|
| max-sysinfo.sh 🎯 系统信息概览 内核/CPU/内存/磁盘/端口/登录 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-sysinfo.sh) |
| max-diskreport.sh 💾 磁盘深度报告 分区/Inode/大目录/IO/大文件 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-diskreport.sh) |
| max-netstat.sh 🌐 网络连接分析 TCP 状态/监听端口/远程 IP TOP |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-netstat.sh) |
| max-bench.sh ⚡ 服务端基准测试 CPU π 计算/内存/磁盘/网络延迟 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-bench.sh) |
| max-loadcheck.sh 📊 负载深度分析 CPU 过载/SWAP 压力/僵尸进程/TOP 进程 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-loadcheck.sh) |
| max-security-scan.sh 🔒 安全基线扫描 SSH/防火墙/开放端口/更新/异常登录 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-security-scan.sh) |
| max-httpdiag.sh 🔗 HTTP 请求诊断 DNS/TCP 握手/响应头/TLS 证书 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-httpdiag.sh) https://example.com |
| max-pingmon.sh 📡 多目标实时 Ping 并发监测 4 个 DNS,自动着色延迟 |
🟢 只读 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-pingmon.sh) |
| max-install-tools.sh 📦 运维工具箱安装菜单 一键安装 htop/btop/glances/iperf3/MTR 等 |
🟠 安装 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-install-tools.sh) |
| install-zsh-kali-style.sh 🎨 Zsh Kali 风格配置 命令补全/语法高亮/灰色提示符 |
🟠 安装 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/install-zsh-kali-style/install-zsh-kali-style.sh) |
| max-bbr.sh 🚀 BBR 拥塞控制 + 网络优化 自动检测/启用 BBR/TCP 缓冲区/连接队列优化 |
🟡 修改配置 | bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/max-tools/max-bbr.sh) |
bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/xray/latest.sh)
Xray REALITY 管理脚本,用于配置 VLESS+REALITY 代理。
bash <(curl -fsSL https://dl.unvmax.com/linux/scripts/server-health/latest.sh)
按类别筛选脚本,点击直达对应区域
推荐在 管理员 PowerShell 中执行。下面是短命令:每个命令会加载对应 /windows/run/*.ps1 小入口,再由入口下载依赖和目标脚本并执行。
提示:如果已经运行过完整工具箱,本地缓存已存在;这些单脚本命令仍会刷新目标脚本。
| 脚本 | 功能 | 运行命令 |
|---|---|---|
| system/activate.ps1 设置 KMS 客户端密钥并连接 kms.unvmax.com:1688 激活 🔴 高风险 / 激活 | Windows KMS Activation | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-activate.ps1 -UseB | iex" |
| system/check-windows-license-status.ps1 查看 Windows 授权状态 🟢 只读 | Check Windows license | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-check-windows-license-status.ps1 -UseB | iex" |
| system/debloat.ps1 移除/关闭部分预装组件、广告和遥测,建议先建还原点 🔴 高风险 / 系统精简 | System debloat | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-debloat.ps1 -UseB | iex" |
| system/optimize.ps1 基础系统优化 🟡 修改配置 | System optimize | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-optimize.ps1 -UseB | iex" |
| system/cleanup.ps1 清理临时文件和系统缓存 🟠 清理文件 | System cleanup | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-cleanup.ps1 -UseB | iex" |
| system/sysinfo.ps1 输出系统信息 🟢 只读 | System info | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-sysinfo.ps1 -UseB | iex" |
| system/install-fonts-from-repository.ps1 从仓库下载并安装字体 🟠 安装字体 | Install fonts | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-install-fonts-from-repository.ps1 -UseB | iex" |
| system/configure-remote-desktop.ps1 配置远程桌面 🟡 修改远程桌面 | Remote Desktop | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-configure-remote-desktop.ps1 -UseB | iex" |
| system/manage-startup-items.ps1 查看/管理启动项 🟡 修改启动项 | Startup items | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-manage-startup-items.ps1 -UseB | iex" |
| system/create-system-restore-point.ps1 创建系统还原点 🟡 创建还原点 | Create restore point | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-create-system-restore-point.ps1 -UseB | iex" |
| system/configure-power-settings.ps1 配置电源策略 🟡 修改电源 | Power settings | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-configure-power-settings.ps1 -UseB | iex" |
| system/manage-windows-update.ps1 管理/修复 Windows Update 🟠 更新/服务 | Windows Update | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-manage-windows-update.ps1 -UseB | iex" |
| system/install-drivers-from-repository.ps1 驱动安装入口 🟠 安装驱动 | Install drivers | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-install-drivers-from-repository.ps1 -UseB | iex" |
| system/export-diagnostics.ps1 收集系统/网络/服务/日志并打包 zip,方便远程排障 🟢 只读/导出 | Export diagnostics | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-export-diagnostics.ps1 -UseB | iex" |
| system/manage-shortcut-arrow.ps1 管理快捷方式小箭头 🟡 修改注册表 | Shortcut arrow | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-manage-shortcut-arrow.ps1 -UseB | iex" |
| system/fonts.ps1 字体辅助脚本 🟠 字体工具 | Fonts helper | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-fonts.ps1 -UseB | iex" |
| 脚本 | 功能 | 运行命令 |
|---|---|---|
| network/netcheck.ps1 基础网络诊断 🟢 只读 | Network check | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-netcheck.ps1 -UseB | iex" |
| network/dnsfix.ps1 重置/修复 DNS 与网络相关设置 🟡 修改网络 | DNS fix | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-dnsfix.ps1 -UseB | iex" |
| network/manage-system-proxy.ps1 管理 Windows 系统代理 🟡 修改代理 | System proxy | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-manage-system-proxy.ps1 -UseB | iex" |
| network/quick-fix-network.ps1 分级网络修复:DNS、代理、重启网卡、完整 Winsock/TCPIP reset 🟡 分级修复 | Quick fix network | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-quick-fix-network.ps1 -UseB | iex" |
| network/manage-wifi.ps1 查看 WiFi 配置、密码、重启网卡等 🟢 查询/部分修改 | WiFi management | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-manage-wifi.ps1 -UseB | iex" |
| network/port-scanner.ps1 端口扫描与本机监听端口查看 🟢 只读 | Port scanner | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-port-scanner.ps1 -UseB | iex" |
| network/lan-discovery.ps1 局域网发现、ARP 导出 🟢 只读 | LAN discovery | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-lan-discovery.ps1 -UseB | iex" |
| network/speedtest.ps1 下载测速与常用目标 ping 🟢 只读 | Speed test | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/network-speedtest.ps1 -UseB | iex" |
| system/manage-scheduled-tasks.ps1 计划任务查看/创建/启停/删除 🟡 修改计划任务 | Scheduled tasks | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/system-manage-scheduled-tasks.ps1 -UseB | iex" |
| 脚本 | 功能 | 运行命令 |
|---|---|---|
| tools/install.ps1 常用软件安装器,支持 Profile、Dry-run、安装包 SHA256 校验 🟠 安装软件 | Software installer | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install.ps1 -UseB | iex" |
| tools/install-rustdesk-with-config.ps1 安装 RustDesk 并导入服务端配置 🟠 安装/远控 | RustDesk setup | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install-rustdesk-with-config.ps1 -UseB | iex" |
| tools/check-and-update-software-with-winget.ps1 检查和更新 winget 软件 🟠 更新软件 | Winget update | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-check-and-update-software-with-winget.ps1 -UseB | iex" |
| tools/install-network-printer.ps1 安装网络打印机 🟠 安装打印机 | Network printer | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install-network-printer.ps1 -UseB | iex" |
| tools/install-v2rayn-portable.ps1 下载并解压 v2rayN 便携版 🟠 安装代理工具 | v2rayN portable | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install-v2rayn-portable.ps1 -UseB | iex" |
| tools/launch-pingtools.ps1 下载/启动 PingTools 🟠 下载启动 | PingTools | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-launch-pingtools.ps1 -UseB | iex" |
| tools/uninstall-software-with-geek.ps1 启动 Geek 卸载工具 🟠 卸载软件 | Geek Uninstaller | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-uninstall-software-with-geek.ps1 -UseB | iex" |
| tools/clean-registry-with-wise-registry-cleaner.ps1 注册表清理工具,建议先建还原点 🔴 注册表清理 | Wise Registry Cleaner | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-clean-registry-with-wise-registry-cleaner.ps1 -UseB | iex" |
| tools/manage-disk-with-diskgenius.ps1 磁盘维护工具 🔴 磁盘工具 | DiskGenius | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-manage-disk-with-diskgenius.ps1 -UseB | iex" |
| tools/launch-pe-maintenance-tools.ps1 启动 PE 维护工具合集 🔴 PE维护 | PE tools | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-launch-pe-maintenance-tools.ps1 -UseB | iex" |
| tools/manage-startup-services-with-nssm.ps1 用 NSSM 创建/管理开机服务 🟠 服务管理 | NSSM services | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-manage-startup-services-with-nssm.ps1 -UseB | iex" |
| tools/install-developer-tools.ps1 安装开发工具入口 🟠 安装开发工具 | Developer tools | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install-developer-tools.ps1 -UseB | iex" |
| tools/install-wsl.ps1 安装/管理 WSL 🟠 安装WSL | Install WSL | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install-wsl.ps1 -UseB | iex" |
| tools/install-docker-desktop.ps1 安装 Docker Desktop 🟠 安装Docker | Docker Desktop | powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/windows/run/tools-install-docker-desktop.ps1 -UseB | iex" |
| 模块 | 内容 | 脚本数 |
|---|---|---|
| 🔧 System | 系统优化、清理、字体、远程桌面、电源、Windows Update、还原点、激活、精简 | 17 |
| 🌐 Network | 网络检查、DNS 修复、系统代理、WiFi 管理、端口扫描、LAN 发现、测速 | 8 |
| 📦 Software | Chrome、WPS、WeChat、RustDesk、V2RayN、PowerShell 7、Docker Desktop、WSL | 14 |
| 🛠️ MAX 增强 | 系统信息增强、安全扫描、健康检查、HTTP 诊断、环境变量、hosts、防火墙、右键菜单、增强精简、流氓软件清理 | 10 |
| 📋 Profiles | office、admin、remote-support、developer 分组安装 | 5 |
| 🏥 Health Check | 主菜单 G 可检查网络、manifest、本地脚本 hash、KMS 连通性并导出诊断日志 | 1 |
| 总计 | Windows 侧所有脚本 | 55 |
发布后会自动生成校验文件。Windows 子脚本和软件安装包均有 SHA256 元数据。
curl -fsSLO https://dl.unvmax.com/SHA256SUMS sha256sum -c SHA256SUMS
站点内容更新后,服务器侧使用发布脚本统一生成 manifest、SHA256SUMS、health.json 并做验证。
/root/bin/publish-dl-unvmax.sh --reload
发布脚本会拒绝明显敏感文件,例如 .env、*.key、*.pem、*.bak、*token*、id_rsa*。
Accept-Ranges: bytes。.ps1 和 .sh 以 text/plain; charset=utf-8 返回,方便执行前审阅。.exe、.msi、.zip、字体文件启用长期缓存。