Hello
Thank you for posting in Q&A forum.
The error message you're encountering indicates a time or date difference between your computer and the remote computer. Here are some steps you can try:
- Ensure that both your local computer and the remote computer have the correct time and date settings.
- You can also use the Command Prompt to force time synchronization. On both computers, open Command Prompt as an administrator and run the following commands:
net stop w32time
net start w32time
w32tm /resync
- Ensure that both computers are set to the correct time zone.
- If the computers are part of a domain, ensure that the domain controller's time is correct. Open Command Prompt on the domain controller and run:
net time \<DomainControllerName>
- Ensure that there are no DNS issues affecting time synchronization.
Reference:
Remote Desktop cannot verify the identity of the remote computer ...
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.