navigation

How to Make a File Read Only

Method 1 of 2:

GUI Method

  1. Right click on the file, you want to make it Read-only.
  2. Click on the Properties tab from the context menu.
  3. Click the Read-only check box belong to Attributes from on the General tab from the popped up Properties window.
  4. Click on Apply and then click on Okay.
Method 2 of 2:

Command Prompt Method

  1. Open command prompt. You can open it by clicking on Start->Run, then type cmd and hit Enter. You can also press Win Key+R.
  2. Write below codes and hit Enter to make your file Read-only.
    1. attrib +r ""
    2. Example: attrib +r "D:wikiHow.txt"
Update 24 March 2020