Have you restored your System.mdw file?
If so, then you need to run the WRKGADM.EXE program I mentioned above. Find the WRKGADM.EXE file with Windows Explorer and double-left click it to open the program. Once the Workgroup Administrator program is opened, click the Join... button, browse to your restored System.mdw file to restore order back to your Access applications.
If you are burning your db to a CD-ROM, the burning process always add the Read-Only attribute to any file. You will have to alter the properties of the db file once you copy it back to a drive (local or network). Right-click on the file, select the properties option and deselect the read only attribute.
If you open the db directly form a CD you will get the read only warning because the db can not create the record locking file (*.ldb) file. Not a problem because that is what is supposed to happen. You just have to realize that you can not make any changes (records, designs) to a db that was opened as read only. Same problem a network user will get if they do not have the proper permissions to add/edit a file in a secured folder on a network when using a multi-user db.
HTH