More logs (run the command from an elevated command prompt):
It should create two files on your desktop (ExistingServices.txt and ServicesConfigAndStatus.txt): upload them here.
((sc query type= service state= all | findstr /i /c:"e_n") > "%userprofile%\desktop\ExistingServices.txt") && for /f "tokens=2 delims=:" %a in (%userprofile%\desktop\ExistingServices.txt) do (((sc query %a && sc qc %a) | findstr /i /c:"e_n" /c:"state" /c:"y_n" /c:"t_t" /c:"state" /c:"t_t") >> "%userprofile%\desktop\ServicesConfigAndStatus.txt")
It should create two files on your desktop (ExistingServices.txt and ServicesConfigAndStatus.txt): upload them here.