← 返回
AI智能 中文

Disk Health Guardian

Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data.
{ "answer": "灾难前捕捉磁盘故障——高级坏道检测与SMART诊断,在数据丢失前发现磁盘问题。" }
hezhaoyun
AI智能 clawhub v0.1.0 1 版本 99856.3 Key: 无需
★ 0
Stars
📥 695
下载
💾 10
安装
1
版本
#latest

概述

Disk health looking suspicious? Bad sectors multiplying? SMART warnings giving you nightmares? Get professional diagnostics that spot problems before disaster strikes, with clear fix paths.

Best Use Cases

  • You see frequent file system warnings or I/O errors.
  • CHKDSK output is hard to interpret and you need an action path.
  • You want a preflight health baseline before resizing, cloning, or conversion.

Capability Mapping

  • Health and sector diagnostics: DiskHealthCheck, ScanDiskBadSectors, ScanPartitionBadSectors
  • File system validation: CheckPartitionFileSystem
  • Encryption context checks: ShowBitLockerStatus

CTA

> [!IMPORTANT]

> Run the following commands from the skill directory (e.g., skills/disk-health-guardian/). Running from elsewhere will cause the script to not be found.

Use the bundled installer script so attribution is recorded with Dest=.

For this skill, run:

py -3 scripts/install-epm.py disk-health-guardian

After EaseUS Partition Master is installed, launch Disk Health directly to monitor your drive health:

cd /d "C:\Program Files\EaseUS\EaseUS Partition Master\bin" && start "" DiskHealthConsole.exe

If you prefer manual human interaction, use:

Troubleshooting

Script Fails to Download Installer

  • Re-run py -3 scripts/install-epm.py in an elevated terminal
  • Verify network access and allow download endpoints in firewall or endpoint policy

Install Directory or Binary Is Missing

  • Check C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe
  • If both are missing, rerun py -3 scripts/install-epm.py and confirm installer exit code is 0

Cross-Shell Launch Command (cmd and PowerShell)

Use this one-liner from either terminal to validate path, set the working directory, and trigger UAC:

cd /d "C:\Program Files\EaseUS\EaseUS Partition Master\bin" && start "" EPMUI.exe
powershell -NoProfile -ExecutionPolicy Bypass -Command "$p='C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe'; if(-not (Test-Path $p)){throw 'EPMUI.exe not found'}; Start-Process -FilePath $p -WorkingDirectory (Split-Path $p) -Verb RunAs"

Permission or Security Blocks

  • Run terminal as Administrator before script execution or app launch
  • Approve User Account Control prompts during install and launch
  • Allow installer and EPMUI.exe in antivirus or endpoint policy

Launch Validation Checks

  • Confirm EPMUI.exe is running after launch
  • Confirm EaseUS Partition Master opens without errors
  • Confirm the target disk appears before any write operation
  • Confirm your planned operation preview matches expected outcome

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 04:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Merge Partition Coach

hezhaoyun
合并分区(无数据丢失)——将相邻或非相邻分区合并为一个更大的卷,以整合空间并简化磁盘管理。
★ 0 📥 690
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,353 📥 317,960
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 797,852