Install
openclaw skills install split-drive-coachSplit Large Partitions Without Data Loss - Divide oversized partitions into cleaner layouts for system, data, and backup workflows.
openclaw skills install split-drive-coachNeed 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.
SplitPartition, CreatePartitionGetPartitionInfo, CheckPartitionFileSystemChangePartitionDriveLetter, ChangePartitionLabel[!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
py -3 scripts/install-epm.py <Dest> in an elevated terminalC:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exepy -3 scripts/install-epm.py <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