右鍵兩個(gè)用記事本打開(kāi)的解決方法:
1、在win10系統(tǒng)桌面上,空白處,右鍵,新建-文本文檔;
2、雙擊打開(kāi)【新建文本文檔】;
3、把下面代碼復(fù)制,粘貼進(jìn)去:
@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 。點(diǎn)擊保存。
5、雙擊 記事本.bat ,重啟電腦即可解決問(wèn)題!
以上便是win10系統(tǒng)文件右鍵打開(kāi)方式有2個(gè)記事本的解決方法!
以上便是win10系統(tǒng)文件右鍵打開(kāi)方式有2個(gè)記事本的解決方法!