Visual Studio Developer Center > Visual Basic Forums > Visual Basic General > how can we find the system date change in windows?

Answered 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

     

Answers

  • Monday, March 22, 2010 9:49 AM
     
     Answered

    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

All Replies