时间:2019-07-14作者:xp系统之家 来源:http://www.37m.cn
@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
本站发布的ghost系统与电脑软件仅为个人学习测试使用,不得用于任何商业用途,否则后果自负!