I need somehow to represent the IE favorites in a form of mine, any ideas on how I can access them?
Printable View
I need somehow to represent the IE favorites in a form of mine, any ideas on how I can access them?
C:\Documents and Settings\yourprofile\Favorites
at least for 2k/xp machines...not sure about earlier OSs
Cool, thanks almighty kleinma, u seem to answer almost everything I put up here ;)
lol no problem... thats because i have nothing better to do other than my job... but if i did my job then who would answer your questions :DQuote:
Originally posted by A$$Bandit
Cool, thanks almighty kleinma, u seem to answer almost everything I put up here ;)
They are also stored in the registry under
HKEY_CURRENT_USER, "Software\Microsoft\Internet Explorer\TypedURLs"
Hack...
In order to add favourites dynamically is it best to add them to the registry directly?
I made an app a while ago that just creates the .url files in my user profile at school when I log on my account, since it never remembers my favourites. Is this just as good?
Yes, it is just as good.Quote:
Originally posted by ae_jester
Hack...
In order to add favourites dynamically is it best to add them to the registry directly?
I made an app a while ago that just creates the .url files in my user profile at school when I log on my account, since it never remembers my favourites. Is this just as good?
The only reason for my post is that I believe in options. Matt's post is easiest, but I believe folks should know that there are other ways if the easiest isn't working for them. :p
(PS: Welcome to the 1K club!!!!! :D )