How to Fix Inaccessible Boot Device Error in Windows 10 | Blue Screen

Описание к видео How to Fix Inaccessible Boot Device Error in Windows 10 | Blue Screen

How to fix inaccessible boot device error in Windows 10. Is your PC facing a blue screen with an Inaccessible Boot Device Error? There are several reasons for this kind of blue screen error. In this video, you will know the causes and fixes of inaccessible boot device error in Windows 10.

Get MalwareFox Antimalware- http://malwarefox.com/

Create bootable USB Drive- https://www.windowschimp.com/create-b...

The video contains detailed instructions which might seem complicated to some users. The commands used in this video are written below serial wise. If you face any issues or have doubts, drop a comment, and we will help you.

Commands- [Replace c with your system drive letter]
Restore backup of essential system files
c:
cd windows/system32/config
cd RegBack
cd..
ren DEFAULT DEFAULT1
ren SAM SAM1
ren SECURITY SECURITY1
ren SOFTWARE SOFTWARE1
ren SYSTEM SYSTEM1
cd RegBack
copy . ..

Uninstall recently installed update packages
c:
dism /Image:c:\ /Get-Packages /Format:table
dism /Image:c:\ /Remove-Package /PackageName:[Package Name]

Remove pending update packages
c:
1- reg load HKLM\temp c:\windows\system32\config\software
2- reg delete “HKLM\temp\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending”/v Exclusive
3- reg unload HKLM\temp
4- dism /Image:c:\ /Get-Packages /Format:table
5- MKDIR C:\temp\packages
6- dism /Image:c:\ /Remove-Package /PackageName:[Package Name] /Scratchdir:c:\temp\packages

Run SFC Tool
c:
SFC /ScanNow

Run DISM Tool
c:
dism.exe /Image:c:\ /Cleanup-Image /RestoreHealth

Run Check Disk Tool
chkdsk /r c:

The video contains the following points-
Intro 00:00
Causes of the inaccessible boot device error 00:23
How to fix inaccessible boot device error 01:05
1- Enable AHCI Mode in BIOS 02:02
Opening command prompt in Repair Mode 02:54
2- Restore backup of essential system files 05:00
3- Uninstall recently installed update packages 07:47
4- Remove pending update packages 09:01
5- Run the SFC scan 10:34
6- Run DISM tool 11:14
7- Run Check Disk tool 11:48
8- Scan your system for malware 12:19

Like | Share | Subscribe
#InaccessibleBootDevice #BootDeviceError #FixBootDeviceBlueScreen #Windows10Fixes

Комментарии

Информация по комментариям в разработке