summaryrefslogtreecommitdiff
path: root/drivers/RTCore
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/RTCore')
-rw-r--r--drivers/RTCore/RTCore64.sysbin0 -> 14024 bytes
-rw-r--r--drivers/RTCore/install.cmd4
-rw-r--r--drivers/RTCore/remove.cmd4
3 files changed, 8 insertions, 0 deletions
diff --git a/drivers/RTCore/RTCore64.sys b/drivers/RTCore/RTCore64.sys
new file mode 100644
index 0000000..e95b936
--- /dev/null
+++ b/drivers/RTCore/RTCore64.sys
Binary files differ
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
diff --git a/drivers/RTCore/remove.cmd b/drivers/RTCore/remove.cmd
new file mode 100644
index 0000000..a348411
--- /dev/null
+++ b/drivers/RTCore/remove.cmd
@@ -0,0 +1,4 @@
+net.exe stop RTCore64
+sc.exe delete RTCore64
+del %systemdrive%\RTCore64.sys
+pause