How to Locate the Cookies Folder in Windows Vista

by Updated April 11, 2009

Finding Cookies in Windows Vista is a little trickier than you might think. Most cookies are found in the following folder location:

C:\Users\<user>\AppData\Roaming\Microsoft\Windows\Cookies\Low

So you can just type that into the windows address bar and it will come up, but make sure to replace <user> with your Computers username.  If you're not sure how to access the windows address bar, just open up the "Documents" folder and you'll see the address bar at the top (to the left of the search box).  Now you can just click on the address bar and replace "Documents" with "AppData\Roaming\Microsoft\Windows\Cookies\Low", and then hit "Enter" on your keyboard to quickly access most of the Cookies on your computer.

By default the Cookies folder is hidden, so to access the folder without typing in the location directly into the windows address bar, you need to show hidden files and folders.  To do this follow these steps:

  1. Click 'Start' -> then click on 'Control Panel'
  2. On the left side of the 'Control Panel' window, click on "Classic View"
  3. Now click on "Folder Options"
  4. In the "Folder Options" pop-up box, select the "View" tab
  5. Within "Advanced Settings", select "Show hidden files and folders".
  6. Also uncheck "Hide protected operating system files".  A "Warning" pop-up box will appear asking "Are you sure you want to display these files?", which you will want to click the 'Yes' button.
  7. To save your settings click 'Apply', then click 'OK'.

 Now you should be able to see and locate the 'Cookies' folder easily.

 

 


0
0

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


If you've ever wanted to get Related Posts based on similar Tags from other Posts using SQL, the following SQL code should help with creating your own SQL query. In this example, the Related Posts are articles, but they could be Blog posts or any other...  more »

Here's one way to setup your connection string for a SQL Server 2008 Express database for a live website using ASP.NET on Windows Server 2008. Open "Sql Server Configuration Manager" -> the click on "SQL Server Network Configuration" -> then click...  more »

When developing websites or applications in Visual Studio.NET, you sometimes need to have Visual Studio run as an administrator. For instance, if you are developing a Web Application Project that uses IIS7 as the local development server for testing,...  more »

Here's a couple quick SQL database tips for finding and deleting duplicate values in a SQL Server table.To find duplicates in a Column use the following SQL: SELECT ColName1, COUNT(*) TotalCountFROM TableName GROUP BY ColName1 HAVING (COUNT(ColName1) >...  more »

There may be a time when you want to get a larger detailed view of a photo on Instagram. Unfortunately, Instragram currently doesn't have a feature to enlarge or magnify photos within the Instagram iphone app. However, with a little change to your iPhone...  more »

Wordpress is a blogging application that provides basic content management to those who manage their own website blogs. It is free and available for download at Wordpress.org and is the most commonly used program for bloggers. A blog is essentially a...  more »

If you want to have two seperate Microsoft Excel files open that are separate from each other, that don't load within the same instance of Excel, then keeping reading to find out how to get around this limitation.  more »

I recently installed SQL Server 2008 database on my local computer and forgot to enable the common language runtime (CLR). Because I had forgotten to turn it on, some portions of my sites were not fuctioning properly due SQL Server not being able to...  more »

Today I got a new laptop battery for my Dell Inspiron laptop. The old battery that came with the laptop was completely dead, so I wanted to find out if there was an easy way to recycle the old battery instead of throwing it way. Ever since watching...  more »

The default settings in Visual Studio 2010 Professional do not automatically show the Solution file by default in the Solution Explorer sidebar. This can be a bit of a problem if you are trying to add another project to your existing solution. To get the...  more »

The Windows Task Manager can be used to start programs, to end running applications, to start or to end processes, as well as to view a dynamic display of your computer's performance. To be able to start the Windows Task Manager, you can use any one of...  more »

If you are getting the following error while trying to access or deploy a SQL Services Reporting Services (ssrs) report server on your localhost: The permissions granted to user 'domain\username' are insufficient for performing this operation....  more »