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


To change directories while in the windows command prompt use "cd" (cd stands for change directory in DOS)To go to a specific directory type the full path, such as: cd c:\ or cd c:\program files\ To go up one level type: cd ..To see what's in the current...  more »

You may need to have an image refreshed automatically on a web page in ASP.NET to get the latest image. One instance where you might want the fresh image is if you upload an image that has the same file name as an already existing image file on the...  more »

I recently ran into an issue with the ELMAH Error logger Table getting way TOO Big in my SQL Server database. The table row size in the ELMAH_Error table had over 200,000 rows. This was way more than I ever needed to look at, and was causing other issues...  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 »

This tutorial goes through the steps of how to import a SQL script file into a MySQL database.  more »

Late last week my Windows 7 (64-bit) computer started experiencing random freezes with the screen getting pixelated just before locking up. I would have to do a manual restart, to get the computer up and running. It started happening just a day after...  more »

Zipping a file or folder up can be a great way to compress the file in order to make the file size smaller and easier to manage. It can be especially useful when you want to send a large file to someone via email, since most email hosts limit the file...  more »

You're not out of luck if the CD-rom drive on your desktop computer or laptop does not open when you push the button on the drive to eject the CD. You can manually open your computer's DVD or CD-rom drive using a paper clip when the computer is turned...  more »

By using iTunes, you are able to backup your settings, applications and personal data from an iPhone, iPad, or iPod Touch. You'll definitely want to backup your iPhone if you are upgrading to a newer iPhone model (or plan to sell your iPhone) so can...  more »

GodMode is a hidden system control panel in Windows 7 that lets you access all the operating system's control panels from within a single folder without the need to browse options and folders in the Control Panel. To access "GodMode" follow these steps:...  more »

Here's a quick way to enable programs to 'Run as Administrator' in Windows Vista. Click on the 'Start' menu button, it's the blue circle located on the left-hand side of the Task bar. Now click on 'All Programs' Find the program you want to 'Run as...  more »

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 »