To work around this problem, copy the GPO files that you
want to restore from the CD-R to a folder on your hard disk, remove the
read-only attribute from the GPO files, and then use GPMC to restore GPOs from
the folder on your hard disk. To do this, follow these steps:
- Insert the CD-R disc that contains the backed up GPO files
in the CD-ROM or DVD-ROM drive on your Microsoft Windows 2000 Server-based
computer.
- Start Microsoft Windows Explorer, and then in the
Folders pane, click the hard disk where you want to copy the
GPO files.
- On the File menu, point to
New, and then click Folder.
- Type GPO_Temp, and then press ENTER
to name the new folder.
- Copy the GPO files that you want to restore from the CD-ROM
to the GPO_Temp folder.
- Right-click the GPO_Temp folder, and then
click Properties.
- In the GPO_Temp Properties dialog box, in
the Attributes area, click to clear the
Read-only check box, and then click
Apply.
- In the Confirm Attribute Changes dialog
box, click Apply changes to this folder, subfolders and files,
and then click OK.
- In the GPO_Temp Properties dialog box,
click OK.
- Start GPMC, and then restore GPOs from the GPO_Temp
folder.
Alternatively, you can use Command Prompt to copy the files and
then use the
attrib command to remove the read-only attribute from the files. To do
this, follow these steps:
- Insert the CD-R disc that contains the backed up GPO files
in the CD-ROM or DVD-ROM drive on your Windows server.
- Start Command Prompt.
- Type the following commands, and then press ENTER after
each command:
cd\
md
GPO_Temp
cd GPO_Temp
copy
CD_Or_DVD_Drive_Letter:\GPO_Files_You_Want_To_Restore_From_Backup
attrib
-R /D /S - Start GPMC, and then restore GPOs from the C:\GPO_Temp
folder.