Rectangle icon indicating copy to clipboard operation
Rectangle copied to clipboard

MacOS Admin - Enabling Rectangle on Start Up via command line?

Open havedill opened this issue 1 year ago • 1 comments

We install Rectangle using an MDM solution. I noticed by default it is set to not start on login. Is there an easy way to enable this remotely via bash or some other method?

havedill avatar Jul 26 '23 10:07 havedill

Here is the terminal command to enable it:

defaults write com.knollsoft.Rectangle launchOnLogin -bool true

The setting will take effect the next time the app is launched (relaunch it if it's running).

rxhanson avatar Jul 26 '23 16:07 rxhanson