Hi EricMarciano,
My name is Lee and I'm sorry for the inconvenience.
Regarding the corrupt file issue, try to run this command instead in Command Prompt (Admin): DISM /Online /Cleanup-Image /RestoreHealth
If the app download from Microsoft Store app is still having an error, please try the following steps one at a time and then try to download each step:
→ Run Windows Store App troubleshooter
• Go to Settings > Update & Security > Troubleshoot > Windows Store Apps > Run the troubleshooter
→ Run Windows Update Troubleshooter:
• Go to Settings > Update & Security > Troubleshoot > Select Windows Update > Click Run the Troubleshooter
→ Delete Windows Update Download History:
• Go to: C:\Windows\SoftwareDistribution\Download
• delete all files
→ Restart all Windows Update related services:
• Open Command Prompt (Admin) and type the following command one at a time and hit enter:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
→ Reset Windows Store: Command Prompt Script
• Using Cortana, type CMD, right click the Command Prompt App and select Run as Administrator / You may also Right Click the Windows logo at the bottom left and select Command Prompt (Admin) if available
• Type this command and hit enter: wsreset.exe
→ Reset Windows Store: Settings
• Go to Settings > Apps > Apps & features > Select "Microsoft Store" App > Click Advance Options > Click the button "Reset"
→ Re-Intall Microsoft Store App: PowerShell Script
• Open PowerShell (Admin), copy and paste the command below and hit enter: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
→ Start / Restart wuauserv & bits:
• Press Windows Key + R
• Type services.msc
• Locate the Windows Update and Background Intelligent Transfer Service services
• If the status is Stopped, click Start. If the status is Running, click Restart
→ Replace Windows Update Registry Key
• Go to: https://1drv.ms/u/s!ArvVxah_YviElROpYcWFTSbD8ob...
• Click download (look at the upper left)
• Install the wuauserv.reg file and click OK to accept
• Restart the system
• After the restart, check back the Services app and locate the "Windows Update" service, kindly Start it it not running.
If my suggestion did not solve the issue, please reply back so we can try other step.
Kind Regards,
< / L e e >