function Clean-Folder param($Path) $originalSize = Get-FolderSize $Path try Get-ChildItem $Path -Recurse -Force -ErrorAction SilentlyContinue catch return 0
$totalFreed = 0 $locations = @()
function Get-FolderSize param($Path) try $colItems = Get-ChildItem $Path -Recurse -Force -ErrorAction SilentlyContinue catch return 0 windows 11 clear temp files