步骤:
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
2、点击“文件--另存为”进行保存,选择一个保存路径,然后把文件夹修改成“文件夹.bat”的形式。如命名为“恢复记事本.bat”,将“保存类型”设置为“所有文件”,点击“保存”,如图:
然后找到刚保存的位置,找到并双击运行保存的bat文件(恢复记事本.bat)双击运行耐心等待命令提示符一闪而过即可完成修复!操作完成后无需重启,我们直接在文本上单击右键即可看到恢复成1个 记事本了!