Je veux changez le par défaut app to open PNG fichiers in my laptop. Usually Je peux do that by clic droiting, click "open avec", click "choose another app", and en bas du modal window there sera a checkbox "Toujours use this app to open..." to changez le par défaut app.
But in this laptop the "toujours use..." checkbox ne appear dans le menu contextuel:
J'ai essayé opening Paramètres > Apps > Par défaut apps. At the bottom I chose "choose defaults by fichier type". I searched for "png" dans le search box, but it n'a pas show normal PNG, just Azure Information Protection Viewer:
J'ai essayé opening Apps > Par défaut apps > IrfanView 32-bit, the application that Je veux set as par défaut viewer. PNG n'est pas disponible there either:
PNG n'est pas disponible in Windows Photo Viewer either:
When I double click a PNG, the application that opens is "Print Pictures":
But il n'y a pas de apps called "Print Pictures" in my laptop.
Cela se produit on JPG également.
J'ai tried to "reset all par défaut apps" depuis le bottom du "Par défaut apps" page également. No luck.
Comment puis-je set IrfanView as the par défaut app to open PNG under this condition?
Impossible de définissez le par défaut app to ouvrir PNG in Windows 11
Re: Impossible de définissez le par défaut app to ouvrir PNG in Windows 11
I ran into this same problème.
This can be resolved by open PowerShell as an administrator and removing the Microsoft Photos app depuis le machine. Sans that app hijacking my defaults, IrfanView was the next par défaut candidate.
PowerShell command:
```
get-appxpackage *photos* | remove-appxpackage
```
This can be resolved by open PowerShell as an administrator and removing the Microsoft Photos app depuis le machine. Sans that app hijacking my defaults, IrfanView was the next par défaut candidate.
PowerShell command:
```
get-appxpackage *photos* | remove-appxpackage
```