There is not any WSxM commercial version.
Here is a way for adding such functionality:
HKEY_CLASSES_ROOT\YOUR_EXT\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
where YOUR_EXT must be something like .c2b, .tob, etc.
There is another way for registering the extension:
REGEDIT4
[HKEY_CLASSES_ROOT\.c2b\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{798E0AF5-2B85-4DD0-A177-A83F79E00982}"
[HKEY_CLASSES_ROOT\.tof\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{798E0AF5-2B85-4DD0-A177-A83F79E00982}"
; You can register as many extensions as you want within the same file.
Remarks: