Windows 11 右键菜单改回 Windows 10 样式

📅 发布时间:2026/8/19 8:39:00
Windows 11 右键菜单改回 Windows 10 样式 Windows 11 右键菜单改回 Windows 10 样式解决方案使用以下两个批处理文件即可解决使用方法新建bat文件复制以下代码进去右键点击文件选择以管理员身份运行重启电脑或者资源管理器文件1恢复 Win10 样式文件名恢复Win10右键菜单.batechooffechoechoRestore Windows 10 Context Menu Styleechoecho.:: Check administrator privileges net session nul 21if%errorLevel% neq 0(echo[ERROR]This script requires administrator privilegesecho.echoPlease follow these steps:echo1.Right-click this fileecho2.SelectRun as administratorecho.pauseexit/b)echo[OK]Administrator privileges acquiredecho.echoApplying Windows 10 context menu settings...echo.:: Apply registry modification reg addHKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32/ve/t REG_SZ/d/fif%errorLevel% 0(echo[OK]Settings applied successfully!echo.echoPlease restart your computerforchanges to take effectecho.echoAfter restart,your context menu willreturnto Windows 10 classic style)else(echo[ERROR]Failed to apply settingsechoPlease make sure to run this script as administrator)echo.echoechoPress any key toexit...pause nul文件2恢复 Win11 样式文件名恢复Win11右键菜单.batechooffechoecho Restore Windows11Native ContextMenuechoecho.::Check administrator privileges net sessionnul21if%errorLevel%neq0(echo[ERROR]This script requires administrator privileges echo.echo Please followthesesteps:echo1.Right-clickthisfile echo2.SelectRun as administratorecho.pause exit/b)echo[OK]Administrator privileges acquired echo.echo Restoring Windows11native context menu...echo.::Delete registry key reg deleteHKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}/fif%errorLevel%0(echo[OK]Restored successfully!echo.echo Please restart your computerforchanges to take effect echo.echoAfterrestart,your context menu willreturnto Windows11modernstyle)else(echo[ERROR]Failed to restore echo The registry key maynotexist,oradministrator privileges mayberequired)echo.echoecho Press any key to exit...pausenul标签Windows 11, 右键菜单, 系统优化, 效率工具