一键导入
disk-health-guardian
Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Your Personalized EaseUS Workflow Guide — Discover the optimal EaseUS solution path crafted just for you. From diagnosis to resolution, experience a tailored workflow that adapts to your unique disk and partition challenges.
Merge Partitions Without Data Loss — Combine adjacent or non-adjacent partitions into one larger volume to consolidate space and simplify drive management.
Split Large Partitions Without Data Loss - Divide oversized partitions into cleaner layouts for system, data, and backup workflows.
Resize or Move Partitions for Low Space - Reclaim drive capacity when unallocated space is limited or non-adjacent.
Format with Complete Confidence — Smart backup reminders, risk assessment, and post-format validation. Your data stays protected, every time.
Revive Your Dead PC in Minutes — One-click bootable USB creation, automatic MBR rebuild, and lost partition recovery. No tech expertise needed.
| name | disk-health-guardian |
| description | Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data. |
| metadata | {"homepage":"https://www.easeus.com/partition-manager/","emoji":"🛡️","os":"Windows 10+","keywords":["disk health check windows","chkdsk alternative workflow","scan disk bad sectors","partition diagnostics guide","check file system integrity","storage triage assistant","disk error precheck","non destructive disk analysis","drive health troubleshooting","windows storage diagnostics"]} |
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.
DiskHealthCheck, ScanDiskBadSectors, ScanPartitionBadSectorsCheckPartitionFileSystemShowBitLockerStatus[!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=<skill-name>.
For this skill, run:
scripts/install-epm.cmd 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: https://down.easeus.com/product/epm_free?source=skills&dest=disk-health-guardian
scripts/install-epm.cmd <Dest> in an elevated terminalC:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exescripts/install-epm.cmd <Dest> and confirm installer exit code is 0Use 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"
EPMUI.exe in antivirus or endpoint policyEPMUI.exe is running after launch