How to Fix File System Error 1073545193 in Windows 10

You are currently viewing How to Fix File System Error 1073545193 in Windows 10
  • Post author:
  • Post category:Guides
  • Reading time:2 mins read

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

  1. Open Command Prompt by pressing Windows key + R
  2. Type wsreset.exe in Command prompt window
  3. Press enter
  4. Now your issue should be solved if you don’t get ms-windows-store:PurgeCaches
    File System error (-1073545193)
  5. If you get the error shown in step 4, then go to step 6
  6. Open Start Menu
  7. Type powershell
  8. Right click on it
  9. Then Run as Administrator
  10. 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
  1. Reboot the system
  2. All done, now you need to restore Windows Store and bundled apps
  3. So now open PowerShell as Administrator
  4. 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.