Hello Coleo,
Tu peux essayer les solutions présentées ci-dessous :
Fixing “0x80070005” on Windows
Fix #1: Allow user full control
If the 0x80070005 error is caused by a specific application, the issue may be from its folder permissions.
The following steps are for
Windows 8 or Windows 8.1 users:
- Open Run
- Type:
C:\Users\USERNAME\AppData
Replace C: with the letter of the drive where Windows is installed. Also replace USERNAME with the username of the account you’re logged in.
- Click OK
- Right-click on the Local folder
- Click Properties
- Go to the Security tab
- Click “Edit -> Add”
- Type “Everyone”
- Click “Check names -> Ok -> Full control”
- Click OK to save the changes
- Restart your computer
Folder security settings screen
Fix #2: Configure Windows Update Settings
One of the easiest fix for the 0x80070005 error is to configure Windows Update settings to allow automatic updates.
Make sure you’re logged in as an Administrator
Follow these steps:
- Click Start
- Type update in search box
- Select Windows Update from the search results list
- Click Change Settings
- Select Install updates automatically (recommended) at the Important Updates section
- Set a schedule when the updates are going to be installed
- Click OK
Windows Update settings screen
If your Windows Firewall settings are too strict, the 0x80070005
error might appear even if your Windows Update settings are set to
automatically install updates.
To fix this, follow these steps:
- Click Start
- Type firewall in the search box
- Select Windows Firewall from the search results list
- Choose Allow a program or feature through Windows Firewall from the left side
- Click Allow another program
- Click Browse
- Look for the svchost.exe file
- Click Open
- Click Add
- A new program called Host Process for Windows Services should be in your list.
- Click OK
Fix #3: Scan for viruses
A virus or malware infection can be the cause for the 0x80070005
error. Run an antivirus scan of your computer to make sure your PC
is not infected.
If you don’t have an antivirus software program, use Easy Recovery Essentials’ built-in Antivirus Scanner.
The Professional Edition of Easy Recovery Essentials for Windows
features a powerful antivirus and rootkit scanner that can normally
resolve this and similar errors caused by viruses, rootkits, trojans, or
spyware. EasyRE is currently available for Windows XP, Vista, 7 and 8
and can be downloaded and created on any PC.
- Download Easy Recovery Essentials. Make sure to note your Windows version (XP, Vista, 7 or 8) before you download EasyRE. This guide can help you identify what version of Windows you have installed. For the purposes of this guide, you will need to obtain the Professional Edition of EasyRE.
- Burn the image. Follow these instructions on how to burn the bootable ISO image very carefully, as making a bootable CD can be tricky! Alternatively, these instructions explain how to create a bootable EasyRE recovery USB stick/drive.
- Boot up your PC from the Easy Recovery Essentials CD or USB you created.
- Once EasyRE is running, choose the “Virus Scanner” option and click Continue.
Choose “Virus Scanner” in Easy Recovery Essentials
- After EasyRE scans your computer’s drives, identify and select the
drive letter for your Windows installation from the list, and then click
on the Scan button to begin.
Choose the drive associated with the Windows installation you’re trying to repair.
- EasyRE will begin scanning the
drive for viruses, rootkits, trojans, spyware, and other unwanted
malware on your machine. No intervention is required, and EasyRE will
repair viruses as it finds them, reporting its progress as it goes
along:
Easy Recovery Essentials searches for viruses and cleans infections on the selected Windows installation.
- Once the process is complete, EasyRE will report its findings. Click on the Restart button to reboot your PC and test the changes.
You can download Easy Recovery Essentials
from here.
Fix #4: Use SubInACL
If the 0x80070005 error is trigger by incorrect file permissions or
registry permissions, the SubInACL command-line tool can be used to
reset the permissions.
- Download SubInACL from Microsoft
- Install it
- Open Command Prompt
- Type:
notepad reset.cmd
- Press Enter
- Copy the following information to the reset.cmd file.
@echo off
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir% /grant=administrators=f /grant=system=f
@Echo -
@Echo Done.
@Echo -
@pause
- In Command Prompt, type reset.cmd to run the file
- Press Enter
- Restart your computer