How to update the latest version of Windows Vista SP1 online

Source: Internet
Author: User
Tags goto

Online upgrade Vista SP1 The latest version of the principle and the previous online upgrade Vista SP1 RC principle, need to use administrator privileges to execute a CMD or bat file.

The contents of the cmd file are as follows:

========= The following is the contents of the cmd file =====
@echo off
reg delete hkey_local_machine\software\microsoft\windows\currentversion\windowsupdate\vistasp1/f > NUL 2> &1
Reg delete hkey_local_machine\software\wow6432node\microsoft\windows\currentversion\windowsupdate\vistasp1/f > NUL 2>&1
REG ADD hkey_local_machine\software\microsoft\windows\currentversion\windowsupdate\vistasp1/v beta1/t reg_sz/d c1ff1d2f-c61e-4f27-b68c-722061c201a5/f
IF not%errorlevel% = = 0 (goto ERROR)
: SUCCESS
@echo.
Echo ===========================================================
echo Windows Vista SP1 registry key has been set successfully.
echo Check for updates in Windows Update.
Echo ===========================================================
@echo.
Goto END
: ERROR
@echo.
Echo ===========================================================
Echo FAILED to set Windows Vista SP1 registry keys.
echo Please run this script by right clicking and selecting
echo "Run as Administrator".
Echo ===========================================================
@echo.
Goto END
: End
Pause
========= above for cmd file content =====

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.