favorites

D

Debbie

In my folder "documents and settings/my name/favorites" I have all my
favorites there. When I click on Favorites at the top only one of my folders
shows up. How can I get all of my folders in favorites to show up? Thank
you.
Debbie
 
D

Dave Patrick

Sounds like you're using a different profile than where you're looking. From
a command prompt;

echo %userprofile%

will show you which one you're using.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| In my folder "documents and settings/my name/favorites" I have all my
| favorites there. When I click on Favorites at the top only one of my
folders
| shows up. How can I get all of my folders in favorites to show up? Thank
| you.
| Debbie
|
|
 
D

Debbie

I only have one profile, mine. They are all in my favorites folder just not
showing up when I click on favorites at the top.
Debbie

Sounds like you're using a different profile than where you're looking. From
a command prompt;

echo %userprofile%

will show you which one you're using.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| In my folder "documents and settings/my name/favorites" I have all my
| favorites there. When I click on Favorites at the top only one of my
folders
| shows up. How can I get all of my folders in favorites to show up? Thank
| you.
| Debbie
|
|
 
D

Dave Patrick

Sorry but that doesn't help.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I only have one profile, mine. They are all in my favorites folder just not
| showing up when I click on favorites at the top.
| Debbie
 
D

Debbie

OK Let's try it from a different angle.
I have all of my favorites in the favorite folder under C:\Documents and
Settings\My Name\Favorites.
I have the exact same folder under C:\Documents and Settings\All
Users\Favorites and duplicated also in C:\Documents and Settings\Default
User\Favorites. When I open a web page and click on the favorite icon at the
top of the page there is nothing there. How can I get them to show up? Thank
you.
Debbie


Sorry but that doesn't help.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I only have one profile, mine. They are all in my favorites folder just not
| showing up when I click on favorites at the top.
| Debbie
 
G

Gary Smith

Favorites in the All Users and Default profiles will not be used, but
those in "My Name" should be. It shoulds as though IE is looking
somewhere else. To find out where, open Regedit and navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders and look at the value named Favorites. What folder is listed
there?
 
D

Dave Patrick

\default user is an image used to create profiles for new users.
\all users is common to all users that logon (desktop, start menu, etc.)

From a command prompt;
echo %userprofile%
will reveal the one you're using.

The 'Favorites' you're using are in;
%userprofile% \Favorites
which should be equivalent to;
C:\Documents and Settings\your name\Favorites

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| OK Let's try it from a different angle.
| I have all of my favorites in the favorite folder under C:\Documents and
| Settings\My Name\Favorites.
| I have the exact same folder under C:\Documents and Settings\All
| Users\Favorites and duplicated also in C:\Documents and Settings\Default
| User\Favorites. When I open a web page and click on the favorite icon at
the
| top of the page there is nothing there. How can I get them to show up?
Thank
| you.
| Debbie
 
G

Gary Smith

The Favorites folder in use doesn't have to be %UserProfle%\Favorites,
although that's the usual location. It's possible to have it in other
locations, and it's possible to move it by accident. That's why I
suggested checking the registry.


Dave Patrick said:
\default user is an image used to create profiles for new users.
\all users is common to all users that logon (desktop, start menu, etc.)
 
D

Dave Patrick

Thanks Gary, I'm not new here and am full aware of this. One step at a time.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| The Favorites folder in use doesn't have to be %UserProfle%\Favorites,
| although that's the usual location. It's possible to have it in other
| locations, and it's possible to move it by accident. That's why I
| suggested checking the registry.
 
D

Debbie

It says C:\WINNT\Favorites. I tried to modify the setting but it doesn't
take?
Debbie

Favorites in the All Users and Default profiles will not be used, but
those in "My Name" should be. It shoulds as though IE is looking
somewhere else. To find out where, open Regedit and navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders and look at the value named Favorites. What folder is listed
there?
 
D

Dave Patrick

Editing;
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders

does no good because entries that appear in user 'User Shell Folders' always
take precedence over those in 'Shell Folders'

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders


Edit the Reg_Expand_Sz string 'Favorites' found in 'User Shell Folders' to
read exactly;

%USERPROFILE%\Favorites

(note: you must use regedt32.exe)


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| It says C:\WINNT\Favorites. I tried to modify the setting but it doesn't
| take?
| Debbie
 
D

Debbie

I changed the favorites in user shell folders and my favorites are back!!
Thanks a million for your help.
Debbie


Editing;
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders

does no good because entries that appear in user 'User Shell Folders' always
take precedence over those in 'Shell Folders'

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders


Edit the Reg_Expand_Sz string 'Favorites' found in 'User Shell Folders' to
read exactly;

%USERPROFILE%\Favorites

(note: you must use regedt32.exe)


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| It says C:\WINNT\Favorites. I tried to modify the setting but it doesn't
| take?
| Debbie
 
D

Dave Patrick

You're welcome.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I changed the favorites in user shell folders and my favorites are back!!
| Thanks a million for your help.
| Debbie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top