Your reliable tool for approving and testing Windows updates.
Actualizaciones de Windows con problemas documentados
Security-related update detected
Security-related update detected
Security-related update detected
Security-related update detected
Problems playing protected content in some BluRay/DVD/Digital TV apps ...
[N/A] This update is for Windows OS builds 26200.7623 and 26100.7623, released on January 13, 2026. It addresses various...
[N/A] This update, released on December 9, 2025, is a hotpatch for Windows OS Build 26100.7392. The update aims to addre...
[N/A] This update is for Windows operating systems and includes various improvements and fixes. It is part of the regula...
[Security] This update addresses an issue where the OpenSSH service fails to start following the October 2024 security u...
[N/A] This update addresses an issue affecting Roblox players on Arm devices who are unable to download and play the gam...
Este sistema fue desarrollado para ayudar a las empresas en la aprobación y prueba de actualizaciones de Windows (KBs - Knowledge Base). Automatiza la verificación de artículos del catálogo de Microsoft para identificar posibles problemas conocidos.
Los problemas conocidos se documentan con frecuencia en artículos de Microsoft, junto con soluciones o estrategias de mitigación para administradores de TI. Al marcar rápidamente KBs con problemas conocidos, el sistema ayuda a tomar decisiones informadas.
¡Ayuda a mejorar este sistema! Tu donación apoya la innovación y la seguridad digital. Donar Ahora
Cómo Obtener KBs Instalados:
wmic qfe get hotfixid$token = "TOKEN_ID.SECRET"
$apiUrl = "https://kbaps.com//api/kb/api.php"
$kbs = Get-HotFix | ForEach-Object { $_.HotFixID }
$body = @{ kb_list = ($kbs -join ",") } | ConvertTo-Json -Compress
$headers = @{
"Authorization" = "Bearer $token"
"Content-Type" = "application/json"
}
$response = Invoke-RestMethod -Uri $apiUrl -Method POST -Headers $headers -Body $body
$response | ConvertTo-Json -Depth 5
Help improve the system that simplifies Windows updates for businesses! Your donation supports innovation. [Donate Now]