Results 1 to 2 of 2

Thread: How to Rename “Favorites”, “Libraries”, “Homegroup”, “Comput

Threaded View

  1. #1
    razorsedge is offline
    The Sci-Fighter

    Join Date
    Oct 2009
    Location
    The land of Hockey and Rock music
    Posts
    5,016
    Mentioned
    16 Post(s)
    Tagged
    434 Thread(s)


    Sex:

    How to Rename “Favorites”, “Libraries”, “Homegroup”, “Comput

    How to rename these items present in Navigation pane. By default, Windows only allows you to rename "Computer" item. You can right-click on it and select "Rename" and type whatever name you want to give.

    But what about other items? You can rename them too using a simple registry trick which is mentioned in the coming steps.

    Attachment 35400

    We'll modify the same registry keys which we modified in the above mentioned tutorials to remove the items. We'll just edit a String value "LocalizedString" for each Navigation pane item and give it our desired name.

    So without wasting any time, lets start the tutorial:

    1. Type regedit in RUN or startmenu search box and press Enter. It'll open Registry Editor.

    2. Now go to any of following keys according to your requirements:

    Code:
      Favorites - HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}
        Libraries - HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}
        Homegroup - HKEY_CLASSES_ROOT\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}
        Network - HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}
    3. Now you'll need to change value of "LocalizedString" String value present in the right-side section. But Windows will not allow you to change its value as you won't have proper permissions.

    You can use following simple steps to take permission:

    * Right-click on the key mentioned in Step 2 and select "Permissions...".
    * It'll open a dialog box, Click on "Advanced" button.
    * It'll open another dialog box, Go to "Owner" tab.
    * Select your Username from the list and click on "Apply" button and then OK.
    * Again click on OK button in the first dialog box.
    * Now again right-click on the same key and select "Permissions...".
    * Select your Username in the list and check the "Allow" option for "Full Control".
    * Click on Apply button and then OK.

    4. Now double-click on "LocalizedString" String value given in right-side section and change its value to any desired name like "PC Favorites", "My Libraries", "Home Network", etc.

    5. That's it. Now open My Computer and you'll see the new names for each item.

    NOTE: If you want to restore the default names, you can use following default values of "LocalizedString" String value:

    Code:
      Favorites - @%SystemRoot%\system32\shell32.dll,-21796
        Libraries - @%SystemRoot%\system32\shell32.dll,-50691
        Homegroup - @%SystemRoot%\system32\shell32.dll,-50688
        Network - @%systemroot%\system32\NetworkExplorer.dll,-1
    Last edited by Big V; August 12th, 2011 at 05:09 AM.








 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is it possible to colorize homegroup??
    By faizalotai in forum Theme Building Questions
    Replies: 0
    Last Post: October 17th, 2011, 03:43 AM
  2. [How To] Change the Homegroup Background
    By Mr GRiM in forum Windows Style Builder v1.5 Tutorials
    Replies: 4
    Last Post: September 9th, 2011, 07:34 AM
  3. IE8 Favorites Panel Header Color
    By siemprelisto in forum Firefox\IE
    Replies: 0
    Last Post: September 15th, 2010, 11:54 PM
  4. Replies: 7
    Last Post: February 9th, 2010, 04:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •