zoukankan      html  css  js  c++  java
  • How to enable AHCI in Windows 7 RC after installation

    AHCI  (Advanced Host Controller Interface) enables native command queuing and hot-plugging through SATA host controllers (Serial-ATA) for your hard drives. In many scenarios it enables more efficient multi-tasking. Vista was the first Windows OS to support AHCI out of the box, where as Windows 7 does the same. But an issue with AHCI is that if you install the OS without enabling AHCI in the BIOS, enabling it after installation will render your OS unusable. This is because Windows disable the AHCI driver since it is not needed during the installation.

    There is one way to fix this, although you need to have knowledge of registry editing. The detailed steps from Microsoft are as follows:

    To resolve this issue, enable the AHCI driver in the registry before you change the SATA mode of the boot drive. To do this, follow these steps:

    1. Exit all Windows-based programs.
    2. Click Start, type regedit in the Start Search box, and then press ENTER.
    3. If you receive the User Account Control dialog box, click Continue.
    4. Locate and then click the following registry subkey:

      HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMsahci

    5. In the right pane, right-click Start in the Name column, and then click Modify.
    6. In the Value data box, type 0, and then click OK.
    7. On the File menu, click Exit to close Registry Editor.

    After this you’ll have to restart your computer, go to BIOS and enable AHCI. When you log in to Windows again, you’ll notice the installation of drivers for AHCI. Another restart will be required to finish the driver installation.enable ahci in Windows 7

    I’ve simplified the steps by Microsoft by exporting the registry key. Just download the following file and run it. You’ll still need to go through the steps of restarting your computer and enabling AHCI in the BIOS.

    Hopefully, you’ll find a somewhat noticeable improvement in multitasking, specially if you’re a notebook user. Of course with the variety of PC hardware, experience many vary.

    http://www.ithinkdiff.com/how-to-enable-ahci-in-windows-7-rc-after-installation

  • 相关阅读:
    关于jQuery中click&live&on中的坑
    redis 主从配置和集群配置
    python 搭建redis集群
    事件冒泡及事件委托的理解(JQuery Dom操作)
    python中import和from-import的区别
    python中赋值-浅拷贝-深拷贝之间的关系
    学生管理系统.JavaScript
    学生管理系统.c
    电梯演讲与原型展示
    软件需求分析
  • 原文地址:https://www.cnblogs.com/smwikipedia/p/1680287.html
Copyright © 2011-2022 走看看