Change Folder Attribute

J

JamesJ

I can't "see" C:\Users\username\AppData\Roaming\Microsoft\Windows\Cookies
unless I uncheck 'Hide protected operating system files' in folder options.

Why would Vista consider the contents of this folder operating system files?

How do I change the Hidden attribute for for this folder?

Thanks,
James
 
D

Dave-UK

JamesJ said:
I can't "see" C:\Users\username\AppData\Roaming\Microsoft\Windows\Cookies
unless I uncheck 'Hide protected operating system files' in folder options.

Why would Vista consider the contents of this folder operating system files?

How do I change the Hidden attribute for for this folder?

Thanks,
James

I don't know why the cookies folder is hidden but you can
change the hidden attribute with the Attrib command in a
Command Prompt window.

http://www.computerhope.com/attribhl.htm

An easier way is to use this free utility which adds an
entry to your right-click menu - ' Change Attributes...'

http://www.petges.lu
 
J

JamesJ

I was going to try that buit i;'s extremely difficult to type the entire
path to the cookies folder.
Anyway to paste the path? ctl-v doesn't do it in the command prompt.

James
 
G

Guest

Right click and choose Paste works.

--
..
--
JamesJ said:
I was going to try that buit i;'s extremely difficult to type the entire
path to the cookies folder.
Anyway to paste the path? ctl-v doesn't do it in the command prompt.

James
 
D

Dave-UK

JamesJ said:
I was going to try that buit i;'s extremely difficult to type the entire path to the cookies
folder.
Anyway to paste the path? ctl-v doesn't do it in the command prompt.

James

You can right-click in the command window and select ' Paste '.

If that doesn't work then navigate to the folder to reduce the path:
cd\
cd Users
cd Yourfolder
cd Appdata
cd Roaming
cd Microsoft
cd Windows
attrib -s -h Cookies

or copy and paste this (but edit for your folder),
"C:\Users\Admin\AppData\Roaming\Microsoft\Windows"

attrib -s -h Cookies
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top