Microsoft Windows Vista Community Forums - Vistaheads
Driver Scanner 2009 - Free Scan Now



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Speed Up My Pc 2009!

Where do Add-ons and Cookies save in?

microsoft.public.windows.vista.general



Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Reply
  #1 (permalink)  
Old 07-15-2007
Elliot
 

Posts: n/a
Where do Add-ons and Cookies save in?
As title.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-15-2007
Andrew McLaren
 

Posts: n/a
Re: Where do Add-ons and Cookies save in?
"Elliot" <elliot_barclay@hotmail.co.uk> wrote ...
> As title.


Well ... cookies live in the Cookie folder:
C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows

There is also a symbolic link to this directory, at:
C:\Users\<username>\Cookies.
.... but you can't use this link directly, you get an "access denied" error.

How to tell this Cookies is a symbolic link and not a real directory? Easy,
just use a "dir /a:s" command:

C:\Users\<username>>dir /a:s
Volume in drive C is System
Volume Serial Number is 7846-1538

Directory of C:\Users\<username>

26/06/2007 03:11 <JUNCTION> Application Data
[C:\Users\<username>\AppData\Roaming]
26/06/2007 03:11 <JUNCTION> Cookies
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Cookies]
26/06/2007 03:11 <JUNCTION> Local Settings
[C:\Users\<username>\AppData\Local]
26/06/2007 03:11 <JUNCTION> My Documents
[C:\Users\<username>\Documents]
26/06/2007 03:11 <JUNCTION> NetHood
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Network Shortcuts]
26/06/2007 03:11 <JUNCTION> PrintHood
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Printer Shortcuts]
26/06/2007 03:11 <JUNCTION> Recent
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Recent]
26/06/2007 03:11 <JUNCTION> SendTo
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\SendTo]
26/06/2007 03:11 <JUNCTION> Start Menu
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Start Menu]
26/06/2007 03:11 <JUNCTION> Templates
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Templates]
6 File(s) 3,735,974 bytes
10 Dir(s) 19,893,747,712 bytes free

As you can see, most of the "directories" off your home directory are
actually Symbolic Links to other locations.

As for add-ins ... well, that depends. What add-ons are we talking about?
Add-ons for Internet Exploer? Office? Firefox? But generally, add-ons are
similar to independnet programs, and install themselves somewhere under the
"C:\Program Files" directory. But it's up to the developer of each add-in.

Vista also uses a feature called Virtualisation, which can "virtualise"
well-known program locations for poorly designed applications. So instead of
being installed under C:\Program Files" and app could end up installed
somewere under the C:\Users\User_name\AppData\Local\VirtualStore directory.
See http://support.microsoft.com/kb/927387 for details.

Hope it helps,

--
Andrew McLaren
amclar (at) optusnet dot com dot au


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-15-2007
Elliot
 

Posts: n/a
Re: Where do Add-ons and Cookies save in?
Well, it is very clear. Thanks for your ideas.
I'm talking about IE's add-ons, do you know?


"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:C5E5770A-2AF5-4761-BF4B-1DE88C299161@microsoft.com...
> "Elliot" <elliot_barclay@hotmail.co.uk> wrote ...
>> As title.

>
> Well ... cookies live in the Cookie folder:
> C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows
>
> There is also a symbolic link to this directory, at:
> C:\Users\<username>\Cookies.
> ... but you can't use this link directly, you get an "access denied"
> error.
>
> How to tell this Cookies is a symbolic link and not a real directory?
> Easy, just use a "dir /a:s" command:
>
> C:\Users\<username>>dir /a:s
> Volume in drive C is System
> Volume Serial Number is 7846-1538
>
> Directory of C:\Users\<username>
>
> 26/06/2007 03:11 <JUNCTION> Application Data
> [C:\Users\<username>\AppData\Roaming]
> 26/06/2007 03:11 <JUNCTION> Cookies
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Cookies]
> 26/06/2007 03:11 <JUNCTION> Local Settings
> [C:\Users\<username>\AppData\Local]
> 26/06/2007 03:11 <JUNCTION> My Documents
> [C:\Users\<username>\Documents]
> 26/06/2007 03:11 <JUNCTION> NetHood
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Network Shortcuts]
> 26/06/2007 03:11 <JUNCTION> PrintHood
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Printer Shortcuts]
> 26/06/2007 03:11 <JUNCTION> Recent
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Recent]
> 26/06/2007 03:11 <JUNCTION> SendTo
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\SendTo]
> 26/06/2007 03:11 <JUNCTION> Start Menu
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Start Menu]
> 26/06/2007 03:11 <JUNCTION> Templates
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Templates]
> 6 File(s) 3,735,974 bytes
> 10 Dir(s) 19,893,747,712 bytes free
>
> As you can see, most of the "directories" off your home directory are
> actually Symbolic Links to other locations.
>
> As for add-ins ... well, that depends. What add-ons are we talking about?
> Add-ons for Internet Exploer? Office? Firefox? But generally, add-ons are
> similar to independnet programs, and install themselves somewhere under
> the "C:\Program Files" directory. But it's up to the developer of each
> add-in.
>
> Vista also uses a feature called Virtualisation, which can "virtualise"
> well-known program locations for poorly designed applications. So instead
> of being installed under C:\Program Files" and app could end up installed
> somewere under the C:\Users\User_name\AppData\Local\VirtualStore
> directory. See http://support.microsoft.com/kb/927387 for details.
>
> Hope it helps,
>
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-15-2007
Andrew McLaren
 

