Xbox Gamepass PC – can’t sync your data with the cloud right now.

We can’t sync your data with the cloud right now

There’s a problem with syncing game saves. Try relaunching the game or rebooting your PC to resolve it. If it persists, you can stop syncing data and play the game. However, in doing so, you might have incomplete data for this game.

To resolve:

Close the game, open task manager and end the gaming services exe task. Open game.

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

VPN not working from System Tray

Powershell as admin:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Source: Technet