Windows 11 Clear Temp Files Info
# 4. Recent Files $recent = "$env:APPDATA\Microsoft\Windows\Recent" $locations += @Path = $recent; Name = "Recent Files"
# 6. Windows Update Cache $windowsUpdate = "$env:SystemRoot\SoftwareDistribution\Download" $locations += @Path = $windowsUpdate; Name = "Windows Update Cache" windows 11 clear temp files
Write-Host "Desktop shortcut created!" -ForegroundColor Green function Create-ScheduledTask $taskName = "WindowsTempCleaner" $scriptPath = $MyInvocation.MyCommand.Path windows 11 clear temp files
function Create-Shortcut $shortcutPath = "$env:USERPROFILE\Desktop\Clear Temp Files.lnk" $scriptPath = $MyInvocation.MyCommand.Path windows 11 clear temp files
return $totalFreed
echo Cleaning prefetch... del /q /f /s "%SystemRoot%\Prefetch*" > nul 2>&1
$totalFreed = 0 $locations = @()
