-ThrottleLimit 4
Now go reclaim your disc images. Q: Can I convert CHD to ISO without losing quality? A: Yes. CHD is lossless. Converting back to ISO restores the original 1:1 binary copy. convert chd to iso better
if (-not (Test-Path $outputISO)) Write-Host "Converting $baseName on thread $([System.Threading.Thread]::CurrentThread.ManagedThreadId)" & $using:chdman extracthd -i $_.FullName -o $outputISO -f -ThrottleLimit 4 Now go reclaim your disc images