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

win-install-cpu-z

命令

Windows 安装 CPU-Z 硬件检测工具

win-install-cpu-z

Windows 安装 CPU-Z 硬件检测工具

补充说明

CPU-Z 是一款免费的硬件检测工具,可详细显示 CPU、主板、内存、显卡等硬件信息,支持实时监控和报告导出。

安装 CPU-Z

# 安装 CPU-Z
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o cpu-z-installer.exe https://download.cpuid.com/cpu-z/cpu-z_2.09-en.exe && cpu-z_2.09-en.exe /S
# 安装 CPU-Z
cd ~\Downloads; curl.exe -L -o cpu-z-installer.exe https://download.cpuid.com/cpu-z/cpu-z_2.09-en.exe; .\cpu-z_2.09-en.exe /S

winget 安装命令

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

winget install -e --id CPUID.CPU-Z -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果