Delete Folder in PowerShell on Windows - DevPops-Inc/windows GitHub Wiki
•	Browse to the folder containing the folder you wish to delete in the File Explorer, right-click in white space, and select “Open in Terminal.”
•

•	Type Remove-Item -Path < folder > -Recurse -Force and press the “Enter” key to delete the desired folder.
•

•	Type Get-ChildItem and press the “Enter” key to sanity check the folder will is gone.
•
