右键两个用记事本打开的解决方法:
1、在win10系统桌面上,空白处,右键,新建-文本文档;
2、双击打开【新建文本文档】;
3、把下面代码复制,粘贴进去:
@echo off
if exist "%systemroot%\notepad.exe" set Npath="%systemroot%\notepad.exe %"1
if not exist "%systemroot%\notepad.exe" set Npath="%systemroot%\system32\notepad.exe %"1
reg add "HKCR\txtfile\shell\open\command" /ve /d %Npath% /t REG_SZ /f
reg add "HKCR\Applications\notepad.exe\shell\open\command" /ve /d %Npath% /t REG_SZ /f
reg add "HKCR\SystemFileAssociations\text\shell\open\command" /ve /d %Npath% /t REG_SZ /f
4、单击文件,另存为 记事本.bat 。点击保存。
5、双击 记事本.bat ,重启电脑即可解决问题!
以上便是win10系统文件右键打开方式有2个记事本的解决方法!
以上便是win10系统文件右键打开方式有2个记事本的解决方法!
分享到: