Windows/Delete Unowned Folder
< Windows
Run from a user in Administrators group, and from a command line window elevated to Administrator permission
takeown /f "C:\Path\To\Folder" /r /d y
icacls "C:\Path\To\Folder" /grant Administrators:F /t
rmdir /s /q "C:\Path\To\Folder"