>>>>《右击没有文本文档解决方法

右击没有文本文档解决方法

时间:2022-03-20 05:24:28 我要投稿
  • 相关推荐

右击没有文本文档解决方法

到注册表HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew下新建一个名称为:文本文档二进制数据 (这步一定要有)

电脑右键--新建中没有文本文档(txt)的解决办法如下

把以下内容存入记事本:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.txt]

@="txtfile"

"Content Type"="text/plain"

[HKEY_CLASSES_ROOT\.txt\ShellNew]

"NullFile"=""

[HKEY_CLASSES_ROOT\txtfile]

@="文本文档"

[HKEY_CLASSES_ROOT\txtfile\shell]

[HKEY_CLASSES_ROOT\txtfile\shell\open]

[HKEY_CLASSES_ROOT\txtfile\shell\open\command]

@="NOTEPAD.EXE %1"

然后保存为NewTxtFile.txt文件(改下文件后缀名,改成reg,就变成NewTxtFile.reg)。双击导入到注册表中,就OK了。

如果你的电脑不不不能识别.reg文件,你就点击开始->运行,输入regedit E:\NewTxtFile.reg,确定即可。

(注意:NewTxtFile.reg我是存入E盘,你可以根据自己的情况而定)。

txt文档双击打开时打印的解决办法:

点开始,运行,输入regedit打开注册表编辑器,展开子健:

HKEY_CLASSES_ROOT\txtfile\shell\print\command,将右侧的“默认”项的值改成:"%SystemRoot%\system32\NOTEPAD.EXE %1"(不要带引号)就可以了。

关于右击无新建文本文档的解决方法2017-03-22 20:04 | #2楼

解决办法:在桌面新建一个文本文档,将以下代码复制进去,另存为*.reg文件,运行文件,关闭所有浏览器重新打开即可!

代码如下:

windowsregistry editor version 5.00

[hkey_classes_root\.txt]

@="txtfile"

"contenttype"="text/plain"

[hkey_classes_root\.txt\shellnew]

"nullfile"=""

[hkey_classes_root\txtfile]

@="文本文档"

[hkey_classes_root\txtfile\shell]

[hkey_classes_root\txtfile\shell\open]

[hkey_classes_root\txtfile\shell\open\command]

@="notepad.exe%1"

【右击没有文本文档解决方法】相关文章:

03-07

04-22

05-26

03-15

03-02

03-15

04-26

05-10

05-05

04-17