Skip to main content

Hi all looking for some information to make an PPPC for automatic graphics switching on Intel Macbook 2019 (so the user can change this) (for some reason there is an flicker on the screen when you working on the battery)

thanks

 

I don't think you can do this via a configuration profile. But others did this by script:


pmset -a gpuswitch 1

 


https://community.jamf.com/t5/jamf-pro/disable-automatic-graphics-switching/m-p/271443  


Thanks also find that:

Check now with script in Jamf with two options On or Off

#!/bin/bash

pmset -a gpuswitch 1

exit 0

 

thanks

 


Reply