"New" context menu not working as expected

Created new context menu item (xml) as described here. Works well in explorer, but in Dopus it creates only empty file with .xml extension although Windows\ShellNew\Template.xml has some stuff written in.

What are the exact changes you made to the registry?

[HKEY_CLASSES_ROOT\.xml\ShellNew]
"NullFile"=""
"FileName"="C:\\Windows\\ShellNew\\Template.xml"

I don't think you need both NullFile and FileName, either is all you should need. If you delete the NullFile value does it work in Opus?

Yep. That's it. Thanks.