Windows 11 Clear Temp Files //top\\ < Web >
# 3. Windows Prefetch $prefetch = "$env:SystemRoot\Prefetch" $locations += @Path = $prefetch; Name = "Windows Prefetch"
Register-ScheduledTask -TaskName $taskName -Action $action -Trigger $trigger -Settings $settings -Principal $principal -Force windows 11 clear temp files
# 5. Recycle Bin $locations += @Path = "RecycleBin"; Name = "Recycle Bin" windows 11 clear temp files
function Format-FileSize param($SizeInMB) if ($SizeInMB -ge 1024) return "0:N2 GB" -f ($SizeInMB / 1024) else return "0:N2 MB" -f $SizeInMB windows 11 clear temp files

