diff --git a/base/system/winlogon/sas.c b/base/system/winlogon/sas.c index b77054caba6..20298e84b90 100644 --- a/base/system/winlogon/sas.c +++ b/base/system/winlogon/sas.c @@ -261,7 +261,7 @@ PlaySoundRoutine( { if (!bLogon) { - Beep(500, 500); + Beep(440, 125); } FreeLibrary(hLibrary); return FALSE;