The "Edit in Notepad" item is only shown for the modern context menu. It's not shown if you use the classic context menu (Shift + right click)
Why do you say that? I still see "Edit in Notepad" when I shift-right click on items in Windows File Explorer.
The .ini example was just to give an example file that is sure to exist. The real problem is in opening files that have no association to Notepad.
As a work around, I installed the Open in Notepad registry item I used before Windows 11. Now shift-right-click as an Open in Notepad option that works in Everything.
FYI for anyone who runs into this...
The registry entry I'm adding is:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\OpenWithNotepad]
@="Open with Notepad"
; (Default) value is type REG_EXPAND_SZ, data %SystemRoot%\system32\NOTEPAD.EXE %1
[HKEY_CLASSES_ROOT\*\shell\OpenWithNotepad\command]
@=hex(2):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,4e,\
00,4f,00,54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,\
31,00,00,00