Como fazer Python e Pip funcionarem no Windows
Precisa que um interpretador Python funcione em seu PC com Windows 10 ou 11? Aprenda como fazer o Python funcionar no Windows com este tutorial fácil.
0x80080005 é um código de erro relatado por muitos usuários ao tentar executar o Windows Update. Impede que o seu sistema operacional baixe e aplique as atualizações mais recentes, o que pode causar sérios problemas a longo prazo.
Por exemplo, você pode ter problemas para atualizar os aplicativos da Microsoft Store sem as atualizações de sistema mais recentes. O erro pode ser desencadeado por um erro de software ou hardware. Geralmente tem a ver com as configurações do seu computador ou de conexão de rede, o que significa que você deve ser capaz de resolvê-las facilmente usando as soluções abaixo.
Antes de iniciar o processo de solução de problemas, certifique-se de criar um ponto de restauração do sistema em seu PC. Se você encontrar problemas adicionais ao longo do caminho, poderá desfazê-los revertendo o Windows 10 para o ponto de restauração.
Além disso, você deve tentar executar o Windows Update para confirmar o erro:
Você pode começar com uma solução fácil: use o solucionador de problemas do Windows Update . Ele foi projetado para identificar e reparar problemas comuns que impedem que o sistema operacional seja atualizado. Veja como usá-lo:
Se o solucionador de problemas interno não funcionou, você pode acessar o Diagnóstico do Windows Update. É uma ferramenta feita pela Microsoft para diagnosticar e reparar problemas do Windows Update, que deve ser instalado separadamente. Veja como usá-lo:
O Windows Update é controlado por um serviço que deve ser iniciado automaticamente na inicialização do sistema e executado o tempo todo. Se, por algum motivo, isso não acontecer, você pode esperar códigos de erro como 0x80080005. Felizmente, você pode corrigir esse problema facilmente:
O Serviço de lista de rede é necessário, mas alguns usuários relatam que ele causa problemas no Windows Update que levaram ao erro 0x80080005. Veja como desligá-lo:
É possível que o código de erro do Windows Update 0x80080005 tenha sido disparado por configurações incorretas na Política de Grupo. Veja como verificar e corrigir esse problema:
Você pode redefinir rapidamente os componentes do Windows Update para limpar o cache e corrigir problemas comuns que podem levar ao erro 0x80080005. Para que isso aconteça, basta usar o Prompt de Comando. Aqui está o que você deve fazer:
net stop wuauserv
net stop cryptSvc
bits de parada de rede
net stop msiserver
ren C: \ Windows \ SoftwareDistribution SoftwareDistribution.old
ren C: \ Windows \ System32 \ catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
bits net start
Net start msiserver
Todos os dispositivos externos que você conectou recentemente ao computador podem ter causado o código de erro 0x80080005 devido a problemas de compatibilidade ou driver. Pense em todas as novas peças de hardware que você comprou ou recebeu como um presente, como pen drives USB, adaptadores Wi-Fi ou webcams com recursos plug-and-play.
Para lidar com este assunto, desligue o computador e desconecte todos os dispositivos periféricos, exceto o teclado e o mouse. Em seguida, inicialize o sistema operacional e execute o Windows Update para confirmar que você não está recebendo mais o erro.
Você tem duas opções neste ponto: reconectar todos os dispositivos e desconectá-los sempre que precisar executar o Windows Update ou selecionar o equipamento culpado para consertá-lo ou parar de usá-lo.
Uma inicialização limpa do Windows 10 significa desligar todos os componentes desnecessários que podem causar problemas de software, como drivers, serviços e processos. Pode ajudá-lo a descartar problemas que levaram ao erro do Windows Update 0x80080005. Aqui está o que você precisa fazer:
It’s unlikely, but Windows Update could be blocked by your firewall. It usually happens when you change the default firewall settings or install a third-party firewall application that makes it happen.
To stay on the safe side, you can temporarily turn off the firewall to give Windows enough time to install updates. Just make sure to restart it afterward. Otherwise, you will leave your computer exposed to malware.
If you have a third-party firewall that takes over Windows Firewall, adapt the steps above to temporarily turn it off.
In the previous solution, we mentioned that a third-party firewall with incorrect settings could block Windows Update and, subsequently, trigger error codes like 0x80080005. However, it’s also possible that the firewall application is built poorly or doesn’t fully support your Windows edition.
It applies not only to firewall apps but also any programs with Internet access. This includes Internet security solutions, VPN services, web browsers, or torrenting clients.
If you started experiencing Windows Update errors right after adding a new piece of software to your PC, that could be the guilty party. But you should be able to fix this problem by uninstalling it.
The Windows 10 built-in uninstaller is not that effective. If you prefer a more thorough solution that removes not only programs but also any leftover files and registry entries, use a third-party app uninstaller.
Not only software applications can cause Windows Update issues but also a faulty system update. It’s not uncommon for Microsoft to push unreliable updates that affect the computers of millions of users. In some cases, this could even lead to error code 0x80080005.
But you can fix it by uninstalling the most recent Windows updates. Here’s how:
If there isn’t enough free disk space on your computer, Windows Update might not be able to carry out its activities, like downloading files or running background processes. You can tell if you get the insufficient disk space message in the notifications center.
To fix this problem, you can increase the disk space on the C: drive (or wherever you have Windows installed) by turning to a partition manager. However, if you don’t want to install any third-party tools, Disk Management should do the trick.
If your hard disk is not big enough to allocate disk space from one partition to another, a workaround is to remove files from your PC to make room for Windows Update. Move personal photos and videos to an external hard disk, burn them to DVDs, or upload them to cloud storage accounts.
You can also uninstall large games and applications, as well as get rid of junk files with the help of a system cleaner. Or, if you don’t want to install anything extra, check out the Windows Disk Cleanup utility.
It’s common for driver issues to interfere with all applications and system utilities that require Internet access, including Windows Update. For instance, if your network device is not working properly, it could be the reason why you keep getting error code 0x80080005. It’s also possible that your network driver is obsolete or incompatible with your operating system. Here’s what you need to do:
If Windows fails to find a network driver, we suggest turning to a driver update tool. It identifies all outdated drivers on your PC and finds newer versions on the web that are compatible with your operating system. Furthermore, it can automatically download and install all drivers.
Data corruption in the hard disk or operating system can be devastating to all system utilities, including Windows Update. If you have a missing or damaged file that’s critical for the updater component, it’s no wonder that you get error codes like 0x80080005.
To fix HDD errors, you can use CHKDSK (Check Disk). When it comes to damaged system files, use SFC (System File Checker). Lastly, for more serious problems with the component store of the Windows image, turn to DISM (Deployment Image Servicing and Management).
chkdsk c: /f
if your operating system is installed on the C: drive. If it’s not, replace c:
with the correct partition letter. Press Entersfc /scannow
and press EnterDISM /online /cleanup-image /scanhealth
to check the health of your operating systemDISM /online /cleanup-image /restorehealth
and press Enter to fix themsfc /scannow
)If your antivirus solution failed to fend off malware attacks, then an infection could have affected the entire operating system and its utilities, including Windows Update. You need to immediately perform a computer scan and remove any viruses from your PC.
It’s a bit unusual, but IPv6 connectivity may conflict with Windows Update if your network doesn’t support IPv6. In turn, this can lead to error codes like 0x80080005. Unless you’re absolutely sure that your ISP supports IPv6 (you can contact it and ask), it’s safer to disable IPv6 connections on your PC.
It’s also a good idea to turn disable IPv6 connectivity from your router’s admin panel.
You can also fix the 0x80080005 Windows Update error code by fixing several system registry settings using a registry cleaner or by manually making modifications. Don’t worry since you don’t need any previous experience, as long as you follow the instructions below.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SystemCertificates
If, for any reason, you need to roll back the changes you made in the registry, just double-click the .reg backup file you previously created to restore the original registry configuration.
The Windows advanced troubleshooting mode gives you the possibility to fix boot issues that might prevent your operating system from working properly by running Startup Repair. It’s worth a shot when it comes to repairing Windows Update errors. Here’s how to use it:
For any other unforeseen software events that you can’t identify but may have damaged Windows Update, turn to System Restore. If you have created a restore point before starting to receive error code 0x80080005 on each attempt to update the OS, you can roll back Windows 10 to that state. Here’s how:
Unfortunately, System Restore fails to work on many occasions. After exhausting all the previous solutions and still getting hampered by error code 0x80080005, it’s time to reset Windows 10.
Your files, downloads, and game saves will be left untouched. However, all your applications will disappear from your PC. Here’s what you need to do:
To sum up, 0x80080005 is an error code that pops up on the screen when trying to run Windows Update. It’s typically caused by a hardware or software problem that can be resolved.
Start by running the Windows Update troubleshooter and using the Windows Update Diagnostic tool. If these fail, restart the Windows Update and dependent services, turn off Network List Service, check Group Policy settings, reset Windows Update components, and unplug all peripheral devices.
You can also run a clean boot, temporarily deactivate your firewall, uninstall recent third-party software and system updates, check the disk space and network drivers, as well as repair any hard disk and operating system errors.
It’s also a good idea to run a computer scan to remove any malware, disable IPv6 connectivity if you don’t use it, fix registry settings and Windows startup problems, and roll back Windows 10 to a previous checkpoint. If everything fails, it’s time to factory reset Windows 10.
Perdemos algum passo importante? Deixe-nos saber na área de comentários abaixo.
Precisa que um interpretador Python funcione em seu PC com Windows 10 ou 11? Aprenda como fazer o Python funcionar no Windows com este tutorial fácil.
O Google está mudando o navegador Chrome para dificultar o bloqueio de anúncios no Windows. Com Adguard, você pode contornar essas mudanças.
Quando você começa a jogar Minecraft ou inicia um novo mundo no Minecraft, uma das primeiras coisas que você fará é construir uma pequena casa. não vai ser
Quer uma maneira fácil de se conectar ao seu Windows Server pela Internet ou pela sua rede doméstica? Saiba como se conectar com o Anydesk.
Precisa de ajuda para acessar o BIOS do seu PC com Windows 11? Você encontrará aqui três métodos diferentes para fazer isso no seu PC
Você pode conectar seus Airpods ao seu PC com Windows, especialmente um executando o Windows 11. Clique aqui para obter um breve tutorial sobre como fazer isso
Aprenda dois métodos de trabalho para fechar seu laptop e usar o monitor no Windows para aumentar sua produtividade e economizar tempo.
Precisa configurar um servidor FTP em seu sistema Windows Server para transferências rápidas de arquivos? FileZilla Server é o caminho certo.
A Apple acaba de lançar uma versão atualizada do iOS - e está repleta de novos recursos interessantes! Conheça alguns dos mais destacados.
Quer seu próprio Spotify ou Apple Music privado? Instale o servidor de música Subsonic hoje para transmitir suas próprias músicas pela rede.