Hi GoodfellaJC,
Welcome to Microsoft Answers.
Follow the steps mentioned below.
Step 1:
To view or to remove the Read-only or the System attributes of folders in Windows Vista or Windows 7
1. Click Start, click Run, type cmd and then press ENTER.
2. To view the syntax for the Attrib command, type attrib /? at the command prompt.
To remove the Read-only attribute and to set the System attribute, use the following command:****
attrib -r +s drive:<path><foldername>
For example, to remove the Read-only attribute and to set the System attribute for the C:\Test folder, use the following command:
attrib -r +s c:\test
Be aware that some programs may not operate correctly with folders for which the System attribute and the Read-only attribute are set. Therefore, use the following command to remove these attributes:
attrib -r -s drive:<path><foldername>
For example, to remove both the Read-only and the System attributes from the C:\Test folder, use the following command:
attrib -r -s c:\test
If the Run command is not listed on the Start menu, do the following:
Click Start, click All Programs, click Accessories and then click Run.
For further reference check the article mentioned below.
You cannot view or change the Read-only or the System attributes of folders in Windows Server 2003, in Windows XP, in Windows Vista or in Windows 7
http://support.microsoft.com/kb/326549
Hope this information is helpful.
Thank you and Regards.
Thahaseena M
Microsoft Answers Support Engineer.
Visit our Microsoft Answers Feedback Forum and let us know what you think.