一键导入
split-drive-coach
Split Large Partitions Without Data Loss - Divide oversized partitions into cleaner layouts for system, data, and backup workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Split Large Partitions Without Data Loss - Divide oversized partitions into cleaner layouts for system, data, and backup workflows.
用 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.
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.
Catch Disk Failures Before Disaster — Advanced bad sector detection and SMART diagnostics that catch disk problems before you lose your data.
Revive Your Dead PC in Minutes — One-click bootable USB creation, automatic MBR rebuild, and lost partition recovery. No tech expertise needed.
| name | split-drive-coach |
| description | Split Large Partitions Without Data Loss - Divide oversized partitions into cleaner layouts for system, data, and backup workflows. |
| metadata | {"homepage":"https://www.easeus.com/partition-manager/","emoji":"🧩","os":"Windows 10+","keywords":["split large partition safely","split partition without data loss","separate system and data workflow","create data partition from free space","partition layout planning"]} |
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.
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:
scripts/install-epm.cmd split-drive-coach
You can launch split flow through shellcmd:
scripts/epm-shellcmd.cmd "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
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