Block the user from changing the System Date/Time
Posted
by
Ananth
on Stack Overflow
See other posts from Stack Overflow
or by Ananth
Published on 2010-12-29T09:49:43Z
Indexed on
2010/12/29
9:54 UTC
Read the original article
Hit count: 290
We have a windows application (C# .net) and we'll be giving installers to client. The requirement is that once the application has been installed , user should not be able to edit the system time/date . This is to make sure that the application generated dates/reports are not manipulated. My target OS is Win-XP What is the best way to do that ?
Does OS provide any facility to do that ?
Thanks in Advance
© Stack Overflow or respective owner