Windows 10: uwp apps not opening

Discus and support uwp apps not opening in Microsoft Windows 10 Store to solve the problem; most of the universal windows platform apps windows store apps won't open on my pc for some reason, though system apps such as quick assist, windows... Discussion in 'Microsoft Windows 10 Store' started by orangeturtle197, Feb 15, 2021.

  1. uwp apps not opening

    orangeturtle197, Feb 15, 2021
    #1
  2. Brink Win User

    Mail app will not open on 10041.

    Hello Adam,

    This is the suggested solution below if you haven't already tried it. uwp apps not opening :)

    In this Windows 10 build 10041, the Mail, Calendar, and People apps may be broken due to a licensing issue with the Store Beta. To get these apps working again, you need to follow these steps:

    • Open powershell as administrator
    • Run the command Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
    • Re-install Mail, People and Calendar from the Store (green tile)
     
    Brink, Feb 15, 2021
    #2
  3. Brink Win User
    Kickstart UWP app creation with Windows App Studio’s open source UWP..


    Source: Kickstart UWP app creation with Windows App Studio’s open source UWP libraries and Samples App | Building Apps for Windows
     
    Brink, Feb 15, 2021
    #3
  4. Callender Win User

    uwp apps not opening

    Can I customize the list of suggest apps in the "Open with" menu?

    You can't use it to add additional programs, only to set default programs.

    Interestingly for me it shows nothing for text files:


    uwp apps not opening [​IMG]



    uwp apps not opening [​IMG]

    Then if I want to add a portable app like Jarte Plus to open with context menu windows doesn't like it.



    uwp apps not opening [​IMG]

    It's not present and is near impossible to add even via "look for an app on this PC"

    OpenWithAdd to the rescue:


    uwp apps not opening [​IMG]

    Result:



    uwp apps not opening [​IMG]
     
    Callender, Feb 15, 2021
    #4
Thema:

uwp apps not opening

Loading...
  1. uwp apps not opening - Similar Threads - uwp apps opening

  2. Windows 11 UWP apps not opening

    in Windows 10 Gaming
    Windows 11 UWP apps not opening: Hello There,I have been trying to get my Notepad and Other UWP apps working with no success. I have ran DISM and SFC with no success and have even reset the Microsoft Store Cache. Please respond fast, as i need this computer....
  3. Windows 11 UWP apps not opening

    in Windows 10 Software and Apps
    Windows 11 UWP apps not opening: Hello There,I have been trying to get my Notepad and Other UWP apps working with no success. I have ran DISM and SFC with no success and have even reset the Microsoft Store Cache. Please respond fast, as i need this computer....
  4. UWP weird focus at app open every time

    in Microsoft Windows 10 Store
    UWP weird focus at app open every time: hi MSFT I build a c++ UWP app like : it's run well on Win10/W11 22000.one day, OS update to Win11 22612, UWP not change a code,now focus at my 1st checkbox every launch, pretty sure keyboard tab was not clicked also check my code that doesn't any part for focus.how can I...
  5. UWP weird focus at app open every time

    in Windows 10 Gaming
    UWP weird focus at app open every time: hi MSFT I build a c++ UWP app like : it's run well on Win10/W11 22000.one day, OS update to Win11 22612, UWP not change a code,now focus at my 1st checkbox every launch, pretty sure keyboard tab was not clicked also check my code that doesn't any part for focus.how can I...
  6. UWP weird focus at app open every time

    in Windows 10 Software and Apps
    UWP weird focus at app open every time: hi MSFT I build a c++ UWP app like : it's run well on Win10/W11 22000.one day, OS update to Win11 22612, UWP not change a code,now focus at my 1st checkbox every launch, pretty sure keyboard tab was not clicked also check my code that doesn't any part for focus.how can I...
  7. Windows UWP Apps Open minimized to taskbar on reboot.

    in Windows 10 Ask Insider
    Windows UWP Apps Open minimized to taskbar on reboot.: Found the toggle in settings to re-open apps state on reboot. Only issue for some reason the UWP Windows 10 apps Calendar,Weather,Calculator open minimized to taskbar. Where Firefox and Sticky Notes and other 3rd party apps are fully open in their last position and size. Why...
  8. UWP app game not opening

    in Windows 10 Gaming
    UWP app game not opening: A UWP app specifically Among Us won't open. I've tried terminating it, repairing it, resetting it, and uninstalling and reinstalling, but nothing worked. It was working, but then it just crashed when I was using it, and when I tried to re-open it, it wouldn't open. The...
  9. UWP Apps not opening

    in Windows 10 Software and Apps
    UWP Apps not opening: Hello, I changed the permissions of the WindowsApps folder, as i was trying to edit some of the files, however now the apps will not open. I am sure that this is not due to me modifying any files. Is there a way to restore the permissions, or what permissions need to be...
  10. Kickstart UWP app creation with Windows App Studio’s open source UWP..

    in Windows 10 News
    Kickstart UWP app creation with Windows App Studio’s open source UWP..: Windows App Studio is all about making it as easy as possible to build apps for Windows. The online tool helps you build apps with no coding required, so you can either start your project there and extend it in Visual Studio, or you can create and build the app completely in...