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_ROOTand look for a.txtkey. If none exist, create one. - Within the
.txtkey, create two new Strings:Content TypeandPerceivedType. - (Right click) Modify… and the value for
Defaultshould betxtfile. - (Right click) Modify… and the value for
Content Typeshould betext/plain. - (Right click) Modify… and the value for
PerceivedTypeshould betext. - Create a new key with the name
ShellNewwithin the.txtkey. - Within the
ShellNewkey, create a new String with the nameNullFile. - Within the
ShellNewkey, create a new Expandable String Value with the nameItemName. - (Right click) Modify… and the value for
ItemNameshould be@%SystemRoot%\system32\notepad.exe,-470
helpdocs/win11_newtestdoc/start.txt · Last modified: by localadmin
