Share via

How to fix Program Files\WindowsApps\MicrosoftWindows.CrossDevice_1.25071.33.0_x64_cw5n1h\CrossDeviceService.exe File systen error (-2147163901)

Theo Thornton 0 Reputation points
2025-08-12T21:26:01.6866667+00:00

I have tried resetting The Microsoft Store Cache and Re-register the built-in apps via PowerShell

Windows for home | Windows 11 | Apps

3 answers

Sort by: Most helpful
  1. Anonymous
    2025-08-13T04:41:31.08+00:00

    Hi Theo Thornton****,

    Thanks for reaching out here in the Microsoft Q&A. I can understand the inconvenience this issue has caused you. To help resolve this issue, please follow the steps outlined below: 

    Step 1: Manually Install CrossDevice

    Bypasses Store corruption entirely.

    • Download the latest .appx.
    • Install via PowerShell (Admin):
    Add-AppxPackage -Path "C:\Path\to\CrossDevice.appx" -Register -ForceApplicationShutdown
    

    Step 2: Reset WindowsApps Permissions

    Ensures no permission conflicts remain.

    Run in CMD (Admin):

    icacls "C:\Program Files\WindowsApps" /reset /T /C /L /Q
    takeown /F "C:\Program Files\WindowsApps" /R /A /D Y
    

    Step 3: Run DISM + SFC

    Fixes system file corruption affecting apps.

    In CMD (Admin):

    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    

    Step 4: Force-Reinstall via PowerShell

    Re-run the manual install command to ensure registration:

    Add-AppxPackage -Path "C:\Path\to\CrossDevice.appx" -Register
    

    Step 5: Update Windows & Microsoft Store Apps

    Patches compatibility gaps.

    • Press Win + I > Windows Update > Install all updates.
    • Open Microsoft Store > Update all apps.

    Step 6: Reset CrossDevice App

    Clears residual config corruption.

    Press Win + I > Apps > Installed apps > find Cross Device Service > click three dots (...) > Advanced options > Reset.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have extra questions about this answer, please click Comment.

    Note: Please follow the steps in our document to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Estrella721 37,800 Reputation points Independent Advisor
    2025-08-13T04:03:02.78+00:00

    Hi, thank you for reaching out. I’m happy to help.

    How did you get that error, and did you encounter it in a specific app or in all Microsoft apps? Which app?

    When did the issue start, and what changes did you make to your computer before it occurred?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. David Whittaker 5 Reputation points
    2025-11-28T21:58:44.29+00:00

    Dockerfile signed as admin cmd ... just advised access is denied for all of the items

    very fruststrating this crossdevice app and whats were working perfectly until esu on windows wasted hours trying to resolve .............

    any ideas would be appreciateted

    thanks

    David Whittaker

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.