Posts: n/a
Re: Where do Add-ons and Cookies save in?
"Elliot" <elliot_barclay@hotmail.co.uk> wrote in message
news:C166014E-DC3E-4989-8828-BBA5608A416A@microsoft.com...
> Well, it is very clear. Thanks for your ideas.
> I'm talking about IE's add-ons, do you know?


The MSDN Library section on "Browser Helper Objects" (formal name for IE
Add-on) does not specify any particular location where they should be
installed. Since they are executables, they should be treaded as such. Some
Microsoft-supplied BHOs (Add-ons) are installed under %SystemRoot% (usually
C:\Windows), some Microsoft add-ons and most 3rd party Add-ons are installed
under %ProgramFiles% (usually C:\Program Files).

See http://msdn2.microsoft.com/en-us/library/aa753587.aspx

Hope it helps,
Andrew


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-16-2007
Elliot
 

Posts: n/a
Re: Where do Add-ons and Cookies save in?
How about Flash Player?

"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:C3EFA8BA-93FD-429B-A5BA-C2C1DF6213C1@microsoft.com...
> "Elliot" <elliot_barclay@hotmail.co.uk> wrote in message
> news:C166014E-DC3E-4989-8828-BBA5608A416A@microsoft.com...
>> Well, it is very clear. Thanks for your ideas.
>> I'm talking about IE's add-ons, do you know?

>
> The MSDN Library section on "Browser Helper Objects" (formal name for IE
> Add-on) does not specify any particular location where they should be
> installed. Since they are executables, they should be treaded as such.
> Some Microsoft-supplied BHOs (Add-ons) are installed under %SystemRoot%
> (usually C:\Windows), some Microsoft add-ons and most 3rd party Add-ons
> are installed under %ProgramFiles% (usually C:\Program Files).
>
> See http://msdn2.microsoft.com/en-us/library/aa753587.aspx
>
> Hope it helps,
> Andrew
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-17-2007
Andrew McLaren
 

Posts: n/a
Re: Where do Add-ons and Cookies save in?
"Elliot" <elliot_barclay@hotmail.co.uk> wrote...
> How about Flash Player?



You're kidding me. You really can't work this out for yourself?

Serach for flash.ocx.

Anyway, it's installed in %SystemRoot%\System32\Macromed. Yes, Flash Player
is a (very) badly behaved app: it should install itself under
%ProgramFiles% - but, it doesn't.

--
Andrew McLaren
amclar (at) optusnet dot com dot au


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-17-2007
Elliot
 

Posts: n/a
Re: Where do Add-ons and Cookies save in?
No, no...
Something wrong with my Flash Player and everything is fine now. Thanks for
your help.


"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news83E38A0-C1AF-4C78-A8A9-03ECD8DBEB4F@microsoft.com...
> "Elliot" <elliot_barclay@hotmail.co.uk> wrote...
>> How about Flash Player?

>
>
> You're kidding me. You really can't work this out for yourself?
>
> Serach for flash.ocx.
>
> Anyway, it's installed in %SystemRoot%\System32\Macromed. Yes, Flash
> Player is a (very) badly behaved app: it should install itself under
> %ProgramFiles% - but, it doesn't.
>
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloaded add-ons and Vista performance. technique_doc microsoft.public.windows.vista.performance maintenance 0 07-10-2007 16:28
Hijacking Firefox Via Insecure Add-Ons Steve General Technology News 0 05-31-2007 14:17
Dreamscene Add-ons ashley microsoft.public.windows.vista.general 2 05-20-2007 21:48
Re: IE7 manage add ons Robert Aldwinckle microsoft.public.windows.vista.print fax scan 4 04-16-2007 05:49
Looking for IE7 add ons Moody Marco microsoft.public.windows.vista.networking sharing 3 03-21-2007 14:32


All times are GMT +1. The time now is 13:13.


Driver Scanner 2009 - Free Scan Now

Driver Scanner 2 - Free Scan Now



Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119