Open the Powershell as Admin
Press the Windows Key and r simultaneously. A little window on the bottom left will open. In this, type the word "powershell" and press enter.
To obtain administrator rights, type:
Start-Process powershell -Verb runAs
Type the commands
In the powershell, write:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Restart the computer
If you cannot switch it off using the usual way, use the powershell:
Restart-Computer is the magic word.
Restart-Computer