@echo off cls echo 重启 ASP.NET状态服务...... net stop aspnet_state net start aspnet_state echo 重启 Internet 服务...... iisreset /stop iisreset /start pause