ardiardianto.blogspot.com
Remove item in Windows via GUI will take some time because it will scan all files before delete.To speed up time, we don't need to scan it.One of fast method is using Powershell
Remove-Item -path ./* -recurse