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


Have you ever deleted an old podcast episode in iTunes and then wanted to re-download it? To get deleted podcast episodes to show up again in iTunes you could just delete your subscription to the particular podcast, and then resubscribe to the podcast for...  more »

If you've recently moved a Visual Studio.net web site project (wsp) or web application project(wap) to deploy on Internet Information Services 7 (IIS7) you may have discovered that your Tiny_MCE text editor no longer is showing up and getting the pop-up...  more »

Find out how-to take a snapshot of what’s on your computer screen and turn the screenshot into an image using graphic software. You'll learn how to take a screenshot of your entire computer screen or just a selected window.  more »

After installing Windows 7 (or Windows Vista) you may want to check to see if the software was actually activated. Follow these steps to determine whether your copy of Windows has been activated successfully: Go to 'Control Panel'. Click on 'System and...  more »

Here's how you can do a simple validation check for blank spaces in javascript. In the example below, the javascript function first trims the text value to make sure there is no extra white space and then checks the length for 0: function...  more »

Today I ran into the a "Restore failed for Server" error message while trying to restore a SQL Server 2008 database using a database backup (.bak) file. Below I will show you how to fix this restore error, so that you can restore your SQL Server database...  more »

If you ever wanted to change a field to null in a Sql Server 2005 Management Studio result set, you're in luck because there is a quick and easy way to do it.  more »

By default the Quick Launch bar is no longer enabled in Windows 7, which is where the Show Desktop shortcut icon button resided in previous version of Windows. Don't worry, the Show Desktop feature is still included in Windows 7, it's just been redesigned...  more »

If you've been using Windows Mail on a Windows Vista computer, and upgraded to a Windows 7 computer you may want to copy over your email information from Windows Mail to the newer Windows Live Mail email client on Windows 7. As it stands now Windows Mail...  more »

I recently dealt with an issue of external images not showing in Reporting Services (SSRS) report viewer control within an IIS7 website. When the IIS7 website had it's Application Pool's Managed Pipeline Mode set to "Classic", the external images showed...  more »

Here's how you can enable SQL Server Authentication in a SQL Server 2008 database, and then add a User login and password account for connecting to the database. Open SQL Server Management Studio In the Object Explorer sidebar, right-click on the top SQL...  more »

It's pretty simple to add more than one clock to your system tray in Windows Vista or 7. Follow these steps to have up to three clocks in different time zones added to the system tray: Open the Control Panel -> then Clock, Language and Region ->...  more »