解决方法:
1、新建一个记事本,将下面的代码复制进去,如图所示;
@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
关于win7系统打开方式中有两个记事本选项的解决方法就给大家介绍到这边了,有需要的用户们可以采取上面的方法步骤来进行操作吧,相信可以帮助到大家。
uc电脑园提供的技术方案或与您产品的实际情况有所差异,您需在完整阅读方案并知晓其提示风险的情况下谨慎操作,避免造成任何损失。
未知的网友