feat: 添加右键菜单切换
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
||||||
|
taskkill /f /im explorer.exe
|
||||||
|
start explorer.exe
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
|
||||||
|
taskkill /f /im explorer.exe
|
||||||
|
start explorer.exe
|
||||||
Reference in New Issue
Block a user