Forum Discussion
Wallace Chu
Jun 29, 2021Copper Contributor
All Office 365 desktop programs gets account error after Microsoft update
We are using a hybrid Office 365 environment. All users are on MFA and SSO. We have a few users who updated their computers to newer Windows 10 Enterprise OS builds ver. 2004 build 19041.985, plus th...
Field May
Jul 14, 2021Copper Contributor
JosePinos55
Aug 06, 2021MCT
Try running the following commands on CMD:
1-
Reg delete HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
yes
Net stop wuauserv >NUL
Cd C:\windows
rmdir softwaredistribution /s /q
Net start wuauserv >NUL
2-
DISM.exe /Online /Cleanup-image /Restorehealth
3-
fsutil resource setautoreset true C:\
4-
sfc /scannow
1-
Reg delete HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
yes
Net stop wuauserv >NUL
Cd C:\windows
rmdir softwaredistribution /s /q
Net start wuauserv >NUL
2-
DISM.exe /Online /Cleanup-image /Restorehealth
3-
fsutil resource setautoreset true C:\
4-
sfc /scannow
- Wallace ChuAug 06, 2021Copper Contributor
Thanks you JosePinos55 I will give it a try.
- JosePinos55Aug 06, 2021MCTNo problem buddy. Also, please run Windows updates again after running the commands.