I want to create trial version for our product, allowing a user to use it for 5 days.
I am planning to use the system BIOS time to do this. Is this possible, what other methods are available to me?
feedback
|
|
If anyone changes the system date, the hardware real-time clock gets changed too. So
will be able to do that for you. | |||||
|
feedback
|
|
If anyone changes the system date, the hardware real-time clock gets changed too. Why do you need BIOS? Are you trying to get a date and time from a more reliable source that the computer owner? What you can do is use WMI to access BIOS information:
But even WMI doesn't give you Date. | ||||
|
feedback
|