mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-02-23 05:58:36 -05:00
Initial commit
This commit is contained in:
parent
0db71cf361
commit
a93194bb24
@ -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
|
||||
|
@ -101,6 +101,11 @@
|
||||
<p><strong>步骤2.</strong> 输入以下命令并按<strong>Enter</strong>键执行。</p>
|
||||
<pre style="background-color:#151515;color:#e8e8d3;"><code><span>reg add HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d “” /f
|
||||
</span></code></pre>
|
||||
<p>或者</p>
|
||||
<pre style="background-color:#151515;color:#e8e8d3;"><code><span>reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
||||
</span><span>taskkill /f /im explorer.exe
|
||||
</span><span>start explorer.exe
|
||||
</span></code></pre>
|
||||
<p>注意:如果您想要重新打开Win11新样式的右键菜单的话,以同样的方式在命令提示符中执行此命令:</p>
|
||||
<pre style="background-color:#151515;color:#e8e8d3;"><code><span>reg delete "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
|
||||
</span></code></pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user