How to Replace Corrupted or Missing System Files Manually to Repair Blue Screen in Windows 10 & 11

ValiumMedia Tech
ValiumMedia Tech
15.6 هزار بار بازدید - 3 سال پیش - How to manually repair corrupted
How to manually repair corrupted system files from USB or locally, in order to fix boot loop or start up failure in windows 11, 10, 8 & 7 with blue screen error.

There are many tools that can be used to automatically fix the start up or boot failure, such as Deployment Image Servicing and Management tool or System File checker tool, but they fail to repair corrupted system in some situations.
So, this video will help you to repair the corrupted system files if the DISM or SFC tools fail with one of the following error messages:
“Windows resource protection found corrupt files but was unable to fix some of them”
or
“Windows resource protection could not perform the requested operation”
Or
“Unable to Access the image”
“Error 0x800f081f: The source files could not be found”

I will show you how to replace the missing or corrupted files in windows 10, however, this method is applicable to windows 8, windows Vista or windows 7.


How to boot into Advanced Recovery Environment:
How to Open Advanced Options in Windo...

How to create a bootable USB of windows using android mobile:
How to Create a Bootable USB in Andro...

Playlist with Solutions for most common boot loop and Start up problems with black or blue screen:
How to Create a Bootable USB in Andro...



Steps:
Boot into Advanced Recovery Options from bootable USB of windows.

Click on Start-up repair option to help you know the name and location of the corrupted file.

Memorize the letter of windows partition to use it in place of D in my commands.

If the start-up repair tool fails to show you the details of the corrupted file, execute this command then open the SFC log file:
SFC /SCANNOW /OFFBOOTDIR=C: /OFFWINDIR=D:\WINDOWS

Open SFC log file using this command:
NOTEPAD D:\WINDOWS\Logs\CBS\CBS.log

Open command prompt and execute the following command to open the SrtTrail log file:
NOTEPAD D:\WINDOWS\SYSTEM32\LOGFILES\SRT\SRTTRAIL.TXT

Search for the corrupted file inside windows folder using this command:
DIR /S /A D:\WINDOWS\HAL.DLL

Take administrative ownership and full access of the corrupted file using these commands:
TAKEOWN /F D:\WINDOWS\SYSTEM32\HAL.DLL
ICACLS D:\WINDOWS\SYSTEM32\HAL.DLL /GRANT ADMINISTRATORS:F

If the file is missing, the previous 2 commands are not required.

Backup the corrupted file using this command:
Ren D:\WINDOWS\SYSTEM32\HAL.DLL HAL.DLL.old

Replace the corrupted file using this command:
XCOPY /H D:\WINDOWS\WINSXS\ D:\WINDOWS\SYSTEM32

Execute these commands to show the letters of all volumes:
DISKPART
LIST VOL

Create new folder using this command:
MD D:\MOUNT

Mount the first index of the windows installation using this command:
DISM /MOUNT-IMAGE /IMAGEFILE:H:\SOURCES\INSTALL.WIM /INDEX:1 /MOUNTDIR:D:\MOUNT /READONLY

Replace the H with the letter of the USB or DVD drive, and replace the D with the letter of windows partition in your computer.

Copy the required file from mounted folder using this command:
XCOPY /H  D:\MOUNT\WINDOWS\SYSTEM32\HAL.DLL D:\WINDOWS\SYSTEM32



Repair Windows 10 system files from USB
repair windows 10 from USB
Repair windows 10 from USB without losing data
repair windows 10 from USB command prompt
How to fix corrupted files Windows 10
How to fix corrupted files Windows 10
how to repair windows 10 using command prompt
how to fix corrupted files windows 7
Windows resource protection found corrupt files but was unable to fix some of them,
Windows resource protection could not perform the requested operation,
Unable to Access the image,
Error 0x800f081f: The source files could not be found
3 سال پیش در تاریخ 1400/02/28 منتشر شده است.
15,609 بـار بازدید شده
... بیشتر