Milkachillt13
Well-known member
- Nov 16, 2021
- 46
Hi everybody,
i have a problem with my SRV16 i couldnt do the Windows Updates.
So i tried the sfc /scannow
and also the DISM:
Dism /online /Cleanup-image /scanhealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth /Source:F: /LimitAccess
Dism /online /cleanup-image /restorehealth /source:WIM:F:\sources\install.wim:1 /limitaccess
Dism.exe /Online /Cleanup-Image /StartComponentCleanup
And also this script
net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
I have no more idea what to do could somebody please help me ?
i have a problem with my SRV16 i couldnt do the Windows Updates.
So i tried the sfc /scannow
and also the DISM:
Dism /online /Cleanup-image /scanhealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth /Source:F: /LimitAccess
Dism /online /cleanup-image /restorehealth /source:WIM:F:\sources\install.wim:1 /limitaccess
Dism.exe /Online /Cleanup-Image /StartComponentCleanup
And also this script
net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
I have no more idea what to do could somebody please help me ?