Tuesday, January 09, 2024

PowerShell Quick Tip: Delete a folder recursively

PowerShell Quick Tip: Delete a folder recursively

PS C:\> Remove-Item -Recurse -Force .\folder_to_delete\

Or using alias

PS C:\> rm -r -fo .\folder_to_delete\

No comments:

Install Winget on Windows 2022 or Windows 10 LSTC

Install Winget on Windows 2022 or Windows 10 LTSC Install Pre-reqs Install Microsoft.UI.Xaml/2.8.6 Navigate to https://www.nuget.org/pa...