skip to main content

Downloading Latest Sdf: Makemkv ((exclusive))

# Create directory if missing $sdfDir = "$env:USERPROFILE\.MakeMKV" if (!(Test-Path $sdfDir)) New-Item -ItemType Directory -Path $sdfDir -Force $url = "https://www.makemkv.com/sdf.bin" $output = "$sdfDir\sdf.bin" Invoke-WebRequest -Uri $url -OutFile $output