Tech、Food & Life

  • 首页
  • 软件下载
    • 电脑和软件
    • Mac软件
    • windows软件
  • Telegram电报
  • 网站资源推荐
  • 海外流媒体
    • netflix
    • Youtube
    • Disney+
    • HBO
  • 生活日常
    • COVID19疫情相关
    • 德国驾照和车
    • 电脑和软件
    • 花花草草
  • 烘焙
  • 关于我
  • 中EN
Tech Food & Life
爱技术,爱美食,爱生活
  1. Home
  2. English Articles
  3. Article

How to Restore Windows 11 Right-Click Menu to Windows 10 Style

2026年5月31日 2点热度 0人点赞 0条评论
Language: 🇨🇳 中文版 🇬🇧 English

If you upgraded from Windows 10 to Windows 11, you've probably noticed that Microsoft changed the right-click context menu. Instead of showing all options at once, it now requires an extra click to reveal the full menu. This can be frustrating, especially when you're used to the efficiency of the Windows 10 layout.

Fortunately, there's a simple fix using a batch script that modifies the Windows Registry. This method has been tested on Windows 11 official release and builds 22000.65, 71, 100, 132, 160, and 194.

Steps to Change Windows 11 Right-Click Menu to Windows 10 Style

  1. Open Notepad.
  2. Copy and paste the following code into a new text file:
@echo off

:start
cls
echo,
echo 修改右键菜单模式
echo,
echo 1 穿越到Windows 10默认模式
echo,
echo 2 恢复为Windows 11默认模式
echo,
echo 0 什么也不做,退出
echo,
echo,
choice /c:120 /n /m:"请选择要进行的操作(1/2/0):"
if %errorlevel%==0 exit
if %errorlevel%==2 goto cmd2
if %errorlevel%==1 goto cmd1
exit

:cmd1
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
shutdown -l
exit

:cmd2
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
shutdown -l
exit
  1. Click File > Save As.
  2. Set the filename to Windows11修改右键菜单模式.bat (or any name you like, but keep the .bat extension).
  3. In the Save as type dropdown, select All Files (not Text Documents).
  4. For Encoding, choose ANSI to avoid garbled characters.
  5. Save the file to your desktop or any convenient location.
  6. Right-click the saved .bat file and select Run as administrator.
  7. In the command window, press 1 to switch to Windows 10 style, or 2 to revert to Windows 11 style. The script will log you out automatically to apply the change.

After logging back in, you'll see the classic Windows 10 right-click menu with all options visible immediately. If you ever want to revert, just run the script again and choose option 2.

This tweak modifies the Windows Registry to restore the old context menu. It's safe and reversible. Enjoy the familiar Windows 10 experience on Windows 11!

标签: 暂无
最后更新:2026年5月31日

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

Latest Popular Random
Latest Popular Random
德国求职信(Anschreiben)怎么写:格式规范与正文结构详解 德国 Bio 有机产品值不值得买:哪些食物优先选有机,在哪里买最省 德国学生餐厅(Mensa)完全指南:价格、菜单、付款和全国特色 穷游瑞士:从德国出发 5 天 500 欧的可行路线 Notion + Obsidian 管理博士/硕士科研笔记:知识库搭建方案 在德国复刻中式早餐:豆浆、油条和葱油饼在家怎么做
在德国如何办理手机卡和家庭网络:新手实用指南德国留学如何吃得便宜又健康:学生食堂、廉价超市与菜市场全攻略德国留学生BAfoG助学金:谁可以申请?如何申请?德国学生证(Immatrikulationsbescheinigung)到底能干什么?省钱攻略全在这里ggplot2 科研配色方案:5 套可直接用的代码单细胞测序入门:Seurat 完整流程(raw counts → UMAP)全注释
jc-nf那坨大佬的公益众筹机场,新增安卓app 德国面粉 Type 405/550/1050 区别:对应中国低筋/中筋/高筋粉的换算 蓝奏云打不开的解决办法 柏林所有超市概览 科学上网v2ray一键安装脚本 FastGithub-github加速神器
Tags
破解 Netflix windows 奈飞 下载 在线 mac 4k

COPYRIGHT © 2020-2025 SUNQI.ORG ALL RIGHTS RESERVED. 本站部分资源来源于网络,如有侵权请联系删除,谢谢。

Theme Kratos Made By Seaton Jiang