FIX Windows Update Install Error 0x80070001 in Windows 11/10

preview_player
Показать описание
If you're trying to update the window separation 22H2 and you get the error code 0x80070001. This could mean that the update process was interrupted because a file needed by Windows update it's likely damaged or missing.

If you are experiencing the error: 0x80070001 when attempting to install the latest security and quality updates on Windows 11, it may be due to a damaged or corrupted Software Distribution folder. To resolve this issue, follow the steps in the provided video.

This method involves resetting the Software Distribution folder and re-registering the internet connection. 0x80070001 error 22H2.

This troubleshooting guide will work Windows 11 operating systems (Home, Professional, Enterprise, Education) and desktops, laptops, tables and computers manufactured by the following brands: Asus, Dell, HP, MSI, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei, dynabook, LG , vaio, surface among others.

Copy and paste this:

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
cd /d %windir%\system32

netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Рекомендации по теме
Комментарии
Автор

So for me none of this worked and step 3 even said that it couldn't tell if I had enough space even though I had way over 600GB. So I am going back to Windows 10.

zackboring
Автор

PS C:\WINDOWS\system32> sfc /scannow

Windows Resource Protection could not start the repair service.
PS C:\WINDOWS\system32>

startercoder
Автор

My result to #2:

At line:8 char:23
+ sc.exe sdset bits ...
+ ~
Missing closing ')' in expression.
At line:8 char:48
+ sc.exe sdset bits ...
+ ~
Unexpected token ')' in expression or statement.
At line:8 char:51
+ sc.exe sdset bits ...
+ ~
Missing closing ')' in expression.
At line:8 char:84
+ ... ...
+ ~
Unexpected token ')' in expression or statement.
At line:8 char:87
+ ... ...
+ ~
Missing closing ')' in expression.
At line:8 char:106
+ ... ...
+ ~
Unexpected token ')' in expression or statement.
At line:8 char:109
+ ... ...
+ ~
Missing closing ')' in expression.
At line:8 char:134
+ ...
+ ~
Unexpected token ')' in expression or statement.
At line:9 char:27
+ sc.exe sdset wuauserv ...
+ ~
Missing closing ')' in expression.
At line:9 char:52
+ sc.exe sdset wuauserv ...
+ ~
Unexpected token ')' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [],
+ FullyQualifiedErrorId :

soundria