Can’t logon due different time setting
Sometimes when a new computer join a domain you will get this error
The current time on the computer and the current time on the network are different
this is because the clock on workstation is different from the time setting on the domain server. here is the step to solve this problem.
- Login as local administrator
- Open run and type ‘cmd’
- type ‘net use \\serverIP /user:serverUsername’
- type ‘net time /domain:domainName /set /y’
- type ‘net time \\serverIP /set /y’
- Log out, and you done.
that’s all, piece a cake isn’t it?
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
1 comment
[...] bit of searching about turned up an effective solution, fortunately. It’s good to remember if you run into the [...]
Leave a Comment