In Windows 10, you might face error 0x80004005 which means you cannot access shared folder, drives or virtual machine. It is an unspecified error which means it doesn’t give you any explanation as to why this error occurs. We have mentioned all the links in below section, that are related to the Fix of Error 0x80004005 on Windows 10.
To create a restore point:
Type the following in the cmd and hit enter:
Sfc /scannow
sfc /scannow /offbootdir=c: /offwindir=c:windows (If above fails then try this one)
open cmd and type the following command and hit enter after each one:
a) Dism /Online /Cleanup-Image /CheckHealth
b) Dism /Online /Cleanup-Image /ScanHealth
c) Dism /Online /Cleanup-Image /RestoreHealth
If the above command doesn’t work then try on the below:
Dism /Image:C:offline /Cleanup-Image /RestoreHealth /Source:c:testmountwindows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccess
Navigate to the following registry key:
HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
For more: