How to Add open with Notepad in Context Menu in Windows 11
Add open with Notepad in Context Menu in Windows 11
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Open with Notepad] "Icon"="notepad.exe,-2" [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command] @="notepad.exe %1"
Remove open with Notepad in Context Menu in Windows 11
Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\*\shell\Open with Notepad]