CODE: [Copy to clipboard]@echo off reg query "HKCU\Software\aa" /ve >nul if ERRORLEVEL 1 (echo.不存在) else echo.存在 pause