一个不错的优化系统的批处理

2019-09-19 07:09:50王旭

@sc config SamSs start= AUTO 
@sc config SCardSvr start= DEMAND 
@sc config Schedule start= AUTO 
@sc config seclogon start= AUTO 
@sc config SENS start= AUTO 
@sc config SharedAccess start= AUTO 
@sc config ShellHWDetection start= AUTO 
@sc config Spooler start= AUTO 
@sc config srservice start= DISABLED 
@sc config SSDPSRV start= DEMAND 
@sc config stisvc start= DEMAND 
@sc config SwPrv start= DEMAND 
@sc config SysmonLog start= DEMAND 
@sc config TapiSrv start= DEMAND 
@sc config TermService start= DEMAND 
@sc config Themes start= AUTO 
@sc config TlntSvr start= DISABLED 
@sc config TrkWks start= AUTO 
@sc config UMWdf start= DEMAND 
@sc config upnphost start= DEMAND 
@sc config UPS start= DEMAND 
@sc config VSS start= DEMAND 
@sc config W32Time start= AUTO 
@sc config WebClient start= AUTO 
@sc config winmgmt start= AUTO 
@sc config WmdmPmSN start= DEMAND 
@sc config Wmi start= DEMAND 
@sc config WmiApSrv start= DEMAND 
@sc config wscsvc start= AUTO 
@sc config wuauserv start= AUTO 
@sc config WZCSVC start= AUTO 
@sc config xmlprov start= DEMAND 
echo. 
echo 恢复XP原系统服务结束,按任意键返回! 
pause >nul 
goto start2 

:start3 
cls 
color b3 
echo. 
echo Xp超级优化工具 
echo. 
echo VCTU/julian.邪鬼 
echo. 
echo QQ:455311851 
echo. 
echo ============================== 
echo 请选择要进行的操作,然后按回车 
echo ============================== 
echo. 
echo 1.封杀135,445端口 
echo. 
echo 2.恢复135,445端口 
echo. 
echo 3.返回主菜单 
echo. 
echo 4.退出 
echo. 

:Choice3 
set choice3= 
set /p choice3= 请选择: 
IF NOT "%Choice3%"=="" SET Choice2=%Choice2:~0,1% 
if /i "%choice3%"=="1" goto killport 
if /i "%choice3%"=="2" goto openport 
相关文章 大家在看