How to quietly remove a directory with content in PowerShell

The Solution to How to quietly remove a directory with content in PowerShell is


Remove-Item -LiteralPath "foldertodelete" -Force -Recurse

~ Answered on 2011-10-26 21:32:09


Most Viewed Questions: