修改hosts,添加
127.0.0.1 registration.presonus.com
127.0.0.1 updates.presonus.com
或者将以下文本写到记事本,扩展名改为.bat 用管理员运行
SET NEWLINE=^& echo.
FIND /C /I "registration.presonus.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 registration.presonus.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "updates.presonus.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 updates.presonus.com>>%WINDIR%\system32\drivers\etc\hosts

评论