Remote windows server RDP access issue
Remote windows server RDP access issue
Error

1.solution..
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
Make sure Type = NT5DS
Run these commands:
w32tm /query /status check is the source server same for both working and non-working servers and what is the time difference
try this: keep running this command for over a period to see how time drift
w32tm /stripchart /computer:Dc name /samples:4 /dataonly
try this : to see if it resolves if it runs on own process
w32tm /unregister
w32tm /register
sc config w32time type= own
net start w32time
w32tm /resync
Final option:
To enable Windows Time service debug logging, at the command prompt, type the following command, and then press ENTER:
w32tm /debug /enable /file:c:\W32Time\w32time.log /size:10000000 /entries:0-116
2. Run the virus scan.
3 .Check the computer object in Ad and verify its in correct container.
4. Unjoin and rejoin it from domain.
Comments
Post a Comment