less than 1 minute read

You might have read that changing your hard drive to AHCI mode will boost your speed or somehow reset your BIOS and get AHCI enabled by default. And your windows will be like

Blue Screen of Death.

Don’t worry your computer is not bricked. The problem is Windows does not enable AHCI drivers by default. You can simply tell Windows to do so by changing registry value. Go to Start > Run and type regedit. Then locate the key HKEY\_LOCAL\_MACHINE\System\CurrentControlSet\Services\Msahci. Change it to 0 (zero). Or, you could simply download the tool from Microsoft to fix it. In order to download tool, click here.

For my case interestingly I haven’t changed the mode nor reset my BIOS. Somehow Windows stopped working with AHCI. Of course I wouldn’t know it. So I disassembled my laptop and checked all the connections etc. However problem was simply changing a registry entry. Well, those things happen I guess 🙂

Comments