DVD Region

Not applicable

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

5 REPLIES 5

Bukira
Contributor

There DVD region scripts in the Casper resource kit

Criss Myers

Jak
New Contributor III

Give me 5 I have something I think!

bkvines
New Contributor III

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

Jak
New Contributor III

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

Eyoung
Contributor

I use a free app DVDRegionCodeUnlock1.0

allows non admin to set the code once.