Remote Desktop - Screen Sharing could not verify the authenticity

In recent updates of Remote Desktop, I receive this popup every time I try to observe a computer. Never used to get this in the past. Sure, I can click continue and move on, but as a school admin who spot checks blocks of student computers throughout the school day, it's super annoying to click it a million times. Any way to get rid of this "feature"?

Posted on Jan 12, 2024 5:59 AM

Reply

Similar questions

1 reply
Sort By: 

Jun 8, 2024 1:32 PM in response to Brian Mull

Super annoying alright. I couldn't figure out how to get rid of it. But here's my workaround, use a script:


tell application "Remote Desktop"


activate


control computer "put_the_computer_name_here"


end tell


delay 1


tell application "System Events"


tell process "Remote Desktop"


if exists (button "Continue" of window 1) then


click button "Continue" of window 1


end if


end tell


end tell

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Remote Desktop - Screen Sharing could not verify the authenticity

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.