Make read-only file read write from commandline windows

14,339

The attrib command:

here is an example

attrib -r file.txt

This would remove the read-only attribute from the file called file.txt

Share:
14,339

Related videos on Youtube

sairoland
Author by

sairoland

Updated on September 18, 2022

Comments

  • sairoland
    sairoland over 1 year

    How can I make a read-only Windows file read+write for Everyone from the command line. I searched CACLS but the examples aren't great.