0x80004005: Unspecified Error

Hikermann

Posts: 74   +5
• Processor: Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz, Intel64 Family 6 Model 94 Stepping 3, CPU Count: 8
• Total Physical RAM: 16 GB
• Graphics Card: Intel(R) HD Graphics 530, 1024 MB
• Hard Drives: C: 476 GB (361 GB Free); D: 664 GB (483 GB Free); P: 267 GB (80 GB Free); S: 1862 GB (1687 GB Free); T: 1863 GB (1687 GB Free);
• Motherboard: HP 829E, ver KBC Version 06.29, s/n PGAXV0QNNB7EO6
• System: HP, ver HPQOEM - 0, s/n 8CG8343NN9
• Antivirus: Windows Defender, Enabled and Updated

• Windows 10 Professional (x64) Version 22H2 (build 19045.6218)
• Firefox 142.0.1 (64-bit)
• Thunderbird 128.10.1esr (64-bit)
=====================================================================

Wanted to clear out my DOWNLOADS file; attempting to delete everything related to DaVinci_Resolve results in the error message and freezes Windows Explorer. I went into regedit.exe, searched for DaVinci_Resolve, and deleted the only entry that came up.

Any suggestions? Many thanks.
 
When deleting a DaVinci Resolve installer or leftover folder locks up Explorer, it’s almost always because a background process is still holding a handle to one of the files, not because of a registry entry.
Reboot > don’t open Explorer > delete the folder first thing
If it deletes before thumbnails/indexing load, that confirms a handle lock.

Delete using Command Prompt (bypasses Explorer thumbnail freeze):
rmdir /s /q "C:\Users\<username>\Downloads\DaVinci_Resolve*"

Kill the handle that’s locking it
Open Task Manager > Details, end any process with Blackmagic, Resolve, Fusion, or DynamicLinkMediaServer in the name, and try deletion again
 
Back