Windows11右键菜单修改为Win10模式的方法

文章具有时效性。下载《英灵神殿》汉化模组时,请确保模组版本与当前游戏版本兼容。

如需更新或查找您所需的汉化模组,请点击此处提交

新建文本文件复制下面脚本命令到文本中保存后重命名txt格式为bat或cmd,然后运行双击运行即可!

@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

taskkill /f /im explorer.exe

start explorer.exe

exit

:cmd2

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

taskkill /f /im explorer.exe

start explorer.exe

exit

 

 

本站提供服务器出租☞💻多人联机.服务器24小时运行.小白开服无忧💻
© 版权声明
THE END
喜欢就支持一下吧
点赞5赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容