summaryrefslogtreecommitdiff
path: root/drivers/StartSuspended/install.cmd
blob: e47632b608a4eec41cad8247615e5b508b9bc9ca (plain)
1
2
3
4
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