Login Scripts
Redirect Internet Explorer Favourites

If your users move around from machine to machine, some elements of their profile will not follow them. While some can be redirected via Group Policy, the main one missing from that feature is Internet Explorer Favourites.

However this is easily achieved by modifying the registry as part of the login script.

  1. Create the registry file. In this example it is called favorites.reg.
    The best way is to make the required changes on a test machine. Once verified that they work correctly export the relevant keys. Open the export file in a text editor like notepad and remove the other keys.
    There are two locations for this particular change and the first is in "hex", making the native registry editor a much easier place to create the initial settings.
  2. The example below redirects both locations to "U:\Favorites" however as the first one is in hex if you are using a different location, then you will need to make the change in your own registry so that the export will be correct.

  3. Place the following line in to your login script:

    %systemroot%\regedit /s favorites.reg

  4. Place the file in the correct location.
    This should be the same directory as your login script (more information here).

Top of the Page - Home Page
Last Page Update: 28/03/2015

Copyright Sembee Ltd. 1998 - 2024.

Reproduction of any content on this web site is prohibited without express written consent. Use of this web site is subject to our terms and conditions.

All trademarks and registered trademarks are property of their respective owners. This site is not endorsed or recommended by any company or organisation mentioned within and is to provide guidance only and as such we cannot be held responsible for any consequences of following the advice given.

Sembee Ltd. is registered in England and Wales at 1 Carnegie Road, Newbury, Berkshire, RG14 5DJ.
Registered company number: 4704428. VAT Number GB 904 5603 43.

Server 1