%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ include file="/includes/dbconnection.jsp" %>
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows XP"
and bits = 32
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows Vista"
and bits = 32
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows Vista"
and bits = 64
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows 7"
and bits = 32
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows 7"
and bits = 64
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows 8"
and bits = 64
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows 10"
and bits = 32
order by version;
select url, version, notes, os, bits
from asus_liveupdate
where os = "Windows 10"
and bits = 64
order by version;
<%@ include file="/includes/doctype.jsp" %>
<%@ include file="/includes/google-authorship.jsp" %>
<%@ include file="/includes/stylesheets.jsp" %>
<%@ include file="/includes/favicon.jsp" %>
<%@ include file="/includes/googleanalytics.jsp" %>
<%@ include file="/includes/cookie-banner.jsp" %>
<%@ include file="/includes/menu.jsp" %>
<%@ include file="/includes/motherboardheader-small.jsp" %>
<%@ include file="/includes/biosagentpurchase.jsp" %>
<%@ page import = "be.barefeetmedia.breadcrumb.*" %>
<%@ page import = "java.util.*" %>
<%
BreadcrumbLink home = new BreadcrumbLink("Home", "/");
BreadcrumbLink downloads = new BreadcrumbLink("Downloads", "");
List
breadcrumbLinksList = new ArrayList();
breadcrumbLinksList.add(home);
breadcrumbLinksList.add(downloads);
request.setAttribute("breadcrumbLinks", breadcrumbLinksList);
%>
<%@ include file="/ad/googleresponsive.jsp" %>
<%@ include file="/includes/subscribeemaillist-sendy.jsp" %>
<%@ include file="/includes/fastsecurestable-webhosting.jsp" %>
<%@ include file="/ad/googlebigrectangle.jsp" %>
The Asus Live Update application lets you update your ASUS motherboard BIOS with ease. It is run from within various Windows operating systems (XP, Windows 7 / 8 / Vista / 10) in 32 and 64 bit forms.
ASUS Live Update will identify your motherboard, check if there is an update for BIOS, and propose to download and install it.
Users can also schedule the updates so they can take place daily, weekly, ...

ASUS Live Update - Windows XP 32 bit
ASUS Live Update - Windows XP 32 bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows XP 32 bit) |
ASUS Live Update - Windows Vista 32 bit
ASUS Live Update - Windows Vista 32 bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows Vista 32 bit) |
ASUS Live Update - Windows Vista 64 bit
ASUS Live Update - Windows Vista 64 bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows Vista 64 bit) |
ASUS Live Update - Windows 7 32 bit
ASUS Live Update - Windows 7 32 bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows 7 32 bit) |
ASUS Live Update - Windows 7 64 bit
ASUS Live Update - Windows 7 64bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows 7 64 bit) |
ASUS Live Update - Windows 8 64 bit
ASUS Live Update - Windows 8 64bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows 8 64 bit) |
ASUS Live Update - Windows 10 32 bit
ASUS Live Update - Windows 10 32bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows 10 32 bit) |
ASUS Live Update - Windows 10 64 bit
ASUS Live Update - Windows 10 64bit
| ASUS Live Update version |
| ">ASUS Live Update (Windows 10 64 bit) |
<%@ include file="/includes/googlesearch.jsp" %>
<%@ include file="/includes/footer.jsp" %>
<%@ include file="/includes/javascript.jsp" %>