CMD version of Windows Vista SP1 RC1 Latest Beta _ Common tools

Source: Internet
Author: User
Tags goto
The future Forum's XI-write cmd script has been proven to be able to download Vista SP1 RC1 (V668) through WindowsUpdate, run the script as an administrator, and then run Windows Update Check for updates. This script is not the same as the one in 658. The two registry values that were deleted first are the values added by the 658 script.

According to the Windows Vista team blog, a stand-alone installer for Vista SP1 will be posted online, containing two versions of x86 and x64, supporting English, French, Spanish, German, and Japanese. About 8-12 weeks after Vista SP1 release, all remaining language support will be added to x86 and x64.

Windows Server 2008 and Vista SP1 are critical publications for the commercial popularity of Vista client operating systems, as many companies are waiting for Windows Server 2008 and Vista's first service packs to upgrade their desktops. Windows Server 2008 is a particularly important technology for business and business consumers, as it is the first major upgrade to the server's operating system over the last 5 years.

Windows Server 2008 RC1 can now be downloaded from the Microsoft Web site (http://www.microsoft.com/ws08eval). So far, more than 1.8 million customers have obtained the evaluation code for Windows Server 2008, according to Microsoft. Windows Vista SP1 RC1 has also been available to users via the Microsoft Connect website.

Microsoft has also made changes to the software certification program for Windows Server 2008, creating a program called "Working with Windows Server 20,081" and providing testing tools to partners so that ISVs can test their applications. To ensure that they can run stably and reliably on the Windows Server 2008 platform.

On Vista, Microsoft has a big problem: Many Third-party software is not wrapped up in a timely manner to make its products compatible with Vista, causing consumers to face compatibility issues.

Windows Vista SP1 RC1 cmd script

Copy Code code as follows:

@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 536ee5c2-e79d-420d-a589-c8ab115f35c3/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
Related Article

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.