spp-stuff/drivers/RTCore/install.cmd

5 lines
213 B
Batchfile
Raw Normal View History

2025-02-13 18:37:59 -05:00
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