diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 60a98431235..79535666a82 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -65,7 +65,7 @@ PlayLogonSoundThread( if (!hSCManager) ExitThread(0);; - hService = OpenServiceW(hSCManager, L"sysaudio", GENERIC_READ); + hService = OpenServiceW(hSCManager, L"wdmaud", GENERIC_READ); if (!hService) { CloseServiceHandle(hSCManager);