Windows 10: UWP apps not working

Discus and support UWP apps not working in Windows 10 Ask Insider to solve the problem; Hello, I am using a Surface Pro (2017) on the slow ring of Windows Insider. Over the couple last weeks, performance was so slow it began making the... Discussion in 'Windows 10 Ask Insider' started by /u/edvilme, Oct 26, 2020.

  1. UWP apps not working


    Hello,

    I am using a Surface Pro (2017) on the slow ring of Windows Insider. Over the couple last weeks, performance was so slow it began making the machine useless. I did a backup of all my files and decided to do a fresh install of Windows.

    To my surprise however, I was unable to start **any** UWP app (edge, calculator, windows defender, etc); likewise I am unable to execute any of the posts I've seen online as I eventually get an error related to Windows Firewall being unable to start. I tried resetting the system once again with no luck UWP apps not working :(

    Have you had any similar issues? And if so, how did you fix them? Thanks a lot in advance, I am really stressed out as I am unable to do any work. Thanks a lot in advance.

    Pd: I am currently on 20170 and am unable to upgrade to the October 2020 Update (stable) or any subsequent insider builds.

    submitted by /u/edvilme
    [link] [comments]

    :)
     
    /u/edvilme, Oct 26, 2020
    #1
  2. Coresual Win User

    Working around the Network Loopback Isolation of UWP Apps

    I've been hitting a blockage trying to get my UWP App to receive data from a local UDP port in the following scenario:

    • Windows 10 | Version 10.0.16299 Build 16299
    • UWP target and minimum Version 10.0.16299
    • Declared capabilities :
      • Internet (Client & Server)
      • Internet (Client)
    • UdpClient listening on 127.0.0.1:1234
    • Tested on two different systems in different networks with the same resulting behaviour

    I am aware of the CheckNetIsolation tool and already tried the following steps multiple times:

    • Ensuring that the App is registered while running with CheckNetIsolation loopbackexempt -s
    • Clearing all exemptions with CheckNetIsolation loopbackexempt -c and manually adding the App with CheckNetIsolation loopbackexempt -a -n=*Package Family Name*
    • Running the App while all restrictions are cleared with CheckNetIsolation loopbackexempt -c

    I am running my App from Visual Studio, awaiting for UdpClient.ReceiveAsync() to return something in a while loop.

    My code works fine when i use it from a .Net Framework 4.7.2 Console App, so i can exclude any errors interfering on that end.

    The only thing that lets me receive data in my UWP App is running CheckNetIsolation loopbackexempt -is -n=*Package Family Name*. As soon as i stop it from running, my UDP client stops receiving aata.

    Sadly, the solution i found and other tools that redirect communication so that they appear to be sent by another source are not possible due to different contraints.
     
    Coresual, Oct 26, 2020
    #2
  3. UWP app live tiles not working

    I did what you suggested, but after a while the tiles went to solid colors again.
     
    ConradoCane, Oct 26, 2020
    #3
  4. UWP apps not working

    Certain apps are crashing upon start. App reset, re-installation nothing seems to help. Any fixes?

    The app in question are as follows:

    • Engadget UWP
    • Windows Central UWP
    • CNET (Windows 8 App)
    These were working fine in AU.

    I have tried App reset and re-installation from store. Nothing seems to help.

    Any suggestions?
     
    Gupta Varun, Oct 26, 2020
    #4
Thema:

UWP apps not working

Loading...
  1. UWP apps not working - Similar Threads - UWP apps working

  2. Is there anyone still working on UWP apps?

    in Microsoft Windows 10 Store
    Is there anyone still working on UWP apps?: Is there anyone still working on UWP apps?Is there any future for UWP apps? https://answers.microsoft.com/en-us/windows/forum/all/is-there-anyone-still-working-on-uwp-apps/d629e267-f646-431c-ad45-9724d7d02756
  3. Windows UWP Apps aren't working

    in Windows 10 Software and Apps
    Windows UWP Apps aren't working: Windows UWP Apps such as files from the microsoft store aren't working I tried changing the permissions but that didn't work https://answers.microsoft.com/en-us/windows/forum/all/windows-uwp-apps-arent-working/3736903f-2444-4b69-895c-6db9d71e7a1d
  4. Default UWP apps

    in Windows 10 Software and Apps
    Default UWP apps: Hi, I wanted to understand, If there are any Default UWP apps that comes with vanilla Win10 Prof OS. If yes, how can i verify which are the UWP apps that are currently installed. Is there command to pull the list....
  5. Update UWP App

    in Windows 10 Support
    Update UWP App: This may have come with a LastPass install, but not sure. When booting this console window opens labeled like Thread Title. Cannot find how it is opening. Task Scheduler and AutoRuns checked. Scratching ass at this point as I never heard about Universal Apps while searching....
  6. Update UWP app

    in Windows 10 Installation and Upgrade
    Update UWP app: At bootup I keep getting this DOS window that says "Update UWP file?" It slows down my bootup noticeably! I researched this heading and found that the MIcrosoft Store Apps Settings should be Automatically ON. I followed the instructions and discovered thatthis feature is ON...
  7. UWP apps failing.

    in Windows 10 BSOD Crashes and Debugging
    UWP apps failing.: So recently, out of the blue, all of the apps that would come from the Microsoft Store stopped being able to boot. (This started happening around two weeks ago) Everything from the Calculator, to the Calendar, to Mail, to Groove Music, to Photos, Xbox Companion, and even the...
  8. UWP apps fonts

    in Windows 10 Customization
    UWP apps fonts: I have 3 PCs: Desktop 1 Desktop 2 Laptop One day I noticed that the font size/spacing is different for UWP apps while using the Windows 10 settings app. The two images show easily show a difference when switching between them in the sentences. Desktop 1 and Laptop are...
  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. The Lifecycle of a UWP App

    in Windows 10 News
    The Lifecycle of a UWP App: Lifecycle management in a Universal Windows Platform (UWP) app is critical for the efficient use of battery power and memory. When done correctly, it allows the user to multitask between apps without needing to know anything about these resource optimizations. Today’s post...