File Type Editor deleting registry keys

If I modify the FOLDER system file class entry by trying to move any item out of the submenu, both the highlighted entries disappear (get deleted from the registry ) with the result that I cannot double click explorer without getting an error .

I had to re-add the opeinnewprocess key manually into the registry to resolve with the following:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"

[HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"

Windows 7 64 bit dopus 9.5.4.0.3806 x64

According to documentaion I found on the web, the complete registry keys for a new system are the following:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
"MUIVerb"="@shell32.dll,-8518"
"MultiSelectModel"="Document"
"Extended"=""
"LaunchExplorerFlags"=dword:00000003
"ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"

[HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"

[HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
"MUIVerb"="@shell32.dll,-8517"
"MultiSelectModel"="Document"
"OnlyInBrowserWindow"=""
"LaunchExplorerFlags"=dword:00000001

[HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"

Regardless, the Dopus behaviour is the same but the right click context menu within explorer in "prettier".

I've reported this to GPSoftware.

Any knowledge whether this bug was ever fixed ?

It looks like the bug report is still open. If you want to chase it, contact GPSoftware Support (link in my sig).

"The filetypes editor no longer displays verbs in the context menu page that have a DelegateExecute command; this stops accidental deletion of non-standard system verbs (e.g. "opennewprocess" for folders)."

Is this a fix to prevent the deletion of those registry keys ?

Yep, at least that's my understanding.