What's the fastest way to delete a large folder in Windows?
> del /f /s /q foldername > nul
> rmdir /s /q foldername