applescript – Enabling HDR on macOS ventura utilizing an apple script

on

|

views

and

comments


I’ve a macbook m1 max with mac os ventura and my HDR at all times randomly turns off when my laptop wakes up from sleep.

I’ve to enter the menu and discover the displays and allow the hdr slider.

I’m making an attempt to write down an apple script that may allow HDR on the exterior displays with out affecting my inside retina monitor. The inner display screen can solely allow or disable tru tones not hdr.

Here’s what I’ve to date however I hold operating into an finish of line error.

inform software "System Preferences"
    activate
    reveal anchor "displaysDisplayTab" of pane id "com.apple.choice.shows"
    inform anchor "displaysDisplayTab" of pane id "com.apple.choice.shows"
        inform desk 1 of scroll space 1
            choose (row whose worth of static textual content 1 comprises "DELL S3422DWG")
        finish inform
        inform desk 1 of scroll space 1
            choose (row whose worth of static textual content 1 comprises "DELL S2721DGF")
        finish inform
        click on checkbox "Excessive Dynamic Vary" of group 1
    finish inform
    stop
finish inform

Then I additionally tried to do it one other means like this,

inform software "System Settings"
    activate
    set present pane to pane id "com.apple.choice.shows"
finish inform


inform software "System Occasions"
    inform course of "System Preferences"
        set frontmost to true
        repeat till exists window "Shows"
        finish repeat
        inform scroll space 1 of group 1 of window "Shows"
            click on checkbox "Excessive Dynamic Vary"
        finish inform
    finish inform
finish inform

inform software "System Settings"
    stop
finish inform

However the system preferences app opens up on the looks tab and I get thrown an error error "System Settings acquired an error: AppleEvent handler failed." quantity -10000.

I simply began utilizing apple script and I’m not actually certain what I’m doing. Any assist can be tremendously appreciated. Thanks!

Share this
Tags

Must-read

Torc Robotics Broadcasts First-Ever Autonomous-Trucking Partnership at Mila to Advance Bodily AI

Montréal, QC and Blacksburg, VA, Could 26, 2026 — Torc Robotics, a pioneer in self-driving car expertise, right this moment introduced a brand...

Two Torc Vans Are Higher Than One

“We're the one ones that really run on production-intent {hardware} and software program. That’s wanted for scale… at low price, prime quality and...

Torc Appoints Tobias Wessels as Chief Monetary Officer

BLACKSBURG, Va. – Could 12, 2026 – Torc Robotics right now introduced the appointment of Tobias Wessels as Chief Monetary Officer. Wessels brings greater...

Recent articles

More like this

LEAVE A REPLY

Please enter your comment!
Please enter your name here