Any help would be appreciated. I am making a custom ADM to redirect the location of the IE Favorites but it does not work.

I am able to load the ADM into the GPO but am not able to edit it to enter in a path.

TIA

CLASS USER

CATEGORY "IE_Favorites"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explore r\Shell Folders"

POLICY !!IE_Favorites
EXPLAIN !!IE_Favorites_Location_Explain

PART !!IE_Favorites_Location_Tip1 TEXT
END PART

PART !!IE_Favorites_Location EDITTEXT EXPANDABLETEXT
VALUENAME Favorites
END PART

END POLICY

END CATEGORY


[strings]

IE_Favorites="Favorites"
IE_Favorites_Location_Explain="Specify the path to the location of favorites. You can use variables like %USERPROFILE%, %USERNAME%, etc... Both local and UNC paths are valid."
IE_Favorites_Location_Tip1="Specify the UNC path to the favorites location"
IE_Favorites_Location="The path to the favorites folder"