Skip to content

Commit

Permalink
Attempt start after configuring svchost
Browse files Browse the repository at this point in the history
  • Loading branch information
vyvojar committed Aug 30, 2016
1 parent 2cd177b commit 14bae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===
Expand Down

0 comments on commit 14bae9b

Please sign in to comment.