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...