XP Pro Can't Change Read-Only Attribute
- 1). Click "Start" and then click "Run."
- 2). Type "cmd" in the Open box on the dialog box that opens and then click "OK."
- 3). Type "attrib -r +s drive_letter:\folder_address\folder_name" (without quotes) at the command prompt. Replace "drive_letter:" with the letter of the drive where the folder with the attribute you want to change is stored (for example, C:). Similarly, replace "folder_address" with the address of the folder (for example, MyFolders\MyDocs) and "folder_name" with the name of the folder whose attribute you want to change (for example, MyProjects). The final command will be "attrib -r +s C:\ MyFolders\MyDocs\ MyProjects." Press "Enter."
Source...