diff options
| author | WitherOrNot | 2025-02-13 23:37:59 +0000 |
|---|---|---|
| committer | GitHub | 2025-02-13 23:37:59 +0000 |
| commit | a617f59a992a1d56328f0c32e3e303db3fef975d (patch) | |
| tree | 1fa65b0b728e8787a6cccd138712281c63006414 /drivers | |
| parent | 634b353ebbfc6f465b13a18ae178f0bfd96510f8 (diff) | |
| download | spp-stuff-a617f59a992a1d56328f0c32e3e303db3fef975d.zip | |
Add files via upload
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/RTCore/RTCore64.sys | bin | 0 -> 14024 bytes | |||
| -rw-r--r-- | drivers/RTCore/install.cmd | 4 | ||||
| -rw-r--r-- | drivers/RTCore/remove.cmd | 4 | ||||
| -rw-r--r-- | drivers/StartSuspended/StartSuspended.sys | bin | 0 -> 10504 bytes | |||
| -rw-r--r-- | drivers/StartSuspended/install.cmd | 5 | ||||
| -rw-r--r-- | drivers/StartSuspended/remove.cmd | 4 |
6 files changed, 17 insertions, 0 deletions
diff --git a/drivers/RTCore/RTCore64.sys b/drivers/RTCore/RTCore64.sys Binary files differnew file mode 100644 index 0000000..e95b936 --- /dev/null +++ b/drivers/RTCore/RTCore64.sys 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
diff --git a/drivers/StartSuspended/StartSuspended.sys b/drivers/StartSuspended/StartSuspended.sys Binary files differnew file mode 100644 index 0000000..934cb80 --- /dev/null +++ b/drivers/StartSuspended/StartSuspended.sys diff --git a/drivers/StartSuspended/install.cmd b/drivers/StartSuspended/install.cmd new file mode 100644 index 0000000..e47632b --- /dev/null +++ b/drivers/StartSuspended/install.cmd @@ -0,0 +1,5 @@ +copy "%~dp0StartSuspended.sys" %systemdrive%\StartSuspended.sys
+sc.exe create StartSuspended type= kernel start= auto binPath= %systemdrive%\StartSuspended.sys
+reg.exe add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\StartSuspended /v Target /t REG_SZ /d sppsvc.exe /f
+net.exe start StartSuspended
+pause
diff --git a/drivers/StartSuspended/remove.cmd b/drivers/StartSuspended/remove.cmd new file mode 100644 index 0000000..a348411 --- /dev/null +++ b/drivers/StartSuspended/remove.cmd @@ -0,0 +1,4 @@ +net.exe stop RTCore64
+sc.exe delete RTCore64
+del %systemdrive%\RTCore64.sys
+pause
|
