Skip to main content

I tried to find something on this and came up empty. I am surprised that we have not been asked this yet, but is there anything that anyone has done to show the clients when an active Remote session is in place? When it terminates?
I know some of our clients at some point will bring this up, and I thought I'd ask before I get asked.

Scott

Yes. All we need is bright yellow one-pixel-wide frame around client's screen untill remote session. Simple, right? Everyone would be happy


/System/Library/CoreServices/Menu Extras/RemoteDesktop.menu

This is not present in High Sierra or Mojave. Does anyone know where it has moved to?


#!/bin/sh

sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -clientopts -setmenuextra -menuextra yes

Seanhansell - this is the command I have been using via Jamf to show the ARD Menu Extra on High Sierra & Mojave - hope this helps!