朋友的Windows 7 中鼠标右键选择新建没有了记事本,这让很多用户使用起来颇为不便,想找回来其实也很简单,我们只需要导入一个注册表文件即可。 打开记事本,让后将下面的代码复制进去,然后保存为“textfix.reg”文件。然后双击导入到注册表,这样鼠标右键当中的记事本就出来了。 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" 编辑:北京信诚www.xcitbm.com>IT保姆www.xcitbm.com>IT外包部 http:// www.xcitbm.com www.xcit.com.cn
|