Hey there! I’m an IT admin managing a bunch of Macs using Hexnode. We’ve decided to turn off the Natural scrolling option on all our Macs, I carried it out using some terminal commands. The command worked fine on one machine, but when I tried to roll it out to the rest of our fleet using Hexnode’s Execute Custom Script feature, nada. Natural scrolling is still doing its thing. Here’s the script I used:
1 2 |
#!bin\bash defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false |
I’m probably missing something super obvious, but I’ve thought it through and still can’t figure it out. Any ideas? Would really appreciate a hand here!