Outlook Emails Blank May 2021

Close all office programs (outlook, word, excel, powerpoint).

Click Start

Type CMD

Command Prompt should be selected

Click Run as Administrator

Copy and paste this command:

“C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe” /update user updatetoversion=16.0.13901.20462

Press enter.

Wait for office to install previous version.

When you see the Updates were installed screen you are good to go

Windows 10 Kyocera Blue Screen March 2021

  • Windows 10, version 20H2 and Windows Server, version 20H2 (KB5001567)
  • Windows 10, version 2004 and Windows Server, version 2004 (KB5001567)
  • Windows 10, version 1909 and Windows Server, version 1909 (KB5001566)
  • Windows 10, version 1809 and Windows Server 2019 (KB5001568)
  • Windows 10, version 1803 (KB5001565)

Or uninstall update using command prompt:

wusa /uninstall /kb:5000802

Or for Windows 10 version 1909

wusa /uninstall /kb:5000808

Forcefully Remove WindowsApps games

Powershell
Get-AppxPackage -allusers *disney* |Remove-AppxPackage -allusers
Get-AppxPackage -allusers *candy* |Remove-AppxPackage -allusers
Get-AppxPackage -allusers *hidden* |Remove-AppxPackage -allusers

CMD as Admin
takeown /f “c:\Program Files\WindowsApps” /r
icaclc “c:Program Files\WindowsApps” /reset /t

You can now manually delete any remaining Disney, Candy Crush etc etc file in the folder.