Posted on 09-22-2011 08:25 AM
Is there a policy or script that can be deployed to set DVD Region code?
Thanks,
Kevin Hill
Albany ISD
Tech Director / Assistant Principal
Lion Pride
Posted on 09-22-2011 08:31 AM
There DVD region scripts in the Casper resource kit
Criss Myers
Posted on 09-22-2011 08:33 AM
Give me 5 I have something I think!
Posted on 09-22-2011 08:34 AM
Jamf has an "unlockRegionCodeSetting.sh" script in the resource kit, it's in Resource Kit/All Tools/Security Scripts.
It doesn't set the region code, but it unlocks the setting so end-users can set it without requiring admin intervention.
--
Bryan K. Vines
Systems Administrator
Department of Information Systems
Watts | Guerra | Craft LLP
4 Dominion Drive
Building 3, Suite 100
San Antonio, Texas 78257
email: bkvines at wgclawfirm.com
office: 210-447-0500 x1780
mobile: 361-331-1830
Posted on 09-22-2011 08:40 AM
Sorry, mine was to allow user to change region without admin..
Might be handy..
#!/bin/sh
#allow any user to set initial DVD Region Code
#this does not allow a user to set it after it has been initially set
/bin/cp -pr /etc/authorization /tmp/authorization.plist
/usr/bin/defaults write /tmp/authorization rights -dict-add system.device.dvd.setregion.initial "<dict><key>class</key><string>allow</string><key>shared</key><true/><key>comment</key><string>This dictionary has changed, so that unprivileged users can setup inital dvd region code.</string><key>group></key><string>admin</string></dict>"
/bin/mv /tmp/authorization.plist /etc/authorization
Posted on 09-22-2011 10:37 AM
I use a free app DVDRegionCodeUnlock1.0
allows non admin to set the code once.