How can I add an option in the context menu in Windows Explorer to split files by 15 GB chunks?

This possible solution involves editing the registry.

  1. Press Win+R, type regedit.
  2. Open HKEY_CLASSES_ROOT\*\. Select shell.
  3. Right-click shell, select New then Key. Name it Split.
  4. Double-click Default and enter Split to 15GB.
  5. Right-click the key Split, select New then Key. Name it command.
  6. Double-click Default and enter C:\Program Files\7-Zip\7zG.exe a -v15g "%2%1.zip" "%1"
  7. Right-click the file you want to split. Select Split into 15GB.