Home  >  Article  >  System Tutorial  >  How to upgrade the Windows 10 2004 version operating system

How to upgrade the Windows 10 2004 version operating system

WBOY
WBOYforward
2024-01-03 16:50:201147browse

After we installed the win10 operating system, some friends wanted to update and upgrade to a newer version, but they didn't know the specific steps. Let’s take a look at how the editor did it for the detailed steps~

How to upgrade the Windows 10 2004 version operating system

How to update the win102004 version system

If it is already installed Win10 system is available and can be upgraded and updated in the system

1. Close your preview plan before upgrading and restart the computer

2. Start the command prompt, right-click and run as administrator, enter The following commands:

SC config wuauserv start= auto

SC config bits start= auto

SC config cryptsvc start= auto

SC config trustedinstaller start= auto

SC config wuauserv type=share

3. You can also use the following command

How to upgrade the Windows 10 2004 version operating system

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

net start wuauserv

How to upgrade the Windows 10 2004 version operating system

net start cryptSvc

net start bits

net start msiserver

4. Try updating the system again.

The above is the detailed content of How to upgrade the Windows 10 2004 version operating system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete