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:
- Are you aware of any changes made to the PC prior to this issue?
- 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:
- Click Start, type cmd. Right-click on CMD and select ‘run as administrator’.
- 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.
- 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.
- Type ‘ATTR DISK CLEAR READONLY’ and press enter.
- 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