简体   繁体   中英

How to script to turn off mac window mirroring,

So I have 150+ users who are using a mac mini, El Capitan. I use deploy studio to make an image so I can clean out the junk every so often, on this image I have settings and such that I can regulate, I am not sure how to make it so the first time someone logs in, the windows are not mirrored, (everyone is using dual monitors). Is this possible? I can make an Apple script to do it just fine, but that isn't acceptable in this case.

Question : How do I set the preference/setting of "mirror windows" to be automatically or always unchecked?

也许这个链接可以帮助您解决问题: https//discussions.apple.com/thread/2750766?tstart = 0

The setting for whether a display is mirrored or not is controlled per display using the key "Mirrored" in this file:

/Library/Preferences/com.apple.windowserver.plist

However, that file contains a list of displays, each potentially with a unique identifier. You might be able to lay down the same file on multiple machines provided they all have the same monitor model, but I don't know for sure.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM