Hi all! One of the first things I noticed when running MultiCommander on Windows 11 (v23H2) is the absence of "Text Document" on the cascading "New" line of the right-click context menu. After more tinkering than I'd like to admit, I arrived at 3 small registry entries that solve the problem with no apparent ill effects on the proper functioning of other file managers that already include this standard Windows shell feature. These entries are specifically for Windows 11, since prior editions use a "txtfile" registry key instead of the "txtfilelegacy" key introduced in Windows 11. So here's what I came up with:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.txt\ShellNew]
"NullFile"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfilelegacy]
@="Text Document"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfilelegacy\DefaultIcon]
@="%SystemRoot%\\system32\\imageres.dll,-102"
Context menu before registry additions:

Context menu after registry additions:
