figoshen 发表于 2022-8-22 19:40

本帖最后由 figoshen 于 2022-8-25 15:18 编辑

@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

蓝色香烟头 发表于 2022-8-28 22:27

学习中~~

angelhj 发表于 2022-8-29 21:44

学习了

JRLT007 发表于 2022-8-30 08:45


学习了

252873769 发表于 2022-9-2 10:16

版区有您更精彩

幽飘摇 发表于 2022-9-3 10:17

看看HOST文件,是否被封闭了

幽飘摇 发表于 2022-9-3 10:17

感谢分享经验
页: 1 [2]
查看完整版本: 官网下载的EIS无法连接激活服务器?