摘要:
@echo offcolor 02echo 请选择要执行的操作(1-删除箭头,2-修复锁定,3-退出)set choice=set /p choice=请选择(1/2/3)按回车执行:if /i '%choice%'=='1' goto aif /i '%choice%'=='2' goto bif /i '%choice%'=='3' goto end:areg delete HKEY_CLASSES_ROOT\piffile /v IsShortcut /freg delete HKEY_CLA 阅读全文