Hello
The error code 0x80070780 typically means “The file cannot be accessed by the system”. This error can occur due to several reasons:
1.Lack of Administrator Privileges: You may be using a user account that does not have all the privileges of the computer. Therefore, error 0x80070780 may be triggered due to loss of administrator rights to copy or delete certain files.
2.System Files are Damaged or Missing: It is common for folders with important system components to be accidentally deleted, causing them to fail to function properly.
3.Viruses or Trojan Horse Software: Although this should be less likely with a new computer.
Here are some steps you can take to resolve this issue:
Run DISM tools and SFC commands: Press the Windows key and type the word CMD, right-click on the command prompt and select Run as administrator, enter the following commands in sequence and press Enter:
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
DISM.exe /Online /Cleanup-image /startcomponentcleanup
sfc /scannow
Create a Local Administrator Account: After creating a new local account, switch to the new local account and check whether the file can be deleted.
If these steps do not resolve your issue, you might want to consider running a disk check. The Chkdsk utility can be helpful in fixing disk errors and, as a result, solving the 0x80070780 error. To perform a Chkdsk scan, use the Win+E key combo to launch File Explorer.