Repairing damaged system files with XP installation disk

  

If the system files of your Windows XP operating system are damaged by viruses or other reasons, here I tell you a way to repair system files, that is, through Windows xp installation disk To fix corrupted files.

The specific process of recovery is as follows:

Search for corrupted files in the Windows XP installation disk. It should be noted that the last character of the file name is replaced by the bottom line "_", for example : If you want to search for "Notepad.exe" you need to use "Notepad.ex_" to search.

After searching, open the command line mode (enter "cmd" in "Run") and enter: "Full path of the EXPAND source file The full path to the target file". For example: EXPAND D:\\SETUP\\NOTEPAD.EX_ C:\\Windows\\NOTEPAD.EXE. One thing to note is that if there are spaces in the path, you need to include the path in double quotes (quotation marks).

Of course is the best, but sometimes we can't find the files we need when searching on Windows XP. One reason for this is that the file you are looking for is in the "CAB" file. Since Windows XP treats "CAB" as a folder, for Windows XP, just drag and drop the "CAB" file to the appropriate directory.

If you are using another Windows platform, search for a "CAB" file containing the target file name. Then open the command line mode and type: "EXTRACT /L target location full path of the CAB file", for example: EXTRACT /L C: \\ Windows D: \\ I386 \\ Driver .cab Notepad.exe. As before, as if there are spaces in the path, you need to enclose the path in double quotes.

Copyright © Windows knowledge All Rights Reserved