建立一个.bat文件,写以下内容:
echo off
title 正在启动防火墙服务
sc config MpsSvc start=auto
net start MpsSvc
pause
至此完毕,重启试试就知道了