GPO: Custom ADM to redirect Favorites for Windows XP

Custom ADM template to redirect Favorites for Windows XP workstations. Copy the text below to a notepad file and save with .adm extension. Import the ADM file into your GPO and change the path for your environment.

 

 

–Copy start below-

CLASS MACHINE

CLASS USER

    CATEGORY “Custom Policies”

    KEYNAME “Software\Microsoft\Windows\CurrentVersion\Policies”

        POLICY “Favorites”

            PART “Redirect Favorites” EDITTEXT

            KEYNAME “Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders”

            VALUENAME “Favorites”

            DEFAULT “H:\MY DOCUMENTS\Favorites”

            MAXLEN 50

            END PART

        END POLICY

    END CATEGORY

–Copy end above–

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s