This commit is contained in:
colben 2023-06-14 12:05:27 +08:00
parent baa2b310e0
commit 4b028c7948

View File

@ -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
```