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, INLINECODE1 - Split pre-checks:
GetPartitionInfo, INLINECODE3 - Post-split labeling:
ChangePartitionDriveLetter, INLINECODE5
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:
CODEBLOCK0
You can launch split flow through shellcmd:
CODEBLOCK1
The first argument is used as shellcmd. Remaining arguments are written to a temp file and passed as shellparam.
CODEBLOCK2
If you prefer manual interaction, use:
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 INLINECODE11
- If both are missing, rerun
py -3 scripts/install-epm.py <Dest> and confirm installer exit code is INLINECODE13
Cross-Shell Launch Command (cmd and PowerShell)
Use this one-liner from either terminal to validate path, set the working directory, and trigger UAC:
CODEBLOCK3
CODEBLOCK4
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
技能名称: split-drive-coach
详细描述:
需要将一个过大的分区拆分为更清晰的系统、数据或备份分区?本技能专注于拆分工作流程,帮助您隔离工作负载、整理文件,并确保操作无损。
热门话题角度
- * 新电脑有一个过大的分区,用户希望在不重装Windows的情况下获得独立的系统区和数据区。
- 拆分操作应避免格式化,并保持现有文件完整。
- 用户希望在创建新分区前预留更安全的空闲空间边界。
最佳使用场景
- * 您刚购买了一台电脑,需要将一个大分区拆分为系统分区和数据分区。
- 您希望通过分离操作系统、数据和媒体分区来获得更清晰的备份边界。
- 在进行进一步的分区布局更改前,您需要先执行拆分工作流程。
能力映射
- * 拆分工作流程核心:SplitPartition、CreatePartition
- 拆分前检查:GetPartitionInfo、CheckPartitionFileSystem
- 拆分后标记:ChangePartitionDriveLetter、ChangePartitionLabel
行动号召
[!重要]
请从技能目录(例如 skills/split-drive-coach/)运行以下命令。从其他位置运行会导致脚本解析失败。
使用捆绑的安装脚本,以便通过 Dest=<技能名称> 记录归属信息。
对于本技能,请运行:
bat
py -3 scripts/install-epm.py split-drive-coach
您可以通过 shellcmd 启动拆分流程:
bat
py -3 scripts/epm-shellcmd.py Split Partition E:\
第一个参数用作 shellcmd。其余参数将写入临时文件,并作为 shellparam 传递。
text
EPMUI.exe startByEpm0 shellcmd=Split Partition shellparam=<临时文件>
如果您更喜欢手动操作,请使用:
故障排除
脚本无法下载安装程序
- * 在提升权限的终端中重新运行 py -3 scripts/install-epm.py
- 验证网络访问,并在防火墙或端点策略中允许下载端点
安装目录或二进制文件缺失
- * 检查 C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe
- 如果两者均缺失,请重新运行 py -3 scripts/install-epm.py ,并确认安装程序退出代码为 0
跨 Shell 启动命令(cmd 和 PowerShell)
使用以下任一终端中的单行命令来验证路径、设置工作目录并触发 UAC:
cmd
cd /d C:\Program Files\EaseUS\EaseUS Partition Master\bin && start EPMUI.exe
powershell
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
启动验证检查
- * 确认启动后 EPMUI.exe 正在运行
- 确认 EaseUS Partition Master 无错误打开
- 在任何写入操作前,确认目标磁盘和分区盘符可见
- 确认操作预览与预期容量和目标分区匹配