Share via

Internal Hard Drives Became Read Only

Anonymous
2019-05-31T10:58:17+00:00

I recently discovered that all files and folders have become read only on both my internal drives and i don't know why. Furthermore any attempt to change them back has no effect. I have tried changing the user permissions and ensuring i have admin privileges but none of this makes any difference.

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

9 answers

Sort by: Most helpful
  1. Anonymous
    2019-06-12T13:27:45+00:00

    Hi. Method 1 did not work. Method 2 is very unclear. I had to google the first command: 'ATTR DISK CLEAR READONLY’ to figure out what to do as you left out the previous steps of "List disk" and so forth. I tried that and that also did not work. I don't know what to do with the  ‘ATTR VOLUME CLEAR READONLY’.

    Thanks

    Arron

    9 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-06-12T13:43:57+00:00

    How do you know they are read only. If windows system files are read only you wouldn't be able to use your device.

    Can you show a screenshot of what you see that shows read only.

    Hi. On closer inspection it seems to only be the folders themselves which are read only, the files haven't been affected.

    A screenshot isn't necessary, if I right click any folder (I have checked many non-system folders and haven't found any exceptions), go to properties then at the bottom where it says "Attributes" the "Read Only" checkbox is ticked. If I untick it then click apply it changes nothing because if I check again then it still says read only.

    8 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-07-16T12:49:47+00:00

    There's a difference between:

    and:

    Do you know what it is?

    Here's your hint: Why does Hyper-V have a check mark, while Internet Information Services has a black box?

    Wow! Never realised you couldn't make folders themselves read only, just the files within them. Thanks! With this I was able to determine it was nothing to do with Windows at all, but the program Lightroom I was trying to export from.

    7 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2019-06-01T07:42:41+00:00

    Hi ArronBlocksidge,

    Thank you for posting your question in the Microsoft Community.

    I can understand the situation must be difficult for you when the internal drives act as ‘Read Only’ and do not work as they should.

    Please answer these questions to get clarity on this issue:

    1. Are you aware of any changes made to the PC prior to this issue?
    2. Which security software is installed on the PC?

    Let us follow these methods to check if that helps us with this issue:

    Method 1: To view or to remove the Read-only or the System attributes of folders in Windows:

    1. Click Start, type cmd. Right-click on CMD and select ‘run as administrator’.
    2. To view the syntax for the Attrib command, type attrib /? In the command prompt window.

    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

    Note: 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 drive:<path><foldername>

    For example, to remove both the Read-only and the System attributes from the C:\Test folder, use the following command:

    attrib -r -s c:\test

    If the Run command is not listed on the Start menu, do the following:

    Press Windows key + R to get the run window.

    Once this is done, restart the computer and check if that works for you.

    Method 2: Alternatively, you can also use Disk part commands to clear the read-only attributes of your disk or volume.

    1. Open Command Prompt in Admin mode. Click Start, type CMD. Right click on CMD and select ‘run as administrator’. This will open CMD in admin mode.
    2. Type ‘ATTR DISK CLEAR READONLY’ and press enter.
    3. Type ‘ATTR VOLUME CLEAR READONLY’ and press enter.

    Once this is done, restart the computer and check if that works for you.

    Let us know the result of the steps performed to help you further.

    Awaiting your reply.

    Regards,

    Srimadhwa B

    Microsoft Community-Moderator

    7 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2019-07-16T12:22:07+00:00

    There's a difference between:

    and:

    Do you know what it is?

    Here's your hint: Why does Hyper-V have a check mark, while Internet Information Services has a black box?

    4 people found this answer helpful.
    0 comments No comments