المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Restrict User from changing time



C# Programming
04-01-2010, 08:15 AM
Hi all,

I am working on a feature where in we can allow/disallow changing system time to any user. We can run this application from an administrator's account and set if a particular user can change system time or not. Even the administrator (who itself is logged on) itself can allow/disallow himself changing time.

While googling I found that there is some, The system user right SeSystemtimePrivilege that controls the ability to set the system time. I could not find how to complete my feature via the privilege SeSystemtimePrivilege using C#.

Can somebody help me how to that using c# (or even C++). Even if there is some other way of implementing this feature, please let me know.

Thanks in Advance
Best Regards
Aseem