After upgrading to Windows 10, you may be getting the error File System Error 1073545193. When you to open an image or Store app or its files, this error may appear. Here we will show how to fix file system error 1073545193 in Windows 10.
How to Fix File System Error 1073545193 in Windows 10
- Open Command Prompt by pressing Windows key + R
- Type
wsreset.exe
in Command prompt window - Press enter
- Now your issue should be solved if you don’t get
ms-windows-store:PurgeCaches
File System error (-1073545193) - If you get the error shown in step 4, then go to step 6
- Open Start Menu
- Type powershell
- Right click on it
- Then Run as Administrator
- Type the following command to remove the Windows Store and bundled apps and all other apps also
- For current user
Get-AppXPackage | Remove-AppxPackage
- For all users
Get-AppxPackage -AllUsers | Remove-AppxPackage
- For current user
- Reboot the system
- All done, now you need to restore Windows Store and bundled apps
- So now open PowerShell as Administrator
- Type the following command
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
That should fix the File System Error 1073545193 error in your computer. Please share your comments with us.