Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Change Folder Attribute

Reply
Thread Tools Display Modes

Change Folder Attribute

 
 
JamesJ
Guest
Posts: n/a

 
      11-25-2009
I can't "see" C:\Users\username\AppData\Roaming\Microsoft\Window s\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


 
Reply With Quote
 
 
 
 
Dave-UK
Guest
Posts: n/a

 
      11-25-2009


"JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message news:...
> I can't "see" C:\Users\username\AppData\Roaming\Microsoft\Window s\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



 
Reply With Quote
 
JamesJ
Guest
Posts: n/a

 
      11-25-2009
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

"Dave-UK" <> wrote in message
news:#...
>
> "JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message
> news:...
>> I can't "see"
>> C:\Users\username\AppData\Roaming\Microsoft\Window s\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
>
>
>

 
Reply With Quote
 
Guest
Posts: n/a

 
      11-25-2009
Right click and choose Paste works.

--
..
--
"JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message
news:...
>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
>
> "Dave-UK" <> wrote in message
> news:#...
>>
>> "JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message
>> news:...
>>> I can't "see"
>>> C:\Users\username\AppData\Roaming\Microsoft\Window s\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
>>
>>
>>


 
Reply With Quote
 
Dave-UK
Guest
Posts: n/a

 
      11-25-2009

"JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message news:...
> 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\Wind ows"

attrib -s -h Cookies



 
Reply With Quote
 
JamesJ
Guest
Posts: n/a

 
      11-25-2009
I right clicked and used the attrib command.
Worked ok.

Thanks,
James

"Dave-UK" <> wrote in message
news:#...
>
> "JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message
> news:...
>> 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\Wind ows"
>
> attrib -s -h Cookies
>
>
>

 
Reply With Quote
 
JamesJ
Guest
Posts: n/a

 
      11-25-2009
Didn't realize I can right click there.

Thanks,
James

<.> wrote in message news:...
> Right click and choose Paste works.
>
> --
> .
> --
> "JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message
> news:...
>>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
>>
>> "Dave-UK" <> wrote in message
>> news:#...
>>>
>>> "JamesJ" <jjy@darwin_roadrunne0r.com> wrote in message
>>> news:...
>>>> I can't "see"
>>>> C:\Users\username\AppData\Roaming\Microsoft\Window s\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
>>>
>>>
>>>

>

 
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

BB 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
Move \Users folder once for all Peter Meinl Windows Vista Installation 25 03-03-2010 01:37 AM
Permission denied to access folders rypurdue Windows Vista Administration 9 10-19-2007 08:00 PM
How to change 'Group' permissions on existing folder? Jason Windows Vista File Management 4 05-24-2007 02:43 AM
Documents folder not recognized as "My Documents" David Witus Windows Vista File Management 12 03-29-2007 06:29 AM
folder structure?? Rat_uk Windows Vista File Management 22 03-07-2007 08:37 PM



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