Issue with default app in Windows 10, TWINUI bug
Views (1217)
Known Bug in Windows 10,
Error:
All sudden all my default app have been changed to TWINUI and I am not even able to change it.
Solution:
Open Power shell as admin and run below command,
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
That's it, now check the default apps again
Also, you can Try below steps for Photo/Images
Thanks
-Harry
Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
Error:
All sudden all my default app have been changed to TWINUI and I am not even able to change it.
Solution:
Open Power shell as admin and run below command,
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
That's it, now check the default apps again
Also, you can Try below steps for Photo/Images
- Press Windows button + R.
- Type:%appdata%\..\Local\Packages\Microsoft.Windows.Photos_8wekyb3d8bbwe\LocalState
- Delete all the contents of that folder.
- Restart the computer and check if the issue persists.
Thanks
-Harry
Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
This was originally posted here.

Like
Report


*This post is locked for comments