From 14bae9b2bf82bd4c28c4172955c0e7c92988ac43 Mon Sep 17 00:00:00 2001 From: vyvojar Date: Tue, 30 Aug 2016 14:43:57 +0200 Subject: [PATCH] Attempt start after configuring svchost --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index b2a8dcd..359bd4f 100644 --- a/install.bat +++ b/install.bat @@ -104,8 +104,8 @@ echo === Creating kernel cache service === echo. sc create SLShim binPath= "%%SystemRoot%%\system32\svchost.exe -k DcomLaunch" start= auto type= share group= Base && rundll32 slshim%bits%.dll SLShimInit sc sidtype SLShim unrestricted -sc start SLShim > nul 2> nul reg add HKLM\SYSTEM\CurrentControlSet\services\SLShim\Parameters /f /v ServiceDll /t REG_EXPAND_SZ /d %%SystemRoot%%\system32\slshim.dll +sc start SLShim > nul 2> nul echo. echo === Disabling old SPPSVC services ===