Re: Disabling Music Store from iTunes
Re: Disabling Music Store from iTunes
- Subject: Re: Disabling Music Store from iTunes
- From: Craig Sutherland <email@hidden>
- Date: Sat, 14 Jun 2003 11:13:10 -0500
You could also use the built in firewall to turn off the port that
iTunes uses to listen to the music store. This can be done in your
server or individual machines.
Craig
On Friday, June 13, 2003, at 04:48 PM, Rob Jorgensen wrote:
At 4:13 PM -0500 6/13/03, Courtney Moore wrote:
Anyone know of a way to make a script that would prevent users from
using
the Music Store without the option of them reversing it?
Probably the only irreversible way is...
set apps_ to path to "apps" as text
set nomomusic to apps_ & "iTunes"
tell application "Finder"
delete file nomomusic
-- empty
end tell
;-)
--
Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.