Probleme mit Microsoft Apps

Susanne Ulrich 1 Reputation point
2021-06-06T16:41:35.457+00:00

meine Microsoft Apps funktionieren nicht mehr.Was kann ich tun.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Andy YOU 3,076 Reputation points
    2021-06-07T02:28:59.9+00:00

    HI SusanneUlrich-7200,

    0.Could you please enter winver in command prompt on problematical win10 computer and look the os version and os version number ?[for example windows 10 enterprise 1809 (os build 17763.316)]

    1.Which app we can not open?
    If your built-in windows apps can not be open, we can try below method to register them.

    A) Open an elevated Windows PowerShell.

    B) Copy and paste the command below in PowerShell, and press Enter. (see screenshots below)

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

    How to Reinstall and Re-register All Built-in Windows Apps in Windows 10
    https://www.tenforums.com/tutorials/3175-reinstall-re-register-apps-windows-10-a.html

    0.Könnten Sie bitte Winver in die Eingabeaufforderung auf einem problematischen Win10-Computer eingeben und die Betriebssystemversion und die Betriebssystemversionsnummer überprüfen? [zum Beispiel Windows 10 Enterprise 1809 (OS build 17763.316)]

    1.Welche App können wir nicht öffnen?
    Wenn Ihre integrierten Windows-Apps nicht geöffnet werden können, können wir die folgende Methode versuchen, um sie zu registrieren.

    A) Öffnen Sie eine Windows PowerShell mit erhöhten Rechten.

    B) Kopieren Sie den folgenden Befehl, fügen Sie ihn in PowerShell ein und drücken Sie die Eingabetaste. (siehe Screenshots unten)

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

    So installieren und registrieren Sie alle integrierten Windows-Apps in Windows 10 neu
    https://www.tenforums.com/tutorials/3175-reinstall-re-register-apps-windows-10-a.html

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Kapil Arya 8,451 Reputation points MVP Volunteer Moderator
    2021-06-07T05:12:56.747+00:00

    Hello,

    Try to re-register apps. Perform these steps:

    1. Search for Windows PowerShell using Cortana or Windows Search.
    2. From results, right click on Windows PowerShell and select Run as administrator.
    3. Then type following command and press Enter key: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Let the command complete.

    Close Windows PowerShell and see if the issue is resolved now.

    Let us know if this helps!

    0 comments No comments

  3. Andy YOU 3,076 Reputation points
    2021-06-22T01:25:27.04+00:00

    HI SusanneUlrich-7200,

    Is there any progress on your question?

    0 comments No comments

  4. Andy YOU 3,076 Reputation points
    2021-06-25T08:45:28.03+00:00

    HI SusanneUlrich-7200,

    Is there any thing to help you?

    0 comments No comments

Your answer

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