blob: deb90c78c6026e1058a82588d3e30d49c070d069 (
plain)
1
2
3
4
|
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
|