Skip to main content
Question

Managed Prefs issue

  • February 2, 2010
  • 3 replies
  • 9 views

Forum|alt.badge.img+5

I have created a couple of managed prefs to expand all of the print and save
dialog boxes and set them to user level enforced. I rebooted the machines
that are part of the profile and the save dialog boxes are working as they
should but the print dialogs are still not expanding. Any ideas?

Domain: .GlobalPreferences
Key: PMPrintingExpandedStateForPrint
Key Type: Boolean
Value: True
Union Policy: unchecked

by the way, does anyone have any idea what the union policy checkbox is for?
I could find no explantation anywhere in the documentation or on the support
site.

Thanks
Alan

--
Alan Benedict
?
Macintosh Technician
The Integer Group
O: 515-247-2738
C: 515-770-8234
http://www.integer.com

3 replies

Forum|alt.badge.img+8
  • Contributor
  • 150 replies
  • September 7, 2022

I would like to know this as well. I tried the following defaults, but apparently this is not the proper option anymore.

  • defaults write -g PMPrintingExpandedStateForPrint -bool TRUE
  • defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
  • defaults write NSGlobalDomain PMPrintingExpandedStateForPrint2 -bool true

Forum|alt.badge.img+8
  • Contributor
  • 150 replies
  • September 7, 2022

I would like to know this as well. I tried the following defaults, but apparently this is not the proper option anymore.

  • defaults write -g PMPrintingExpandedStateForPrint -bool TRUE
  • defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
  • defaults write NSGlobalDomain PMPrintingExpandedStateForPrint2 -bool true

Let me correct myself. I failed to reboot after sending the default commands, so it looks like the two new commands handle the expanded print dialog correctly.


Forum|alt.badge.img+8
  • Contributor
  • 150 replies
  • September 8, 2022

Let me correct myself. I failed to reboot after sending the default commands, so it looks like the two new commands handle the expanded print dialog correctly.


If you are interested, I created a JSON schema to be included in a Configuration Profile that enforces this as desired.