helpdocs:win11_newtestdoc:start
Windows 11: Restore 'New Test Document' to context menu
Sometime in March 2023, the option to create a new text document disappeared from the Windows 11 context menu (Right Click Menu). Here's one way to replace it that I know works as of 2023/04/06.
(First backup the Registry.)
- Open regedit.exe
- Expand
HKEY_CLASSES_ROOT
and look for a.txt
key. If none exist, create one. - Within the
.txt
key, create two new Strings:Content Type
andPerceivedType
. - (Right click) Modify… and the value for
Default
should betxtfile
. - (Right click) Modify… and the value for
Content Type
should betext/plain
. - (Right click) Modify… and the value for
PerceivedType
should betext
. - Create a new key with the name
ShellNew
within the.txt
key. - Within the
ShellNew
key, create a new String with the nameNullFile
. - Within the
ShellNew
key, create a new Expandable String Value with the nameItemName
. - (Right click) Modify… and the value for
ItemName
should be@%SystemRoot%\system32\notepad.exe,-470
helpdocs/win11_newtestdoc/start.txt · Last modified: 2023/04/06 16:21 by localadmin