summaryrefslogtreecommitdiff
path: root/drivers/RTCore/install.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/RTCore/install.cmd')
-rw-r--r--drivers/RTCore/install.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/RTCore/install.cmd b/drivers/RTCore/install.cmd
new file mode 100644
index 0000000..deb90c7
--- /dev/null
+++ b/drivers/RTCore/install.cmd
@@ -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