コンテキストメニューへDLLの登録/解除を追加
ついでなんで、もうひとつ。
多分ほとんど使う機会はないと思うけど、稀にマナーの悪いアプリやツールをアンインストールしても残っている場合があります。
こんなもののためにコマンドプロンプト開くのも癪なので、コンテキストメニューでサクッと解除しましょう。
- = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = -
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\Shell\Register]
"MUIVerb"="DLLの登録"
"SubCommands"=""
"Icon"="imageres.dll,-69"
"Extended"=""
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\shell\Register]
@="登録"
"Icon"="imageres.dll,-106"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\shell\Register\command]
@="regsvr32 \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\shell\UnRegister]
@="登録解除"
"Icon"="imageres.dll,-105"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\shell\UnRegister\command]
@="regsvr32 /u \"%1\""
- = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = -
DLL ファイルの SHIF+右クリ で表示されます。
"Extended" は必要ないかも・・・
削除するには、
[-HKEY_CLASSES_ROOT\dllfile\Shell]
shellキーごと削除してください。