I have been trying to exclude My Music from synchronizing.
I read a web article which asks to create a custom ADM. And I have created a
custom adm which is below.

MyMusic.adm

However when I add this adm to > User Configuration > Administrator Templates
It shows "No My Music"

How ever it doesnt show me the key (option) where in I can set the key.
It is empty.

Can someone point me in the right direction on how I can correct this.
=====================================================
CLASS USER
CATEGORY !!NoMyMusic


POLICY !!NoMusicMydocuments
EXPLAIN !!NoMusicExplain
VALUENAME "c:\my music\my music"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"

END POLICY
END CATEGORY



[Strings]
NoMyMusic="No My Music"
NoMusicMydocuments="No My Music Synchronization"
NoMusicExplain="Do not download music"
===================================================

Thanks