Perguntas Frequentes
Veja abaixo duas formas de habilitar na BIOS o AHCI sem reinstalar o sistema operacional.
1. No menu iniciar digite cmd.
2. Botão direito em Command Prompt e Executar como administrador.
3. Copie e cole o comando abaixo ou digite e pressione Enter.
bcdedit /set {current} safeboot minimal
4. Reinicie o computador e entre na BIOS.
5. Localize a opção correspondente e altere de IDE ou RAID para AHCI. Por favor note que cada computador tem uma interface de BIOS diferente.
6. Salve as alterações e o Windows irá iniciar automaticamente no MODO SEGURO.
7. Localize o Command Prompt, botão direito e Run as administrator.
8. Copie e cole ou digite o comando abaixo e pressione Enter.
bcdedit /deletevalue {current} safeboot
9. Reinicie o computador!
METODO ALTERNATIVO
Launch the registry editor (Win+R, type regedit, press Enter) and perform the following actions:
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStorV
and set the value namedStart
to0
: - Find the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStorAV\StartOverride
and set0
to0
: - Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\
and setStart
to0
: - And finally find the last key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\StartOverride\
and set0
to0
: - Reboot your system.
- Go to UEFI/BIOS and enable AHCI mode.
Here is how it looks on an old desktop with AWARD BIOS. You need to go to Integrated Peripherals: findSATA AHCI Mode
and switch it toAHCI
: Save UEFI (BIOS) settings and reboot your PC.
NO WINDOWS 7 -->
Enable AHCI Mode In Windows 7 Without Reinstalling
- Launch the registry editor:
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci
- Set the
Start
value to0
: