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
|
BIN
drivers/StartSuspended/StartSuspended.sys
Normal file
BIN
drivers/StartSuspended/StartSuspended.sys
Normal file
Binary file not shown.
5
drivers/StartSuspended/install.cmd
Normal file
5
drivers/StartSuspended/install.cmd
Normal 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
|
4
drivers/StartSuspended/remove.cmd
Normal file
4
drivers/StartSuspended/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