For Windows 10
Found this at the following post.
Basically follow these steps:
- Right-click the Windows Start Menu. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- Restart the computer and enter BIOS Setup (the key to press varies between systems).
- Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
- Save changes and exit Setup and Windows will automatically boot to Safe Mode.
- Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
For Windows 7
Open regedit and go to the following location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci
or Windows 8 and 8.1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\storahci
And change the Start DWORD value from 3 to 0.
Got this from this location
Recent Comments