Đổi định dạng Từ IDE sang AHCI trong Windown

Đổi định dạng Từ IDE sang AHCI trong Windown

You start with step 1 while you are still in windows in IDE mode.

  1. Exit all Windows-based programs.
  2. Press [Win] + R or take the RUN option from the start menu.
  3. Now type regedit there and press Enter Key to open up the Registry Editor Window.
  4. If you receive the User Account Control dialog box, click Continue.
  5. Locate and then click the following registry subkeys:

    Code:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStorV
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStor

  6. In the right pane, right-click Start in the Name column, and then click Modify.
  7. In the Value data box, type 0 [3 is default], and then click OK.
  8. On the File menu, click Exit to close Registry Editor.
  9. Restart your computer
  10. Go to UEFI/BIOS and enable RAID, Save & Reboot
  11. Another restart will be required to finish the driver installation.


Switch Windows 10 from RAID/IDE to AHCI

  1. Click the Start Button and type cmd
  2. Right-click the result and select Run as administrator
  3. Type this command and press ENTER: bcdedit /set {current} safeboot minimal (ALT: bcdedit /set safeboot minimal)
  4. Restart the computer and enter BIOS Setup
  5. Change the SATA Operation mode to AHCI from either IDE or RAID
  6. Save changes and exit Setup and Windows will automatically boot to Safe Mode.
  7. Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
  8. Type this command and press ENTER: bcdedit /deletevalue {current} safeboot (ALT: bcdedit /deletevalue safeboot)
  9. Reboot once more and Windows will automatically start with AHCI drivers enabled.
Bài sau →