From 717a37847dd493c946b17c4c5ce0e7fbcde42e8b Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 9 May 2024 10:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Win11=20=E5=8F=B3=E9=94=AE?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=83=A8=E5=88=86=E9=80=89=E9=A1=B9=E8=A2=AB?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=80=8E=E4=B9=88=E5=8A=9E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../Win11_右键菜单部分选项被隐藏怎么办.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Software/System/Windows/Windows11/Win11_右键菜单部分选项被隐藏怎么办.md diff --git a/Software/System/Windows/Windows11/Win11_右键菜单部分选项被隐藏怎么办.md b/Software/System/Windows/Windows11/Win11_右键菜单部分选项被隐藏怎么办.md new file mode 100644 index 0000000..3d8ec2f --- /dev/null +++ b/Software/System/Windows/Windows11/Win11_右键菜单部分选项被隐藏怎么办.md @@ -0,0 +1,16 @@ +# Win11 右键菜单部分选项被隐藏怎么办 + +Win11 右键中的“显示更多选项”用起来很妈发,通过修改注册表可以直接打开所有选项。 + +1. 按键盘上的【 Win + R 】组合键,打开运行窗口,然后输入【cmd】命令,按【确定或回车】可以打开命令提示符窗口; +2. 命令提示符窗口,输入并按回车执行以下这条命令: + + ```bash + reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve + ``` + +3. 使用任务管理器或继续输入命令来重启资源管理器: + + ```bash + taskkill /f /im explorer.exe + ```