$biosDate = (Get-WmiObject -Class Win32_BIOS).ReleaseDate
$fechaFabricacion = [Management.ManagementDateTimeConverter]::ToDateTime($biosDate)
Write-Host "Fecha estimada de fabricación (BIOS): $($fechaFabricacion.ToString('yyyy-MM-dd'))" -ForegroundColor Cyan