Long story short, I found out that I accidentally installed widows 7 with my SSD set to IDE and now I can't switch it back to AHCI because I get an error and windows doesn't start. How do I switch it to AHCI?
Change from IDE to AHCI Mode after Installation
Information: AHCI stand for Advance Host Controller Interface. AHCI is a hardware mechanism that allows software to communicate with Serial ATA (SATA) devices (such as host bus adapters) that are designed to offer features not offered by Parallel ATA (PATA) controllers, such as:
Hot-Plugging
Native Command Queuing (NCQ) -might improve computer/system/hard disk responsiveness, especially in multi-tasking environment
You can read more about AHCI mode HERE
Instruction: There is one way to fix this, although you need to have knowledge of registry editing.
The detailed steps from Microsoft website are as follows:
Exit all Windows-based programs.
Press [Win] + R or take the RUN option from the start menu.
Now type regedit there and press Enter Key to open up the Registry Editor Window.
If you receive the User Account Control dialog box, click Continue.
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\msahci
In the right pane, right-click Start in the Name column, and then click Modify.
In the Value data box, type 0 [3 is default], and then click OK.
On the File menu, click Exit to close Registry Editor.
Restart your computer
Go to BIOS and enable AHCI, Save & Reboot
Another restart will be required to finish the driver installation.
Alternatively
Just download this Reg File and double-click to implement AHCI on your Windows-based computer.
Just remember to do the BIOS switch as well when you reboot..
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
Thanks! I did and I see a slight improvement!Originally Posted by XSCounter
You need Intel RST driver. http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=2101&DwnldID=20624&lang=eng&iid=dc_rss
Yeah I am glad I didn't!