update
This commit is contained in:
parent
baa2b310e0
commit
4b028c7948
@ -17,3 +17,10 @@ categories: ["os"]
|
|||||||
slmgr /ato
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user