Amir.php
29-06-2008, 11:51 AM
Here i am giving a small tutorial how to recover corrupted system files.
This is the common problem with all when some of the important system files have been corrupted, or missed.
This causes system treats abnormal. Many of the error may occurs.
many people formate or upgrade their system. But it takes a long time and sometimes not possible in all situations.
So how to do it i explain.
This is simply a technique which i always uses myself. I have leaned it from reading some technology magazines.
Lets see:
1. Take up your windows CD and search for the file name which are corrupted or missed.
2. Replace the last character with an underscore. eg. for notepad.exe we can write:
Notepad.ex_
3. if file is found open the command prompt and enter the command
EXPAND
followed by the full pathname of the file and destination. eg:
EXPAND D:\SETUP\NOTEPAD.EX_ C:\WINDOWS\NOTEPAD.EXE
4. IF pathname contains any spaces then surround it with double coutes.
5. if the file name is not found then search for the unmodified file name. This types of files probably exits in the CAB file( Win xp treats CAB files as a folder). simply right -drag and copy the file to the desired location.
6. When search is done open command window and enter:
EXTRACT /L
follwed by the desired location, the full pathname of the CAB file, and the desired file name .
for examlpe:
EXTRACT /L C:\WINDOWS D:\I386\Driver.Cab Notepad.exe
if destination or files pathname contains spaces, just surround it with double quote.
.......................
This is the common problem with all when some of the important system files have been corrupted, or missed.
This causes system treats abnormal. Many of the error may occurs.
many people formate or upgrade their system. But it takes a long time and sometimes not possible in all situations.
So how to do it i explain.
This is simply a technique which i always uses myself. I have leaned it from reading some technology magazines.
Lets see:
1. Take up your windows CD and search for the file name which are corrupted or missed.
2. Replace the last character with an underscore. eg. for notepad.exe we can write:
Notepad.ex_
3. if file is found open the command prompt and enter the command
EXPAND
followed by the full pathname of the file and destination. eg:
EXPAND D:\SETUP\NOTEPAD.EX_ C:\WINDOWS\NOTEPAD.EXE
4. IF pathname contains any spaces then surround it with double coutes.
5. if the file name is not found then search for the unmodified file name. This types of files probably exits in the CAB file( Win xp treats CAB files as a folder). simply right -drag and copy the file to the desired location.
6. When search is done open command window and enter:
EXTRACT /L
follwed by the desired location, the full pathname of the CAB file, and the desired file name .
for examlpe:
EXTRACT /L C:\WINDOWS D:\I386\Driver.Cab Notepad.exe
if destination or files pathname contains spaces, just surround it with double quote.
.......................