摘要: @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 阅读全文
posted @ 2013-01-16 12:07 丶Blank 阅读(400) 评论(0) 推荐(0) 编辑