windows 11 insider error

Copper Contributor

hlo guys i am facing windows 11 insider error of downloading my laptop is suitable for windows 11 but y the error is comming again and again    Screenshot 2022-04-06 133613.png

2 Replies

@harsha7736 

Please provide more details - what version of Windows do you currently have, is this the beginning of the insider program?

Hello,

Please run Windows Update troubleshooter from Settings app > System > Troubleshoot > Additional troubleshooters. See if it works.

If that doesn't work, try this:

Open administrative Command Prompt and type following commands one-by-one followed by Enter key.

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

Close Command Prompt and see if Windows Updates works then.

Let us know if this helps!