feat: update license and enhance README; add Xiaohe Shuangpin registry settings

This commit is contained in:
siujamo
2026-03-17 15:43:11 +08:00
parent 3e8a63f59f
commit 901eb175e5
6 changed files with 71 additions and 19 deletions
@@ -1,3 +1,11 @@
REM This script switches the right-click context menu to Windows 10 style
REM by modifying the registry and restarting Windows Explorer
REM Add registry entry to disable Windows 11 context menu
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
REM Terminate Windows Explorer process
taskkill /f /im explorer.exe
REM Restart Windows Explorer to apply changes
start explorer.exe