Change Read Only Files Windows 10

Change Read Only Files Windows 10 Rating: 9,1/10 2220 votes

Oct 09, 2017  Learn how to change the permissions of a file in Windows 10, including how to make a file read-only and how to add custom permissions for specific users. Apr 19, 2017  However, it is usually because you might not have permissions to the folder. We will walk thru the steps of getting the permissions correct, but before we do that, let’s look at the steps one needs to follow to remove read-only attribute in Windows 10. Remove read-only attribute. Open File Explorer. Jun 23, 2018  Hello guys! I have creat video help you fix solution 'Windows 10 Read-Only Problem', fix error can't be change folder read-only and can't copy, cut and move any file.

  1. How To Change Read Only Files Usb
  2. Can T Change Windows 10 Files From Read Only
  1. Follow the steps below to change your read-only documents back to fully editable documents. Switchfast Engineer Justin Turner tipped us off to an excellent video on the best way to go about solving the read-only issue. Thanks to YouTuber, Windows 10 Guru, we have our solution: Go to “File.
  2. Dec 30, 2015  We have windows 10 installed and with in his 'pictures' folder there is one folder which is listed as 'Read only (Only applies to files in folder)' and also requires admin permissions and errors out. I gave EVERYONE, Administrator, and the user specifically; Full Control.

File attributes are special metadata or properties of files stored in the file system which instruct computer software to change its behavior. Some of them may be enforced by operating system. For example, the read-only attribute prevents apps from writing to such files and tells File Explorer to warn the user that the file or folder can be important. The console DEL command doesn't remove files with the read-only attribute. In this article, we will review different methods to change file attributes in Windows 10.

May 10, 2016  How do I change a read only on a flash drive with Windows 10. Thread starter TheRose1; Start date May 10, 2016; Sidebar Sidebar. It now says read only file. Please help these are several years of my grandchildren. 0 wpgwpg Dignified. Jul 18, 2014 1,880 20. Question Best way to change my boot drive from M.2 NVMe to a larger M.2 NVMe.

RECOMMENDED: Click here to fix Windows errors and optimize system performance


Windows 10 offers the user a number of methods to change file system attributes for folders and files. Each attribute can have only one state at a moment: it can be set or disabled. While file attributes are part of file system metadata, they always considered separate from other metadata values like file date or permissions.
In Windows 10, you can use File Explorer (both the Ribbon option and the File Properties dialog), PowerShell, and the good old command prompt to modify or set file attributes. Let's review each method in detail.

Change file attributes in Windows 10

  1. Open File Explorer and go to the folder that contains your files.
  2. Select the file whose attributes you want to change.
  3. On the Home tab of the Ribbon, click on the Properties button.
  4. In the next dialog, under Attributes, you can set or remove the Read-only and Hidden attributes.
  5. Click on the Advanced button to set or clear extra attributes available for the file.

You are done.

The extra file attributes include:

  • File is ready for archiving.
  • Allow this file to have contents indexed in addition to file properties.
  • Compress file contents to save disk space.
  • Encrypt contents to secure data.

Tip: You can open the File Properties dialog using the context menu. Right-click a file and select the Properties command. Also, you can quickly open the file properties if you press and hold the Alt key and double-click the file or press Enter. See the article:

For the 'Hidden' attribute, one more way is to use the button Hide selected items in the View tab of the Ribbon. See the following article:

How to hide and unhide files quickly in Windows 10.

Change file attributes with PowerShell

It is possible to change file attributes using the PowerShell console. There are a couple of cmdlets which can be used to view, set, or remove them. Here is how you can use them.

Open a new PowerShell console and use the following commands.

To view file attributes with PowerShell, run the following cmdlet:

Replace the path_to_file with the actual path to your file. The command will print all the attributes for the file.

To view all of the information that is available, combine the output with the Format-List cmdlet, as shown below:

This will show more details about your file.

To change file attributes with PowerShell, run the following cmdlet:

This will set the ReadOnly attribute for the specified file.

The possible values for the -Name argument are as follows:

  • Archive
  • Hidden
  • Normal
  • ReadOnly
  • System

Set the appropriate value to True to set the attribute. A value of False will clear the attribute.

Change file attributes using Command Prompt

The command prompt comes with a console attrib command which allows managing file attributes. It supports the following attributes:

R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
O Offline attribute.
I Not content indexed file attribute.
X No scrub file attribute.
V Integrity attribute.
P Pinned attribute.
U Unpinned attribute.
Newtek lightwave. B SMR Blob attribute.

Each attribute can be set using the syntax like this (for example, for read-only attribute):

To remove the attribute, you can use the following command:

So, '+' sets an attribute, and '-' clears an attribute.

How To Change Read Only Files Usb

For example, here is how to set a hidden attribute using the command prompt.

Change the hidden attribute using the command prompt

  1. Open a new command prompt window.
  2. Type the following command to set the hidden attribute:
  3. To remove the attribute, use the command:

You are done. For more information, run the attrib command as follows:

Can T Change Windows 10 Files From Read Only

That's it.

RECOMMENDED: Click here to fix Windows errors and optimize system performance