Share via

Documents folder keeps changing to read-only.

Anonymous
2018-04-05T10:04:55+00:00

i can uncheck the attribute, but when i open the properties window again, its back on. This is happening to my documents folder,  and i am logged in on my administrators account, i thought it was my antivirus app, but i uninstalled that when i encountered the problem, but it changed nothing.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-04-05T16:51:26+00:00

Hi MAds121212,

The Read-only and System attributes is only used by File Explorer to determine whether the folder is a special folder, such as a system folder that has its view customized by Windows (example: My Documents, Favorites, Fonts, Downloaded Program Files), or a folder that you customized by using the Customize tab of the folder's Properties dialog box. The File Explorer will not allow Read-only or System attributes of folder to view or change.

In that case, you will need to use Attrib command at a command prompt to view or to remove the Read-only or the System attributes of folders. To do this:

  1. Hold the Windows key + R, type cmd.exe then press Enter.

To remove the Read-only attribute and to set the System attribute, use the following command:

attrib -r +s drive:<path><foldername>

For example, to remove the Read-only attribute and to set the System attribute for the C:\Test folder, use the following command:

attrib -r +s c:\test

Be aware that some programs may not operate correctly with folders for which the System attribute and the Read-only attribute are set. Therefore, use the following command to remove these attributes:

attrib -r -s c:\test

Let us know how it goes.

Was this answer helpful?

5 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2018-04-05T17:05:41+00:00

    "Documents" is not a folder, but a "library."  It's an aggregator of sorts.  Are you unable to save files?  It's normal for the properties of libraries and folders to display as read-only.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments