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.