How to restore Windows Server 2003 system files
Problem:
How to restore Windows Server 2003 system filesHow to replace a missing or corrupted system file or driver
Solution:
There are multiple solutions for this:SOLUTION 1:
Extract the file using the automated System File Checker
- Click Start > Run
- In the Run dialog box, type the following text:
sfc /scannow - Click OK.
The Windows File Protection dialog box appears and a system scan begins.
You may have to insert your Windows installation CD. - Follow the prompts.
SOLUTION 2:
Use the System Configuration utility to restore a system file(s)
- Insert your Windows Server 2003 installation disk into your CD drive or DVD drive.
- Click Start > Run
- In the Run dialog box, type the following text:
Msconfig - Click OK.
- On the General tab, click Expand File.
- In the File to restore box, type the name of the file you want to expand.
- Or, to locate the file you want to replace, click Browse File, and then click Open.
- In the Restore from box, type the path from which to restore the file.
- Or, to locate the source file you want to expand on your Windows Server 2003 installation disk, click Browse From, and then click Open.
- If the Save file in box is not already populated from step 4, type the path to which you want the file to be restored.
- Or, to locate the destination folder you want to expand the file into, click Browse To, and then click OK.
- Click Expand.
SOLUTION 3:
Use Expand.exe at a command prompt to restore a system file(s)
- Insert your Windows Server 2003 installation disk into your CD drive or DVD drive.
- Click Start > Run
- In the Run dialog box, type the following text:
cmd - Click OK.
- In the command prompt type the following:
cd\ - Press ENTER.
- At the command prompt, type:
expand -r
Where is the path to the file that you want to expand on the Windows Server 2003 installation disk, andis the path to the location where you want to save the file,
- EXAMPLE:
expand –r D:\i386\sfc.dl_ %systemroot%\system32 - Press ENTER.
Use Expand.exe at from the run line to restore a system file(s)
- Insert your Windows Server 2003 installation disk into your CD drive or DVD drive.
- Click Start > Run
- In the Run dialog box, type the following text:
expand -r
Where is the path to the file that you want to expand on the Windows Server 2003 installation disk, andis the path to the location where you want to save the file, - EXAMPLE:
expand –r D:\i386\sfc.dl_ %systemroot%\system32 - Press OK.
No comments:
Post a Comment