Erro de atualização do Windows 10 c1900101 30018

2

Estou tentando atualizar do windows 8.1 para o windows 10 no meu Dell XPS Eu continuo recebendo erro c1900101-30018 Apenas fica em 32% (principal) + 6% (sub) Aparentemente, isso é quando está instalando drivers.

Existe algum lugar no meu PC? Eu posso encontrar um log e ver qual driver está falhando. Eu também desconectei todos os meus dispositivos USB, etc ... antes de tentar a atualização, como algumas pessoas, sugerindo que no Google buscas por esse erro.

Eu também tentei atualizar várias vezes e ainda o mesmo erro. Estou usando o windows update para fazer isso (não o ISO, já que não tenho um pendrive / drive de CD à mão).

    
por DermFrench 20.09.2015 / 22:29

2 respostas

2

Erro de atualização do Windows 10 c1900101 30018

  • Disable (preferably uninstall) your Antivirus utility before attempting the upgrade.
  • Restart a few times and try again.
  • Disable General USB Devices (example - Smart Card Reader).
  • If you are using a SCSI hard disk, make sure you have drivers available for your storage device on a thumdrive and it is connected. During Windows 10 setup, click the Custom Advanced Option and use the Load Driver command to load the appropriate driver for the SCSI drive. If this does not work and setup still fails, consider switching to a IDE based hard disk.
  • Do a clean boot and try again.
  • If you are upgrading using the .ISO file, disconnect from the Internet during setup, if you are connected by LAN (Ethernet) or Wi-Fi, disable both and attempt setup again.
  • If you are updating through Windows Update, when the download reaches 100% disconnect from the Internet LAN (Ethernet) or Wi-Fi and proceed with the installation.
  • If that does not work, try using the .ISO file to upgrade if possible.
  • If you are connected to a domain, switch to a local account
  • If you have any external devices attached to the machine, disconnect them (example, gaming controllers, USB keys, external hard disk, printers, non-essential devices).

How to: upgrade from previous versions of Windows using Windows 10 ISO file

How to download official Windows 10 ISO files

If you are installing Windows 10 using Windows Update, try the following:

  1. Press Windows Key + X on the keyboard and then select “Command Prompt (Admin)” from the menu.

  2. Stop the BITS, Cryptographic, MSI Installer and the Windows Update Services. To do this, type the following commands at a command prompt. Press the “ENTER” key after you type each command.

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    
  3. Now rename the SoftwareDistribution and Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the “ENTER” key after you type each command.

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    
  4. Now, let’s restart the BITS, Cryptographic, MSI Installer and the Windows Update Services. Typethe following commands in the Command Prompt for this. Press the ENTER key after you type each command.

    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    
  5. Type Exit in the Command Prompt to close it and then restart the computer.

Origem Como: Solucionar erros comuns de Instalação e Parada durante a instalação do Windows 10

    
por 20.09.2015 / 23:00
1

Suponho que você esteja atualizando por meio da sua cópia gratuita 'reservada' ou selecionando "atualizar agora" na Ferramenta de criação de mídia do Windows 10.

Eu também quando atualizei um dos meus computadores tenho um erro assim e o que resolveu foi o seguinte:

  1. Faça o download da Ferramenta de criação de mídia , se não tiver t já
  2. Execute a ferramenta & Selecione "Criar mídia de instalação para outro PC" NÃO Atualize este PC agora
  3. Selecione o idioma, a edição e a arquitetura que se aplicam a você
  4. Selecione "USB Flash Drive", clique em próximo e escolha a sua unidade
  5. Após a conclusão da instalação, acesse o computador e abra a unidade flash escolhida e execute " setup.exe ".
por 20.09.2015 / 23:05