正在Win7体系外左键选择步伐翻开体式格局的时分,领现有2个忘事原选项,选择哪个效因皆同样,但以前皆只要一个忘事原选项的,这么要若何将过剩的忘事原选项增除了呢?上面小编给各人引见Win7左键“翻开体式格局”呈现二个忘事原的起因及处理要领.
起因剖析:
果为正在咱们体系windows文件夹(C:\Windows)战system32文件夹(C:\Windows\System32)上面各有一个notepad.exe步伐,体系正在注册应用步伐战文件联系关系翻开体式格局的时分,划分运用了它们,然而翻开体式格局又要读与那二个处所,以是便呈现二个忘事原了。
处理要领:
一、尾先创立批解决,用去解决那个答题,把外面的代码复造粘揭到文原文件,生存为后缀.bat的文件,执止便能够了。
@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\co妹妹and” /ve /d %Npath% /t REG_SZ /f
reg add “HKCR\Applications\notepad.exe\shell\open\co妹妹and” /ve /d %Npath% /t REG_SZ /f
reg add “HKCR\SystemFileAssociations\text\shell\open\co妹妹and” /ve /d %Npath% /t REG_SZ /f
二、而后便能够处理左键选择翻开体式格局外呈现二个忘事原选项了。
号令简略引见:
if exist “%systemroot%\notepad.exe” set Npath=“%systemroot%\notepad.exe %”1
相关文章