Hello.
If there's only one umlaut in a photo file.
like ü ä ö etc.
you cannot open it with XnViewer.
the error message appears:
File system error (-2147219195)
Certified on Windows 10 (current) Win 2016 and 2019
removing the character opens the photo.
Greeting Sebastian
Opening file with German characters in filename gives error message
Moderators: xnview, Dreamer
-
Bastik77
- Posts: 2
- Joined: Wed Apr 22, 2020 1:23 pm
-
cday
- XnThusiast
- Posts: 4540
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: German character set
On XnView MP, not XnView Classic?
This seems to be a known Windows issue, if you Google "File system error (-2147219195)" one of the suggested fixes might possibly be helpful...
This seems to be a known Windows issue, if you Google "File system error (-2147219195)" one of the suggested fixes might possibly be helpful...
-
Bastik77
- Posts: 2
- Joined: Wed Apr 22, 2020 1:23 pm
Re: Opening file with German characters in filename gives error message
Thanks for the advice.
I have created and distributed a Powershell script, now it works.
Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
I have created and distributed a Powershell script, now it works.
Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}