Maxim
Tue Jul 08 11:44:38 CDT 2008
Windows waitable timers can be used for this, but I think you must not turn
the machine off, you must hibernate instead.
RTC Alarm - unlike ACPI timers - is vendor's proprietary feature without
any generic API, any standard, and not supported in most BIOSes.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"danis" <danisirb@gmail.com> wrote in message
news:4097d402-0998-4694-a147-6e034d6b1fc9@w7g2000hsa.googlegroups.com...
> Hello!
>
> I would like to know if it's posible to make a setting in BIOS, from
> Windows.
> What I want to do is to set RTC Alarm, without entering in BIOS. I
> want to make this setting on several computers, that's way I don't
> want to make it manually on each computer. What I have in mind is to
> use a DLL with some API functions that could allow me to set this in
> BIOS from my application under Windows.
>
> Is this posible?
>
>
> Thanks!