@echo off taskkill /f /im explorer.exe set time1=%time:~0,-3% echo 现在时间是 %time1% for /f "tokens=1,2,3 delims=:" %%i in ("%time1%") do ( set /a hour_1=%%i set /a munite_1=%%j ) set /a munite_1=%munite_1%+1 echo 启动时间 %hour_1%:%munite_1% at %hour_1%:%munite_1% /interactive %systemroot%\explorer.exe