以下の内容はhttps://takuya-1st.hatenablog.jp/entry/2024/05/28/193338より取得しました。


git-bash が右クリックメニューを占拠するので消す。

vscode と git-bash は現代では基本ツールだと思うけど。

どうしてこんなに右クリックメニューを専有するのだろうか。

git-bash は、vscode から使うだろうし、そこまでメニュー統合してほしいとは思わない。

git-bash をコンテキスト・メニュー(右クリックメニュー)から消す。

## git-bash を消す。exへ移動する。
Move-Item -LiteralPath 'HKLM:\SOFTWARE\Classes\Directory\shell\git_gui' -Destination 'HKLM:\SOFTWARE\Classes\Directory\shellex\git_gui' 
Move-Item -LiteralPath 'HKLM:\SOFTWARE\Classes\Directory\shell\git_shell' -Destination 'HKLM:\SOFTWARE\Classes\Directory\shellex\git_shell' 

New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Classes\Directory\background\shell\git_gui'   -Name 'LegacyDisable' -PropertyType 'String' -Value ''
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Classes\Directory\background\shell\git_shell' -Name 'LegacyDisable' -PropertyType 'String' -Value ''



以上の内容はhttps://takuya-1st.hatenablog.jp/entry/2024/05/28/193338より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14