You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

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

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

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.