Forum Discussion
AvaAnderson
Sep 03, 2024Copper Contributor
Unable to Delete imageres.dll.mun File
I recently deleted some content and inadvertently reverted my Windows 11 icons back to the Windows 10 ones. I had been using the Windows 11 icons for quite some time, so the change surprised me. Afte...
DanielLewis
Mar 21, 2026Copper Contributor
Open a Command Prompt as an administrator, run the commands `takeown /f C:\Windows\System32\imageres.dll.mun` and `icacls C:\Windows\System32\imageres.dll.mun /grant your_username:F` to take ownership of the file, then delete it.