Created
October 26, 2021 07:02
-
-
Save Gesugao-san/6db9886321b37fd30d68514eb8dfcfdd to your computer and use it in GitHub Desktop.
For "FL Studio Producer Edition 20.8.3.2304 Signature Bundle [En]"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@REM From: https://stackoverflow.com/a/10665562 | |
@REM Path: "C:\Windows\System32\drivers\etc\hosts" | |
@ECHO OFF | |
ECHO MAKE SURE YOU ARE RUNNING THIS UNDER ADMIN PRIVILEGES! | |
SET NEWLINE=^& echo. | |
SET HOSTS="%WINDIR%\System32\drivers\etc\hosts" | |
FIND /C /I "support.image-line.com" %HOSTS% | |
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 support.image-line.com>>%HOSTS% | |
FIND /C /I "www.image-line.com" %HOSTS% | |
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 www.image-line.com>>%HOSTS% | |
TIMEOUT /T 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment