From 4b028c7948e81bbd57f7b3d0153018e0a0ea1445 Mon Sep 17 00:00:00 2001 From: colben Date: Wed, 14 Jun 2023 12:05:27 +0800 Subject: [PATCH] update --- content/post/windows.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/post/windows.md b/content/post/windows.md index 1521e13..d25a7c6 100644 --- a/content/post/windows.md +++ b/content/post/windows.md @@ -17,3 +17,10 @@ categories: ["os"] slmgr /ato ``` +## win11 恢复 win10 右键菜单 +- 保存如下文本到“任意文件名.cmd”,双击该 cmd 文件 + ``` + reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve + taskkill /f /im explorer.exe & start explorer.exe + ``` +