diff --git a/reactos/subsys/system/services/database.c b/reactos/subsys/system/services/database.c index 48fba08989e..127eaccc408 100644 --- a/reactos/subsys/system/services/database.c +++ b/reactos/subsys/system/services/database.c @@ -851,7 +851,7 @@ ScmStartService(PSERVICE Service, { /* Load driver */ wcscpy(szDriverPath, - L"\\Registry\\Machine\\System\\CurrentControlSet\\Services"); + L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\"); wcscat(szDriverPath, Service->lpServiceName);