Need to move your Hard drive to new computer? Getting a Blue Screen? Inject driver and solve problem

Опубликовано: 24 Октябрь 2024
на канале: Tech Services
777
28

When you transfer HDD or SSD to a new computer you may get a BLUE SCREEN of DEATH
Reason is that there is no driver that works with new hardware. Its usually storage driver.
This is where you can inject a new driver to allow windows to boot.

Steps:
extract all the drivers to a USB thumb drive
boot with the Windows CD or USB
go to the recovery console (typically hidden somewhere under repair, or advanced tools
find out what drive letter your windows installation is in (probably C:) and what drive letter your
USB thumb drive is in (let's assume D:)
type in the magic command:

DISM /Image:C:\ /Add-Driver /driver:D:\ /recurse

wait until the process completes. You should see lines indicating what driver is being injected
reboot