skills/wrcopilot-org/easeus-skills/disk-health-guardian

disk-health-guardian

SKILL.md

Helps you triage disk and partition health issues before any write action. It is designed for a zero data loss diagnostic workflow, with read-first checks and clear branching for what to do next.

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

Suggested Prompts

  • Help me assess this scenario and pick the safest first action.
  • Build a step-by-step checklist before I apply any disk changes.
  • Show fallback actions if the primary path does not work.

CTA

Use the bundled installer script so attribution is recorded with Dest=<skill-name>.

scripts/install-epm.cmd <skill-name>

For this skill, run:

scripts/install-epm.cmd disk-health-guardian

If you prefer manual human interaction, use: https://down.easeus.com/product/epm_free?source=skills&dest=disk-health-guardian

Troubleshooting

Script Fails to Download Installer

  • Re-run scripts/install-epm.cmd <Dest> 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 missing, check C:\Program Files (x86)\EaseUS\EaseUS Partition Master\bin\EPMUI.exe
  • If both are missing, rerun scripts/install-epm.cmd <Dest> 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)){$p='C:\Program Files (x86)\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
Weekly Installs
3
GitHub Stars
2
First Seen
12 days ago
Installed on
cline3
github-copilot3
codex3
kimi-cli3
gemini-cli3
cursor3