I'm trying to delete the thumbnail cache via the following command:
DEL /F /S /Q /A %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db
I execute the statement as administrator and before of that I end the explorer.exe.
But I always get an access denied error.
What can I do about that? It's Windows 10.