Siga as etapas abaixo para redefinir os componentes de atualizações do Windows:
Press Windows Key + X on the keyboard and then select “Command Prompt (Admin)” from the menu.
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
-
Agora renomeie a pasta SoftwareDistribution e Catroot2. Você pode fazer isso digitando os seguintes comandos no prompt de comando. Pressione a tecla “ENTER” depois de digitar cada comando.
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old
-
Agora, vamos reiniciar o BITS, o Cryptographic, o MSI Installer e o Windows Update Services. Digite os seguintes comandos no prompt de comando para isso. Pressione a tecla ENTER depois de digitar cada comando.
net start wuauserv net start cryptSvc net start bits net start msiserver
-
Digite Exit no Prompt de Comando para fechá-lo.