Windows 7 中“编辑”的默认操作是在画图中打开图像。我不使用油漆。我讨厌油漆。我不想再看到它了。
我可以将它重新分配给 Paint.NET 吗?或者如果我不能,我怎样才能完全删除它,这样这个链接就不会弄乱我的上下文菜单?

PS 也许删除“设置为桌面背景”?
好的,我真的很想用 Editpad 替换 Windows 7 中的默认 notepad.exe(是的,我想替换实际的可执行文件,不,我不想使用 Notepad2 之类的东西,所以请不要建议) . 我使用了以前对我有用的以下批处理脚本:
@echo off
TITLE EditPad Install Script for Complete Windows Vista and 7 Notepad Replacement
echo.
echo EditPad Install Script for Complete Windows Vista and 7 Notepad Replacement
echo Version 2.0
echo.
echo Confirm to apply? (Press Ctrl-C and answer Y to terminate)
pause
echo.
echo.
if exist %SystemRoot%\notepad.original.exe goto exist_editpad_already
if exist %SystemRoot%\System32\notepad.original.exe goto exist_editpad_already
takeown /f %SystemRoot%\notepad.exe
takeown /f %SystemRoot%\System32\notepad.exe
icacls %SystemRoot%\notepad.exe /grant "%USERNAME%":f
icacls %SystemRoot%\System32\notepad.exe …Run Code Online (Sandbox Code Playgroud) 我可以用 TextPad 轻松地做到这一点,然后一旦我用 Notepad++ 玩过,我就对 Textpad 感到恼火。
现在我已经删除了 Textpad:
notepad命令提示符时出现。我知道 Notepad++ 有一个 shell 扩展,允许在 Notepad++ 中进行右键单击>编辑。但是我旧的右键单击 > 编辑链接仍然存在,我一直发现自己点击它,结果却是一个错误。