Windows 10 2004 update - error 0xc1900204

A

anon39484906

Guest
hi all

im trying to get my windows 10 on the latest build 2004

i keep getting this error stopping the update

0xc1900204

anyone know how to fix
 
Solution
Hi there,

I would definately say it might be worth doing the website option, or alternatively you can back up your data and reinstall the latest version of Windows afresh if you have USB stick - you can make a WIndows 10 install USB using the media creation tool.

Otherwise, try running the following commands. Right click start > choose powershell admin > and enter the following:
  • net stop wuauserv
  • net stop cryptSvc
  • net stop bits
  • net stop msiserver
  • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  • ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver...
ive run the troubleshooter and still getting the error

not so sure about running the update from the website as i dont have much disk space left is there any other way
 
Hi there,

I would definately say it might be worth doing the website option, or alternatively you can back up your data and reinstall the latest version of Windows afresh if you have USB stick - you can make a WIndows 10 install USB using the media creation tool.

Otherwise, try running the following commands. Right click start > choose powershell admin > and enter the following:
  • net stop wuauserv
  • net stop cryptSvc
  • net stop bits
  • net stop msiserver
  • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  • ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver
Press enter after each one and restart the machine, then try to update once more.
 
Last edited by a moderator:
Solution
Back
Top