Windows Media Player Default Rip Locations

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

How do you change the default location via a GPO for music being ripped.
Currently users are filliing up their quotas on the server with music, as
WMP defaults to saving in My Music.
I am happy for users to save music locally (to their D drive preferably) if
it can be changed.
If there is an alternative way involving pre-configuration of a ghost image,
then this sort of solution will be fine as well.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

Hi Dave,

Use the following ADM.

;---------------------------------------------
CLASS USER

CATEGORY !!MediaPlayer

POLICY !!ChangeRipPath
KEYNAME "Software\Microsoft\MediaPlayer\Preferences"
EXPLAIN !!ChangeRipPath_Explain

PART !!HelpPathName_Edit EDITTEXT
VALUENAME "CDRecordPath"
END PART

END POLICY

END CATEGORY

[strings]
ChangeRipPath="Change Media Player Rip Path"
ChangeRipPath_Explain="Change Media Player Rip Path"
MediaPlayer="Media Player"
HelpPathName_Edit="Enter Media Player Rip Path (C:\\RipLocation)"
;----------------------------------------


Preferences are not visible in GPMC by default. You must select Media Player
node with mouse right click and then select View ->Filtering...
On the Filtering Tab you should uncheck Only show policy settings that can
be fully managed.

Regards,