ATA/IDE-modus veranderen naar SATA/AHCI bij bestaande Windows-installaties
Windows 10
Bron: lonewolf7 / Tom’s Hardware, 12 september 2015
- Start REGEDIT and look for this line:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\StartOverride - Change the 0 DWORD value from 3 to 0.
- Reboot your PC and set the SATA mode to AHCI.
Windows 8 / 8.1
Bron: Sergey Tkachenko / Winaero, 22 juni 2014
Option 1: Safe Mode
- Power down or restart the computer and enter the system BIOS.
- Change the ATA Drive setting back to ATA Mode, press enter to accept the change and restart the computer.
- Click Yes to the Warning about the detected mode change on the embedded ATA controller.
- The system will boot normally to the Start screen. NOTE: Be sure you know the Local Admin account and password and are able to boot successfully before proceeding.
- Open an elevated command prompt and run the following command to enable Safe Mode boot:bcdedit /set {current} safeboot minimal
- Restart the computer and boot to the system BIOS.
- Change the ATA Drive setting from ATA/IDE Mode to AHCI Mode, press enter to accept the change.
- Click Yes to the Warning about the detected mode change on the embedded ATA controller.
- The system will boot normally to the Start screen in Safe Mode.
- Open an elevated command prompt and run the following command to remove the Safe Mode boot option:bcdedit /deletevalue {current} safeboot
- Restart the computer and boot normally, the system will boot successfully to the Start screen.
Option 2: Registry
- Open the Registry editor.
- Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\storahci - Change the Start DWORD value from 3 to 0.
- Reboot your PC and set the SATA mode to AHCI.
Windows 7
Bron: Sergey Tkachenko / Winaero, 22 juni 2014
- Open the Registry editor.
- Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci - Change the Start DWORD value from 3 to 0.
- Reboot your PC and set the SATA mode to AHCI.
- You are done. Now Windows 7 will boot successfully.