Home > Article > System Tutorial > What to do if there is no Notepad option in the Win10 right-click menu_How to solve the problem of No Notepad option in the Win10 right-click menu
How to solve the problem that the Notepad option disappears from the right-click menu of Win10? Notepad is a commonly used tool in daily computer use. If you find that the Notepad option is missing from the right-click menu of the Win10 system, don’t panic, PHP editor Zimo will provide you with a detailed solution. Through the guidance of this article, you can easily restore the Notepad option in the right-click menu, allowing you to use this convenient tool anytime and anywhere when you need it.
Win10 right-click menu does not have a notepad option solution
1. Directly open the computer’s run function through the shortcut key combination [Win+R], and then enter [%SYSTEMROOT%notepad.exe] Then click OK. Enter the text document interface.
2. Then enter
[Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.txt]
in the text >@="txtfile"
"Content Type"="text/plain"
[HKEY_CLASSES_ROOT.txtShellNew]
"NullFile"="" [HKEY_CLASSES_ROOTtxtfile]
@="Text document"
[HKEY_CLASSES_ROOTtxtfileshell]
[HKEY_CLASSES_ROOTtxtfileshellopen]
[HKEY_CLASSES_ROOTtxtfileshellopencommand]
@="NOTEPAD.EXE % 1"]
3. After completing the input, directly select the file in the menu bar above, and then select Save As to save.
4. During the saving process, change the name of the text to [text document.reg]. Remember that the format is reg, not txt, and then click "Save". Can.
5. After saving, double-click on the desktop to open the document and select Yes in the pop-up window.
6. At this time, open the right-click menu here and you will see that the right-click Notepad option has been restored.
The above is the detailed content of What to do if there is no Notepad option in the Win10 right-click menu_How to solve the problem of No Notepad option in the Win10 right-click menu. For more information, please follow other related articles on the PHP Chinese website!