spp-stuff/drivers/RTCore/install.cmd
2025-02-13 18:37:59 -05:00

5 lines
213 B
Batchfile

copy "%~dp0RTCore64.sys" %systemdrive%\RTCore64.sys
sc.exe create RTCore64 type= kernel start= auto binPath= %systemdrive%\RTCore64.sys DisplayName= "Micro - Star MSI Afterburner"
net.exe start RTCore64
pause