B
Bill
I have been searching google all day trying to find a way to use win32
to retrive a computer's local time from the bios clocl, rather than
the system time, in the event that someone changed the system date
(accidentally or intentionally).
I found the win32_currenttime, but using system.management classes
with wmi this parameter returns a collection with a count of zero.
msdn has information on the getsystemtime function, but says it is
part of the Provider classes which are obsolete and recomments using
system.management.
Any one know how to do this?
Bill
to retrive a computer's local time from the bios clocl, rather than
the system time, in the event that someone changed the system date
(accidentally or intentionally).
I found the win32_currenttime, but using system.management classes
with wmi this parameter returns a collection with a count of zero.
msdn has information on the getsystemtime function, but says it is
part of the Provider classes which are obsolete and recomments using
system.management.
Any one know how to do this?
Bill