• Mac OS X

    Keep Help Windows From Hogging the Foreground in OS X

    By default, the OS X help window automatically overlays other screens. I’ve now added to my lab imaging sequence to disable this as I use help windows from time to time but want other windows in the foreground when I command-tab to them. To make the change, write a DevMode key as boolean true into com.apple.helpviewer using the defaults command as follows: defaults write com.apple.helpviewer DevMode -bool true To disable: defaults write com.apple.helpviewer DevMode -bool false

  • Mac OS X,  Mac OS X Server,  Mac Security,  Mass Deployment

    Managing SMB Using Defaults

    One of the biggest issues that a number of large environments have is controlling what client systems are able to see on a network.  In these types of environments, limiting the number of Windows file servers that show up can be a show stopper.  So Apple has given us an option in the com.apple.smb.server.plist file for RegisterWINSName.  By default it isn’t there, but when you use the following command and then restart smb it will suppress your system from the list of servers: defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server RegisterWINSName -bool false You can also use com.apple.smb.server to change the NetBIOS name and server description.