Add files via upload
This commit is contained in:
BIN
drivers/RTCore/RTCore64.sys
Normal file
BIN
drivers/RTCore/RTCore64.sys
Normal file
Binary file not shown.
4
drivers/RTCore/install.cmd
Normal file
4
drivers/RTCore/install.cmd
Normal file
@ -0,0 +1,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
|
4
drivers/RTCore/remove.cmd
Normal file
4
drivers/RTCore/remove.cmd
Normal file
@ -0,0 +1,4 @@
|
||||
net.exe stop RTCore64
|
||||
sc.exe delete RTCore64
|
||||
del %systemdrive%\RTCore64.sys
|
||||
pause
|
Reference in New Issue
Block a user