Unable to create new text documents by right-clicking on the desktop and elsewhere

王林
Release: 2024-01-16 22:30:06
forward
1160 people have browsed it

1. Solution to the problem that no new text document can be created when right-clicking on the desktop or other places

  1. Problem description: On the desktop or other places Right-click on the location and find that there is no "New Text Document" option.

  2. Solution:

    • Registry Edit: Open the Registry Editor (Regedit), navigate Go to HKEY_CLASSES_ROOT\.txt and make sure the ShellNew item exists.
    • If there is no ShellNew item, right-click the txt folder, select "New" -> "Item", and name it ShellNew.
    • Under the ShellNew item, create a string value (String Value), name it NullFile, and do not set numerical data.

2. There is no text document option when right-clicking, how to get it back

  1. Problem description: When I right-clicked, I found that there was no "Text Document" option.

  2. Solution:

    • Registry Edit: Open the Registry Editor (Regedit), navigate Go to HKEY_CLASSES_ROOT\.txt and make sure the ShellNew item exists.
    • If there is no ShellNew item, right-click the txt folder, select "New" -> "Item", and name it ShellNew.
    • Under the ShellNew item, create a string value (String Value), named FileName, and the numerical data is %SystemRoot%\system32\notepad .exe.

3. Solution to the problem that there is no Word document in the New menu after right-clicking on the desktop

  1. Problem description: After right-clicking on the desktop, I found that there is no "Word Document" option in the new menu.

  2. Solution:

    • Registry Edit: Open the Registry Editor (Regedit), navigate Go to HKEY_CLASSES_ROOT\.docx and make sure the ShellNew entry exists.
    • If there is no ShellNew item, right-click the docx folder, select "New" -> "Item", and name it ShellNew.
    • Under the ShellNew item, create a string value (String Value), named FileName, and the numerical data is %SystemRoot%\system32\WINWORD .EXE.

Summary

If there is a problem with missing options such as "New Text Document" or "Text Document" when right-clicking, This can be solved by adding the corresponding keys and numerical data through the Registry Editor. For the problem of missing "Word document", you can also add the corresponding entries and numerical data through the Registry Editor. When editing the registry, be careful and make sure you follow the instructions to avoid unnecessary problems.

Unable to create new text documents by right-clicking on the desktop and elsewhere

The above is the detailed content of Unable to create new text documents by right-clicking on the desktop and elsewhere. For more information, please follow other related articles on the PHP Chinese website!

source:docexcel.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template