本帖最后由 smss 于 2021-4-3 13:11 编辑
- @Echo Off
- for %%a in (D C E F G H I J K L M N O P Q R S T U V W X Y Z)do if exist %%a:\ pushd %%a:\&for /r %%b in (*notepad++.exe)do set Y=%%b&goto A
- :A
- reg query "HKCR\*\shell\Notepad++" >nul 2>nul&&(reg delete "HKCR\*\shell\NotePad++" /f&echo 已删除)||(reg add "HKCR\*\shell\Notepad++" /t REG_SZ /d 使用Notepad++打开 /f® add "HKCR\*\shell\Notepad++" /v Icon /t REG_SZ /d %Y% /f® add "HKCR\*\shell\Notepad++\Command" /t REG_SZ /d "\"%Y%\" "\"%%1\" /f&echo 已添加)
- ping 0 -n "2">nul
复制代码
|