Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Windows 10 read only file attribute

Dec 5, 2018 6:51AM PST

Unable to load X-plane 11 on Windows 10 computer via DVD, read-only box unchecked, starts to load for about 2 seconds, then stops and read-only box has check again. How do I disable read-only attribute?

Discussion is locked

- Collapse -
Answer
Re: read-only
Dec 5, 2018 6:54AM PST

The contents of a DVD is read-only. Changing the attribute doesn't change that.

Copy the contents to your hard disk and uncheck the read-only attributes there. Then run from there.

- Collapse -
Answer
How about remove the attribute in CMD?
Dec 25, 2018 11:34PM PST

Run following commands in an elevated command prompt:
- list disk
- select disk n (n refers to the number of device you want to clean)
- attributes disk clear readonly
- exit