Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows VistaWindows XPWindows MeWindows 98Windows 95Virtual PCInternet ExplorerOutlook ExpressWindows MediaSecurity
Related Topics
MS Server ProductsMS OfficePC HardwareMore Topics ...

Windows Forum / Windows XP / Basics / October 2006

Tip: Looking for answers? Try searching our database.

read only?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
yin74 - 30 Oct 2006 19:56 GMT
hi all,
for some strange reason my files have gone read only on my pc and as hard
as i try to turn them back they just wont go.  has anyone got any suggestions
what i can do???

thanks
Ronnie Vernon MVP - 30 Oct 2006 20:26 GMT
Do you mean files or folders? What problems is this causing?

The Read Only attribute on folders in XP is by design and is ignored by Windows. This does not mean that these folders actually have the Read Only attribute set. This does not affect the attributes of the files in the folders. It does not prevent creating, modifying or deleting the files within.

If you have any 'files' with the Read Only attribute in these folders and you remove the Read Only attribute from the parent folder and select to include all of the sub-folders and files, then the files will be marked as Archived, but the Parent folder and all sub-folders will still show the Read Only attribute.

You Cannot View or Change the Read-Only or System Attribute of Folders:
http://support.microsoft.com/kb/326549

Signature

Ronnie Vernon
Microsoft MVP
Windows Shell/User

> hi all,
> for some strange reason my files have gone read only on my pc and as hard
> as i try to turn them back they just wont go.  has anyone got any suggestions
> what i can do???
>
> thanks
yin74 - 31 Oct 2006 17:52 GMT
thanks Ronnie Vernon

it is the folders and i cant save to them at all.   im not able to update
some of the programmes i use on the net coz it can write to the files or
folders that it needs to access.  i have even tried creating new ones and
they auttomatically go to read only.  i have right clicked them and
deselected the read only tab in the properties of the folder and applied it
to all sub folders and files too.  it just reverts steight back to read only.
i will however follow the instructions on the link that you provied me with.
 

thanks again

yin74

> Do you mean files or folders? What problems is this causing?
>
[quoted text clipped - 11 lines]
> >
> > thanks
Ronnie Vernon MVP - 31 Oct 2006 20:10 GMT
yin74

Here is more information on this subject.

When you view the Properties/General Tab of a folder in XP, you will see that it appears to have the Read Only attribute. This setting is ignored by Windows and is by design. Simply, this means that just because you see the Read Only box selected in a folders properties does not necessarily mean that the folder has the read only attribute set.

To see the actual attributes of a folder you can either view the folder in Windows Explorer / Details View or use a command prompt to view the attributes of the folder.

NOTE: It is recommended that you DO NOT change the attributes of a folder in XP. Doing so could cause the folder to lose any customization settings. This is important, especially if the folder has special customizations set by Windows, such as the Fonts, My Pictures, My Documents, etc. These folders have special customizations that allow you to view and work with the fonts, pictures and files in special ways. Changing the attributes would cause these folders to lose these customizations. Many other folders in Windows have special customizations applied.

To see the folder in Details View, select the folder and click View/Details. Right Click at the top of the first column (Name) and you will see a list of available columns. Click the Attributes option. This should cause the Attributes column to appear.

Attributes:
A = Archive
R = Read Only
S = System
H = Hidden

To see the attribute for a particular folder using the command prompt, go to Start/Run type   cmd   and press OK. This will open the Command Window.

This will take you the root of the C: drive.
type CD\ and press ENTER.

At C:\>  type  attrib /?   (ENTER)
This will show the available syntax for the Attrib command.

(IN the following commands note the spaces)

To see the attributes for a folder called "test" on the C: drive, at C:\> type:
attrib C:\test   (ENTER)

You will see:
A     C:\test

This shows that the test folder has the Archive attribute set. If the result is:
RSH   C:\test
This would mean that the Read Only, System, and Hidden attributes are all set on that folder.

To remove an attribute from a folder, you would use the - (minus) character.
attrib -R -H -S C:\test (ENTER)
Would remove these 3 attributes from the folder.

To add an attribute to the folder, you would use the + (Plus) character.
attrib +R +H (ENTER) would add the Read Only and Hidden attributes.

If the folder or file name that you are looking at has any spaces, then you need to enclose the name in quotes. For instance a folder called my folder:
attrib C:\"my folder" (ENTER)

For a file called My File.doc
attrib C:\"my file".doc

Signature

Ronnie Vernon
Microsoft MVP
Windows Shell/User

> thanks Ronnie Vernon
>
[quoted text clipped - 26 lines]
>> >
>> > thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.