![]() |
От: | ononim | |
Дата: | 25.02.10 12:44 | ||
Оценка: |
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Windows\system32>sc stop beep
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service.
C:\Windows\system32>sc config beep start= disabled
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service.
if (!Beep(1000, 1000))
{
printf("beep failed, le=%u\n", GetLastError());
}
RIP, system speakerbeep failed, le=2