Forum Discussion
HumanMusic
May 26, 2023Copper Contributor
Opening the msix file results in an error: "The app didn't start."
But Appinstaller start normally when I switch to Administrator User.
- Dec 27, 2023
Found the perfect solution below.
https://answers.microsoft.com/en-us/windows/forum/all/solved-when-i-try-to-open-any-appx-or-appinstaller/cf339756-1dfb-453f-bbf8-52fbbecffdc5
Reza_Ameri
May 27, 2023Silver Contributor
Are you observing this issue as standard user?
Does it happen for one specific msix file or for all of them?
From what you shared, I believe this is a permission error.
Does it happen for one specific msix file or for all of them?
From what you shared, I believe this is a permission error.
HumanMusic
May 28, 2023Copper Contributor
Yes, Microsoft account user.
All msix file.
- Reza_AmeriMay 28, 2023Silver ContributorTry login with administrator account or run the Command prompt as administrator and then type the following command:
sfc /scannow
Press enter and let it runs and see what the result is.- HumanMusicMay 29, 2023Copper ContributorPS C:\Users\Administrator> sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.- Reza_AmeriMay 29, 2023Silver ContributorTry run the following commands:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Meanwhile, open start and search for feedback and open the Feedback Hub app and report this issue.
Are you facing this issue with .exe files too?