Windows Vista SP1 RC1 latest test version in cmd

Source: Internet
Author: User
Tags microsoft website

After running the CMD script, which is carefully written by the vision forum, it has been confirmed that you can use windowsupdate to download vista sp1 RC1 (v668), run the script as an administrator, and then run Windows Update to check for updates. this script is not the same as that of 658. First, the two registry values deleted are the values added by the script of 658.

According to the blog of the Windows Vista team, one independent installation of vista sp1ProgramWill be released online, including x86 and x64 versions, support English, French, Spanish, German and Japanese. About 8-12 weeks after the release of Vista SP1, all remaining language support will be added to x86 and x64.

Windows Server 2008 and Vista SP1 are key releases for the commercial popularization of Vista client operating systems, as many companies are waiting for Windows Server 2008 and Vista's first service package to upgrade their desktops. Windows Server 2008 is a particularly important technology for enterprises and commercial consumers, because it is Microsoft's first major upgrade to the server operating system in the last five years.

Windows Server 2008 RC1 can now be downloaded from the Microsoft website (http://www.microsoft.com/ws08eval. According to Microsoft, more than 1.8 million customers have been evaluated for Windows Server 2008 so far.Code. Windows Vista SP1 RC1 has also been provided to users through the Microsoft connect website.

Microsoft has also modified the Software Certification Program for Windows Server 2008, created a program named "working with Windows Server 2008", and provided testing tools to partners, so that ISVs can test their applications to ensure they can run stably and reliably on the Windows Server 2008 platform.

On Vista, Microsoft has encountered a major problem: many third-party software does not make its products compatible with Vista in a timely manner, leading to consumer compatibility problems.

Windows Vista SP1 RC1 cmd script

Copy code The Code is 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 please 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

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.