title Windows 11 右键菜单切换工具
echo ==============================================
echo ==============================================
echo ==============================================
set /p choice= 请输入选项 (1 或 2) 并按回车:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
taskkill /f /im explorer.exe >nul 2>&1
) else if "%choice%"=="2" (
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f
taskkill /f /im explorer.exe >nul 2>&1
echo 无效的选项,请重新运行程序并输入1或2。