NotePublic/Software/System/Windows/Windows11/Win11_右键菜单部分选项被隐藏怎么办.md

17 lines
645 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
```