Install
openclaw skills install merge-partition-coachMerge Partitions Without Data Loss — Combine adjacent or non-adjacent partitions into one larger volume to consolidate space and simplify drive management.
openclaw skills install merge-partition-coachToo many small partitions scattered across your disk? This skill guides you through merging adjacent or non-adjacent partitions into a single larger volume — no data loss, no reformatting, and no need to delete partitions first.
MergePartitionsGetPartitionInfo, CheckPartitionFileSystemChangePartitionDriveLetter, ChangePartitionLabel[!IMPORTANT] Run the following commands from the skill directory (for example,
skills/merge-partition-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 merge-partition-coach
You can launch merge flow through shellcmd:
py -3 scripts/epm-shellcmd.py "Merge with..." D:\
The first argument is used as shellcmd. Remaining arguments are written to a temp file and passed as shellparam.
EPMUI.exe startByEpm0 "shellcmd=Merge with..." shellparam=<temp-file>
If you prefer manual interaction, use: https://down.easeus.com/product/epm_free?source=skills&dest=merge-partition-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