Post

Windows鼠标右键没有新建选项解决方法

来源于互联网 出处已经遗忘 侵权删 仅供参考

  1. Windwos + R 输入“notepad”打开记事本。
  2. 复制粘贴以下内容:
1
2
3
4
5
REGEDIT4
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]
@="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New\command]
@=hex(2):
  1. 保存该文件,保存类型选择所有文件,文件名要以.reg结尾。
  2. 双击打开该文件即可。
This post is licensed under CC BY 4.0 by the author.