From a617f59a992a1d56328f0c32e3e303db3fef975d Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Thu, 13 Feb 2025 18:37:59 -0500 Subject: Add files via upload --- drivers/StartSuspended/install.cmd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 drivers/StartSuspended/install.cmd (limited to 'drivers/StartSuspended/install.cmd') 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 -- cgit v1.2.3