Error after startup

pj.field

New member
Joined
Nov 18, 2024
Messages
2
Reaction score
0
Hi, all
Merry Christmas to you! Can some kind person remove the misery I'm getting due to an error that shows several times after startup.
File attached.
Best regards, Pete
 

Attachments

  • Startup Error.png
    Startup Error.png
    23.6 KB · Views: 5

RasulGreen

Member
Joined
Oct 22, 2024
Messages
10
Reaction score
0
Hi Peter,


Merry Christmas! The error you’re seeing likely relates to a corrupted Microsoft.CrossDevice service. Here’s how to fix it:


  1. Update Windows: Go to Settings > Windows Update > Check for updates.
  2. Repair/Reset the App: In Settings > Apps > Installed Apps, locate "Microsoft.CrossDevice," click Advanced Options, and select Repair or Reset.
  3. Reinstall via PowerShell: Run PowerShell as Admin and enter: Get-AppxPackage -allusers Microsoft.CrossDevice | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

  4. Run System Scans: Open Command Prompt as Admin and run: sfc /scannow
    DISM /Online /Cleanup-Image /RestoreHealth

  5. Check Startup Programs: Use Task Manager (Ctrl + Shift + Esc) to disable unnecessary startup items.
I hope these steps help you !
 

Vote:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top