Here I want to share some Powershell scripts that I use constantly and has proven to be useful (for me) specially if you have more than one instance of Sitecore in your machine.
Clean Sitecore logs from your machine
Push-Location "C:\inetpub\wwwroot"
Get-ChildItem .\ -Include logs -Recurse | foreach ($_) { Remove-Item $_.fullname