diff --git a/content/windows-some-setting.md b/content/windows-some-setting.md index 68dd4ec..989b7ea 100644 --- a/content/windows-some-setting.md +++ b/content/windows-some-setting.md @@ -21,7 +21,12 @@ Win11的`显示更多选项`怎么设置才能将其关闭,并恢复成Win10的 ``` reg add HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d “” /f ``` - +或者 +``` +reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve +taskkill /f /im explorer.exe +start explorer.exe +``` 注意:如果您想要重新打开Win11新样式的右键菜单的话,以同样的方式在命令提示符中执行此命令: ``` reg delete "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f diff --git a/public/windows-some-setting/index.html b/public/windows-some-setting/index.html index f8747b3..9618aa1 100644 --- a/public/windows-some-setting/index.html +++ b/public/windows-some-setting/index.html @@ -101,6 +101,11 @@

步骤2. 输入以下命令并按Enter键执行。

reg add HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d “” /f
 
+

或者

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

注意:如果您想要重新打开Win11新样式的右键菜单的话,以同样的方式在命令提示符中执行此命令:

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