Home >System Tutorial >Windows Series >How to solve the error when downloading software in win10
Methods to solve Win10 software download errors: check the system time and date; disable firewall and anti-virus software; clear temporary files (administrator rights required); reset Windows Store; re-register Windows Store; scan System files; create a new user account; contact Microsoft Support for further assistance.
Win10 download software display error solution
1. Check the system time and date
The cause of the error may be that the system time and date are out of sync with the Microsoft server. Please check in settings to make sure your system time and date are accurate.
2. Disable firewall and antivirus software
Sometimes, firewall or antivirus software blocks the download process. Try disabling them temporarily to see if the problem is resolved.
3. Clear temporary files
Temporary files may interfere with software downloads. Clear temporary files:
C:\Windows\Temp
Ctrl A
to select all files , and then press the Delete
key to delete them (you may be asked for administrator privileges)4. Reset the Windows Store
Windows Store may have issues with cached data. To reset it:
Apps-> Apps & Features-> Microsoft Store
Advanced Options
Reset
5. Re-register Windows Store
If resetting the Windows Store doesn't work, you can try re-registering it:
powershell
in the search box and open PowerShellCopy and paste the following command and press Enter
:
<code class="powershell">Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}</code>
6. Scan system files
Corrupted system files may also cause download errors. Run a system file scan:
cmd
in the search box and open Command Prompt as administratorCopy and paste the following commands , and then press the Enter
key:
<code class="cmd">sfc /scannow</code>
7. Create a new user account
If other solutions do not If it works, try creating a new user account. Log in with a new account and try downloading the software.
8. Contact Microsoft Support
If none of the above methods resolve the issue, you may need to contact Microsoft Support for further assistance.
The above is the detailed content of How to solve the error when downloading software in win10. For more information, please follow other related articles on the PHP Chinese website!