Share via

All files and hard drives on computer are read only

Anonymous
2018-10-19T01:03:23+00:00

Hi there, 

I've been experiencing an issue where the properties of the all of my hard drives on my computer have the attribute 'read-only'. I have tried deselecting this attribute but it keeps on becoming read-only. 

Thank you,

GreenLeaf64

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

5 answers

Sort by: Most helpful
  1. Anonymous
    2018-10-19T07:30:00+00:00

    That sure is a lot of total wasted time when the Security Advanced settings does the same thing with a few clicks of the mouse, and you can see what the hell is going on and what you are doing.

    Or the attribute's which is in the properties for all folders, or simple command prompt attributes commands to set your folders.

    I just don't get it. Personally, I myself would never trust someone if I didn't know what was going on, and start typing in a bunch of commands from some guy on any forum, especially when it is my system drive with all these bunched commands in your comment. No offense, just seems unnecessary to people on here that usually are below average knowledge PC user.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-10-19T04:52:49+00:00

    In folders inside of C:, If the read only Attributes box has a black square. Then that is default and is how it should be.

    If it has a check mark in it, then it is on Read Only.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-10-19T03:07:06+00:00

    Are these USB drives ?????

    If so, go into BIOS and under USB devices, Make sure READ ONLY is not enabled.

    How did you format them. With Windows or with a 3rd party app ????

    Are they formatted NTFS ???

    right click on start menu>>Disk Management and make sure they are formatted NTFS and I would make them active and restart PC.

    And for Security settings and permissions, Part 2 has complete details on Ownership, permissions and sharing.

    https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/connecting-pcs-and-users-for-sharing/fb92e439-5dbc-4367-9857-1ef360e9ffdf

    You take ownership, then disable inheritance. Bottom selection removes all users, then you NEED to add YOURSELF and ADMINS in user list with full control/permissions.

    If you select disable inheritance and select the top selection, then this allows you to add users or edit the users list and their permissions......

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-10-19T01:32:12+00:00

    Hi GREENLEAF64,

    Look at this thread for a solution: https://answers.microsoft.com/en-us/windows/for...

    If it doesn't work that clarify: window build / when does issue start / what was done for troubleshooting

    Keep me updated

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-10-19T01:31:17+00:00

    Hi, GreenLeaf64,

    This can be done in two different ways, using takeown or icacls.

    This command will take ownership of the folder or drive, and all files and subfolders in the folder or drive.

    Open an elevated command prompt (administrator).

    To grant ownership to administrators group:

    takeown /F "full path of folder or drive" /A /R /D Y

    Open an elevated command prompt (administrator).

    To set administrators group as owner:

    icacls "full path of folder or drive" /setowner "Administrators" /T /C

    https://superuser.com/questions/813878/how-woul...

    Try ICACLS and/or TAKEOWN with the below syntax against the folder with the username as needed.

    Try just the ICACLS commands first and if that doesn't resolve, run the TAKEOWN commands and then run the ICACLS commands again.

    ICACLS Commands

    Grant explicit full control access to this folder to all beneath subfolders, and files leaving all inherited permissions in place and continue on error

    ICACLS "<FolderPath>" /INHERITANCE:e /GRANT:r <UserName>:(F) /T /C

    Grant explicit modify access to this folder to all beneath subfolders, and files leaving all inherited permissions in place and continue on error

    ICACLS "<FolderPath>" /INHERITANCE:e /GRANT:r "<UserName>":(M) /T /C

    Change the owner of this folder and all beneath subfolders and files and continue on error

    ICACLS "<FolderPath>" /SETOWNER "<UserName>" /T /C

    TAKEOWN Commands

    Run this as the account which you want to grant ownership to, and it'll be changed to the owner of the folder and all beneath subfolders and files

    TAKEOWN /F "<FolderPath>" /R /D Y

    https://superuser.com/questions/1100532/command...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    0 comments No comments