how can we find the system date change in windows?
-
Monday, March 22, 2010 9:32 AM
Hi all,
I need to find the system date change made by the user, i can find out this by checking the event log, and the event log can be deleted so it is not good idea.
Can anyone suggest a method to find out the system date change in windows?
Thanks
Sreejesh K V
- Edited by Sreejesh K V Monday, March 22, 2010 10:14 AM
Answers
-
Monday, March 22, 2010 9:49 AM
Question is changed,
The system date changes every 100th of a nanosecond
So trapping that will be a hard job.
And even if you could, you would have to do that in a service which can also be stopped by a user.
If it is for installing software, than simply set somewhere hidden the date and that your program it runs, so you can check that.
If the system date time is before the latest which you have stored, you know that somebody is husling.
Success
Cor- Marked As Answer by Martin_XieModerator Monday, March 29, 2010 2:44 AM
All Replies
-
Monday, March 22, 2010 9:49 AM
Question is changed,
The system date changes every 100th of a nanosecond
So trapping that will be a hard job.
And even if you could, you would have to do that in a service which can also be stopped by a user.
If it is for installing software, than simply set somewhere hidden the date and that your program it runs, so you can check that.
If the system date time is before the latest which you have stored, you know that somebody is husling.
Success
Cor- Marked As Answer by Martin_XieModerator Monday, March 29, 2010 2:44 AM
-
Monday, March 22, 2010 9:50 AMWhat do you mean "system date changed"? Is it the user has changed the date or the time has passed to another date?
-
Monday, March 22, 2010 2:00 PM
Compare system date with another time zone
kaymaf
CODE CONVERTER SITE