split-drive-coach

Split Large Partitions Without Data Loss - Divide oversized partitions into cleaner layouts for system, data, and backup workflows.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "split-drive-coach" with this command: npx skills add hezhaoyun/split-drive-coach

Need to split one oversized partition into cleaner system, data, or backup segments? This skill focuses on split workflows so you can isolate workloads, organize files, and keep operations non-destructive.

Hot Topic Angles

  • New PC has one oversized partition, and users want separate system and data areas without reinstalling Windows.
  • Split operation should avoid formatting and keep existing files intact.
  • Users want to reserve safer free-space boundaries before creating new partitions.

Best Use Cases

  • You just bought a PC and need to split a large partition into system and data partitions.
  • You want cleaner backup boundaries by separating OS, data, and media partitions.
  • You need a split-first workflow before further partition layout changes.

Capability Mapping

  • Split workflow core: SplitPartition, CreatePartition
  • Split pre-checks: GetPartitionInfo, CheckPartitionFileSystem
  • Post-split labeling: ChangePartitionDriveLetter, ChangePartitionLabel

CTA

[!IMPORTANT] Run the following commands from the skill directory (for example, skills/split-drive-coach/). Running from elsewhere causes script resolution failures.

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

For this skill, run:

py -3 scripts/install-epm.py split-drive-coach

You can launch split flow through shellcmd:

py -3 scripts/epm-shellcmd.py "Split Partition" E:\

The first argument is used as shellcmd. Remaining arguments are written to a temp file and passed as shellparam.

EPMUI.exe startByEpm0 "shellcmd=Split Partition" shellparam=<temp-file>

If you prefer manual interaction, use: https://down.easeus.com/product/epm_free?source=skills&dest=split-drive-coach

Troubleshooting

Script Fails to Download Installer

  • Re-run py -3 scripts/install-epm.py <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 both are missing, rerun py -3 scripts/install-epm.py <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)){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 target disk and partition letters are visible before any write operation
  • Confirm operation preview matches expected capacity and target partition

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Xiaohongshu Ops

小红书端到端运营:账号定位、选题研究、内容生产、发布执行、数据复盘。 Use when: (1) 用户要写小红书笔记/帖子, (2) 用户说"发小红书"/"写个种草文"/"出一篇小红书", (3) 用户讨论小红书选题/热点/爆款分析/竞品对标, (4) 用户提到账号定位/人设/内容方向规划, (5) 用户要求生成...

Registry SourceRecently Updated
Automation

WeMP Ops

微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/...

Registry SourceRecently Updated
Automation

agent-stock

用于股票行情查询与分析的命令行技能。用户提到 stock 命令、股票代码、最新资讯、市场概览、K 线或配置管理时调用。

Registry SourceRecently Updated