Help with a software issue ;v


MehNameIsJeff

Recommended Posts

  • 2 weeks later...
  1. Open Windows PowerShell as Administrator
    1. Right click Start button
    2. Choose Command prompt (Admin)
    3. Key in Powershell in the black window and hit Enter
  2. Paste the following command in the Administrator: Windows PowerShell window and press Enter key:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
  4. When it finishes, try hitting Start and hopefully it’ll start working.
Link to comment
Share on other sites
  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.