
09-28-2008
|
|
|
|
Re: IE7: Adding Favorites
See if these tweaks work for you:
EXPAND OR COLLAPSE THE FAVORITES FOLDER TREE
To expand the tree:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AddToFavoritesExpanded"=dword:00000001
To collapse the tree:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AddToFavoritesExpanded"=dword:00000000
SAVE SETTINGS ON EXIT
Change the "NoSaveSettings" value data to "00000000":
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
ju.c
"MarkC" <None@nospam.com> wrote in message news:ew53ngOIJHA.3548@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> When adding a website as a favorite, I will go to add favorites>create in
>
> All the folders are expanded, is there a way to have that set so the folders
> are collapsed with the "+" next to folders so I can just expand the folders
> I want? I believe ver6 was like that, and I liked that better.
>
> Thanks,
>
> Mark
>
>
|