2025-11-06
操作系统
00

目录

系统激活
右键菜单

系统激活

image.png

永久激活 Windows10/11,数字激活,自动绑定硬件,复制下方代码到 "PowerShell" 或 "Windows终端"

irm https://get.activated.win | iex

KMS激活 Windows10/11 至 2038 年,复制下方代码到 "PowerShell" 或 "Windows终端"

irm http://d.cmdpe.com/k|iex

查看激活状态:

slmgr.vbs -xpr 查询是否永久激活 slmgr.vbs -dli 查询系统版本号许可证状态等 slmgr.vbs -dlv 查询完整系统激活信息

右键菜单

1.恢复 Win10 右键

第一步:鼠标右键点击 “ 开始菜单 ” ,选择 “ Windows终端(管理员) ” ,然后输入以下命令

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

第二步:运行命令以后,重启资源管理器即可生效,“ Windows终端(管理员)” 里面输入以下命令

tskill explorer

2.恢复到Win11 右键:

第一步:鼠标右键点击 “ 开始菜单 ” ,选择 “ Windows终端(管理员) ” ,然后输入以下命令

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

第二步:运行命令以后,重启资源管理器即可生效,“ Windows终端(管理员)” 里面输入以下命令

tskill explorer