update

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
jazzyduster
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Jun 02, 2020 2:28 pm

update

Post by jazzyduster »

how do i config it so i can update windows it says i need to update
User avatar
TimeX
Staff
Staff
Posts: 1730
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Re: update

Post by TimeX »

Windows should be able to update by default, and normally does so automatically. Does something prevent you from using Windows Update?
TimeX
jazzyduster
New to forums
New to forums
Posts: 2
Joined: Tue Jun 02, 2020 2:28 pm

Re: update

Post by jazzyduster »

heres the error im getting
Annotation 2020-06-02 212440.png
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: update

Post by Edge100x »

I'd recommend trying steps similar to these: https://answers.microsoft.com/en-us/win ... 0acc7bce3c

Basically, you reset the update system with this.
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
Post Reply