If "TWINUI" is showing up as the default app in Windows Settings, follow these steps to remove it.
- Search for "Windows PowerShell" in the Windows search menu (bottom left of screen)
- Right click and select "Run as administrator.
- Yes, you want to allow this app to make changes to your device.
- This should open a blue command prompt box titled "Administrator: Windows PowerShell"
- Execute the following command:
- Get-AppXPackage | Foreach{Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Press Enter and let it run.
- Once it finishes, restart the computer.
- Default apps should have changed (Try to change them if they still read "TWINUI")