@Echo OFF
color 2F
find /i "expire.eset.com" %windir%\system32\drivers\etc\hosts || goto :exit
%Windir%\\System32\\FLTMC.exe >nul 2>&1 || (
ECHO CreateObject^("Shell.Application"^).ShellExecute "%~f0", "%PAR1st%", "", "runas", 1 > "%TEMP%\\AdminRun.vbs"
ECHO CreateObject^("Scripting.filesystemobject"^).DeleteFile ^(WScript.ScriptFullName^) >> "%TEMP%\\AdminRun.vbs"
%Windir%\\System32\\CSCRIPT.exe //Nologo "%TEMP%\\AdminRun.vbs"
Exit /b
)
:Menu
Cls
pushd "C:\Windows\System32\drivers\etc"
find /v ".eset.com" <hosts >hosts.new
copy hosts hosts.bak>nul
move hosts.new hosts>nul
popd
( del /q /f "%~f0" >nul 2>&1 & exit /b 0)
exit 学习中~~ 学习了
学习了 版区有您更精彩 看看HOST文件,是否被封闭了 感谢分享经验
页:
1
[2]