mcoulter
‎07-13-2021
New Contributor II

Joined: February 2016

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

We are trying to execute the following commands to Autohide the Menu Bar when the Mac logs in automatically as Guest. #!/bin/sh defaults write NSGlobalDomain _HIHideMenuBar -bool true killall Finder When we run this from either a script on JSS or fro...
I'm using the Sierra OS. I'm trying to run a script for hiding the menu bar on a few systems. I'm using the following as my script: #!/bin/sh defaults write NSGlobalDomain _HIHideMenuBar -bool true killall Finder It says that it runs without any erro...
Kudos from