ISO help removing read only status from files in win 7

Bubbaleone

Golden Member
Nov 20, 2011
1,803
4
76
Open an elevated (Run as administrator) command prompt, navigate to the directory containing Risk and run this command:

attrib -h -s -a -r /s /d

This will clear the hidden, system, archive, and read-only attributes of all files in the directory and all subdirectories. Simply trying to clear the read-only attribute generally doesn't work until the hidden and system attributes are cleared. Note that hidden and system attributes must be cleared simultaneously.

You may need to run the attrib command with just the -h and -s swithches first, and then run it second time with the -a and -r switches. You may also need to take ownership and give yourself full control permission.