答案1
这个可能的解决方案涉及编辑注册表。
- 按Win+ R,输入 regedit。
- 打开
HKEY_CLASSES_ROOT\*\
。选择shell
。 - 右击
shell
,选择 ,New
然后Key
命名Split
。 - 双击
Default
并输入Split to 15GB
。 - 右键单击该键
Split
,New
然后选择Key
。将其命名command
。 - 双击
Default
并输入C:\Program Files\7-Zip\7zG.exe a -v15g "%2%1.zip" "%1"
- 右键点击要拆分的文件。选择
Split into 15GB
。
答案2
保存为.reg
以下代码,执行并重新启动explorer.exe
:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Split]
@="Split to 15GB"
[HKEY_CLASSES_ROOT\*\shell\Split\command]
@="C:\\Program Files\\7-Zip\\7zG.exe a -v15g \"%2%1.zip\" \"%1\""
Split to 15GB
您将在上下文菜单中看到新条目:
(已在 Microsoft Windows 7 SP1 x64 Ultimate 和 Microsoft Windows 10 Pro Version 10.0.17763 Build 17763 又名 1809 又名 Redstone 5 上成功测试)
为了确认,您应该看到以下内容registry
: