how can i forbid anyone else to change the time of the computer?
-
i have a computer that used by several people and i don't want anybody else to change the date and time of the computer, how can i do this through VC++? thx.
-
i have a computer that used by several people and i don't want anybody else to change the date and time of the computer, how can i do this through VC++? thx.
I dont know, but I can imagine it with a hook, detecting when the Dialog to change date and time of the computer is being called and closing it. Or saving the actual date and time in this moment and starting a time count somewhere. When that dialog is closed, asking for a password to save the changes, if password correct save changes, if not... restore the previously saved values + time offset. It is just an idea that came when i read you. Most probably there are much better ways to do it. Let us see what the masters say.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
i have a computer that used by several people and i don't want anybody else to change the date and time of the computer, how can i do this through VC++? thx.