It's in the title. Is it possible?

I realize that it is probably not possible to totally prevent an administrator from anything so making it very hard (vs. simply double clicking on time in task bar) would be OK too.

It's on Windows 7.

link|improve this question
Are you trying to stop someone winding the clock back to circumvent a time limited trial? – ChrisF May 30 '11 at 22:09
1  
Is this in an AD environment? – MaQleod May 30 '11 at 23:01
@MaQleod, no it's not, ordinary single environment – Frank May 31 '11 at 11:01
feedback

migrated from stackoverflow.com May 30 '11 at 22:22

This question came from our site for professional and enthusiast programmers.

1 Answer

The point of being an administrator is that you can do anything. However, you might be able to run a service that syncs the time from a reliable source every few minutes. There is nothing to keep your admin from stopping the service, of course. Just obscurity. And maybe have your service log instances of the time being out of sync before it fixes it. Of course, the admin could delete the log. But you're trying to understand what's happening on your system, right?

link|improve this answer
1  
Windows already has built-in time synchronization. Pretty sure Windows 7 is configured by default to sync with time.windows.com. – Joel B Fant May 30 '11 at 22:11
@joel a built in behaviour is not exactly obscure. Also, time syncing is off on my machine and I didn't turn it off, so it might not be on by default (not that that's relevant here.) – Kate Gregory May 30 '11 at 22:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.