Page 1 of 1

Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 09.10.2021, 19:47
by pOpY
Hey guys, just upgraded to Windows 11 and my New "Text Document" entry is missing in the "New" right clicl menu of Freecommander XE.
It's present and working under explorer and on the desktop.

Here are some pictures:

Desktop - menu ok:
Image

FC - menu not ok:
Image

Any hints?

thx

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 17.10.2021, 06:12
by dsperber
Did you mean to post images? None show for me, nor is there an active URL link.

Just the word "image", in both places where you clearly intended to provide screenshots.

Image

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 09.12.2021, 20:58
by cadudesun
Hi. Same problem here (FC build 859).
As shown in the screenshot below, the New "Text Document" item is missing in FC context menu, but it does exist in Windows 11 File Explorer.
Is it an FC issue?
How to fix it?

PS.: The link below is about a fix to add missing 'Text Document' to Windows context menu.
But since 'Text Document' already exists in Windows, I've thought I shouldn't try to fix what isn't broken...
https://www.tenforums.com/tutorials/244 ... -10-a.html

Thanks!
FreeCommander Text Document.png

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 09.12.2021, 21:50
by Marek
Microsoft has probably made changes.
For me works the following change in the registry (FC 859 and above). Caution! Before making changes in the registry, you should make a backup:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.txt\ShellNew]
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
  2d,00,34,00,37,00,30,00,00,00
"NullFile"=""
txt_ShellNew.zip
(392 Bytes) Downloaded 727 times

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 01.07.2022, 10:18
by julian_ladbury
I had the same problem. Marek's fix works for me: thanks.

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 21.04.2024, 21:39
by ym1
I had the same problem. Marek's fix works for me: thanks too.

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 19.09.2024, 14:27
by pOpY
Had the same issue and that fixed it also for me, thx!

Re: Windows 11 - New "Text Document" item is missing in "New" Context menu

Posted: 19.05.2025, 07:39
by arith
Marek wrote: 09.12.2021, 21:50 Microsoft has probably made changes.
For me works the following change in the registry (FC 859 and above). Caution! Before making changes in the registry, you should make a backup:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.txt\ShellNew]
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
  2d,00,34,00,37,00,30,00,00,00
"NullFile"=""
txt_ShellNew.zip

The registry can also be below:

Code: Select all

[HKEY_CURRENT_USER\Software\Classes\.txt\ShellNew]
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
  2d,00,34,00,37,00,30,00,00,00
"NullFile"=""