Fix File System Error 2147219196 on Windows 10

 

The Photos App is the modern replacement of the Windows Photo Viewer. It is a UWP app that is tightly bound to your other devices as well. Emerging as a new all in one solution, it works in many different ways. It can be used as a tool to crop, resize, and more to your images. But still, you can add a number of filters to your images as well. Talking about the video aspect of this application, you can add up 3D Effects on to your videos and make them immerse into the storyline of that video. This gives it an edge over other applications of the same category.

No software is perfect. There always are some bugs and flaws which get fixed with new updates. And Microsoft Photos is no exception. When opening a photo with this app I received – File system error 2147219196.

fix-file-system-error-2147219196-on-windows-10-4825283

File System Error 2147219196

This error is caused while opening a .JPG .PNG or any other image formats. Windows 10 Version 1803 is mostly affected by this. And a majority of market share is taken by this release as of now; many users are expected to be experiencing this error. But there can be a number of factors resulting in this error. So, let us just check out every possible solution for this.

1] Uninstall and Reinstall Photos App

fix-file-system-error-2147219196-on-windows-10-1-6038146

First of all, start by opening a Windows PowerShell Window with Administrator level privileges. To do that, Press WINKEY + X button combo or right-click on the Start button and click on Windows PowerShell (Admin). Click on Yes for the UAC or User Account Control prompt that you get.

Now, type in the following command and hit Enter.

Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage

Then, download PsExec from the official Microsoft Docs website here. Extract the downloaded ZIP to this location: D:/tools

Now, launch a Command Prompt window with Administrator privileges by searching for CMD in Cortana Search Box. Then right clicking on the appropriate entry and clicking on Run as Administrator.

Then type in,

d:toolsPsExec.exe -sid c:windowssystem32cmd.exe

then hit Enter.

fix-file-system-error-2147219196-on-windows-10-2-1255038

Now, a new Command Prompt window will open up. In that new window, type in,

rd /s "C:Program 
FilesWindowsAppsMicrosoft.Windows.Photos_2018.18051.17710.0_x64__8wekyb3d8bbwe

You will now get a confirmation prompt.

fix-file-system-error-2147219196-on-windows-10-3-5999278

Type Y and hit Enter.

This will now delete all the contents of your Microsoft Photos app folder named as – Microsoft.Windows.Photos_2018.18051.17710.0_x64__8wekyb3d8bbwe.

The version number might vary for your device. You can verify it from C:Program FilesWindowsApps location.

fix-file-system-error-2147219196-on-windows-10-4-8925201

Now, just open Microsoft Store and Search for Microsoft Photos to install it on your computer.

2] Using sfc /scannow

You can also perform a System File Checker Scan on to your computer. You can read more about it in our sister article.

3] Reinstall all the UWP or Universal Platform Apps

fix-file-system-error-2147219196-on-windows-10-5-4180945

If the above two methods above do not fix the error, you can just try to reinstall all the UWP apps on your computer with one command using PowerShell.

For that, start by opening a Windows PowerShell Window with Administrator level privileges. To do that, Press WINKEY+X button combo or right-click on the Start button and click on Windows PowerShell (Admin). Click on Yes for the UAC or User Account Control prompt that you get.

Now, type in the following command and hit Enter.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

This process will take a bit time to complete removing and installing all the applications to your computer.

As it finishes, just reboot your computer and then check if your issue is fixed or not.

TIP: You can also use our freeware 10AppsManager to uninstall, reinstall Windows 10 preinstalled Store apps with a click!

Hope this helps!

Original Article