Last active
August 12, 2024 10:21
-
-
Save masato3/47b4008a7c1ae6fe4aacae71cf3f2576 to your computer and use it in GitHub Desktop.
Windows11 Windowsキーと単体キーのホットキーを一部無効
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; http://news.mynavi.jp/column/windows/409/ | |
; 元に戻すには、作成したDisabledHotkeysを削除してエクスプローラー再起動 | |
; 無効 | |
; Windows-d デスクトップを表示 | |
; Windows-e エクスプローラーを起動 | |
; Windows-h 音声認識サービスを開始 | |
; Windows-m 全てのウィンドウを最小化 | |
; Windows- q/s 検索画面を表示 | |
; Windows-r ファイル名を指定して実行を表示 | |
; Windows-t タスク バー上のアプリを順番に切り替える | |
; Windows-v クリップボードを開く | |
; 無効にできない | |
; Windows-a クイック設定を表示 | |
; Windows-b 通知領域にフォーカスを設定 | |
; Windows-c Copilotを 開く/閉じる | |
; Windows-g ゲーム バー を起動 | |
; Windows-i 設定を開く | |
; Windows-k クイック設定のキャストを表示 | |
; Windows-n 通知センターを表示 | |
; Windows-l ロック画面を表示 | |
; Windows-p プレゼンテーション表示モードを選択 | |
; Windows-u アクセシビリティを表示 | |
; Windows-x クイック リンク メニューを開く | |
; 未確認 | |
; Windows-w ウィジェットを開く アプリ削除したので確認できず | |
; Windows-z スナップレイアウトを表示 アプリ削除したので確認できず | |
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
"DisabledHotkeys"="dehmqrstv" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment