Skip to content

Instantly share code, notes, and snippets.

@Gesugao-san
Created October 26, 2021 07:02
Show Gist options
  • Save Gesugao-san/6db9886321b37fd30d68514eb8dfcfdd to your computer and use it in GitHub Desktop.
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]"
@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