Step 1 launch powershell
Step 2 Copy and paste/: Set-ExecutionPolicy Unrestricted
Step 3 Copy and paste again/: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register â$($_.InstallLocation)\AppXManifest.xmlâ}
Step 4 Restart you pc
np