Remove Favorite Links Completely From Explorer and Common Dialog in Windows Vista

You know that the Favorite Links area in Windows Explorer can be hidden by moving its resize handle to the top. After tinkering with the registry I found a way to remove Favorite Links and prevent the user from enabling it again. The resize cursor wouldn’t appear when you hover your mouse pointer over the Favorite Links border, after applying this registry edit.

Favorite Links Lock Down - Registry Edit

Windows Explorer

Start Regedit.exe and navigate to the following location:

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Modules \ GlobalSettings \ Sizer

Double-click ProperTreeExpandoSizer and change its Value data from:

00,00,00,00,01,00,00,00,00,00,00,00

to

00,00,00,00,00,00,00,00,00,00,00,00

Open dialog box

Use this Registry location for Open dialog box:

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CIDOpen \ Modules \ GlobalSettings \ Sizer

Save dialog box

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CIDSave \ Modules \ GlobalSettings \ Sizer

Screenshots

Fig 1: Favorite Links hidden, and the resize cursor shown.

Fig 2: Favorite Links removed, and no resize cursor. Horizontal line disappears.

Registry Fixes

I’ve put together a Zip file containing the above edits. Download favlinks_reg.zip, extract the contents to a folder and run the appropriate REG file(s). [Undo Information: To reverse the changes, run the corresponding "hide" REG file, which brings back the resize cursor for Favorite Links.]

REG File Description
fav-cfdopen-hide.reg Hide Favorite Links from Open Dialog box
fav-cfdsave-hide.reg Hide Favorite Links from Save Dialog box
fav-explorer-hide.reg Hide Favorite Links from Windows Explorer
fav-cfdopen-disable.reg Remove Favorite Links from Open Dialog box
fav-cfdsave-disable.reg Remove Favorite Links from Save Dialog box
fav-explorer-disable.reg Remove Favorite Links from Windows Explorer


Copyright © 2008 Ramesh Srinivasan. All rights reserved.

RELATED POSTS


Add to Google

Leave a Reply