Add files via upload

This commit is contained in:
2025-02-13 18:37:59 -05:00
committed by GitHub
parent 634b353ebb
commit a617f59a99
16 changed files with 434 additions and 0 deletions

BIN
drivers/RTCore/RTCore64.sys Normal file

Binary file not shown.

View 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

View File

@ -0,0 +1,4 @@
net.exe stop RTCore64
sc.exe delete RTCore64
del %systemdrive%\RTCore64.sys
pause

Binary file not shown.

View File

@ -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

View File

@ -0,0 +1,4 @@
net.exe stop RTCore64
sc.exe delete RTCore64
del %systemdrive%\RTCore64.sys
pause