Startup SP
Startup SP
color a
set scriptversion=v1.1
Title Windows 8/8.1/10 ENBSeries 0.248 compatibility script %scriptversion%
echo.
echo .:[ Windows 8/8.1/10 ENBSeries 0.248 startup utility %scriptversion% ]:.
echo .:[ Authors: Youtuber ]:.
echo .:[ Exclusive for GTA SA ]:.
echo.
REM Gets the SID of the current logged in user, needed for wiping the registry
values which cause issues with ENB 0.248
REM Sets batch file dir as working directory, since batch files ran as admin use
system32 by default
REM Checks existance of problematic registry keys and deletes them thereafter, plus
giving out proper message.
REM Finally starts the GTA SA exe file after everything is done.
echo. [startup util] Done. Starting Grand Theft Auto: San Andreas
start gta.sa.exe
pause