Vista SP2 Beta leaked in the wild


Recommended Posts

Why do you invent stuff like this? SP2 isnt out yet at all.

i didn't said it is released

i said it got leaked (read:unofficially released sp2 beta)

by one of SP2 beta testers

Edit :

proof

that my windows update client in vista

post-254628-1224792501_thumb.jpg

Edited by Skynetfuture
i didn't said it is released

i said it got leaked (read:unofficially released sp2 beta)

by one of SP2 beta testers

Edit :

proof

that my windows update client in vista

WOW This is one of the fakest things Ive ever seen....

OK Look....SP2 is not final at all; You can't leak something that hasnt been finalized/Gold/RTW.

If I install ALL the updates in Windows Update and/or Microsoft's site, I too have SP2 leaked ;)

WOW This is one of the fakest things Ive ever seen....

OK Look....SP2 is not final at all; You can't leak something that hasnt been finalized/Gold/RTW.

If I install ALL the updates in Windows Update and/or Microsoft's site, I too have SP2 leaked ;)

i would posted the code how to get sp2 beta but that against the rules

i am not kidding about sp2 beta i am backing up now to install it

so Quit it

dont pop out no where with ignorance and says something is fake

when you have no idea to begin with

Because it is fake; Photoshop.

And AFAIK, Its not against the rules to post code like that; Neowin has done it before. If in doubt, PM a mod.

Incorrect. You're wrong. If you spend half a second looking, you'd see that you're making yourself look pretty foolish right now.

Prove me wrong. Again SP2 beta may be out for private beta testers (and even that I doubt because remember that the invite was sent out just a few days ago) but it is not final or anything like Skynet said. It was not "leaked"

Prove me wrong. Again SP2 beta may be out for private beta testers (and even that I doubt because remember that the invite was sent out just a few days ago) but it is not final or anything like Skynet said. It was not "leaked"

He didn't say the final was out... he clearly says the opposite:

i didn't said it is released

i said it got leaked (read:unofficially released sp2 beta)

by one of SP2 beta testers

And those aren't photoshopped pictures.

Because it is fake; Photoshop.

And AFAIK, Its not against the rules to post code like that; Neowin has done it before. If in doubt, PM a mod.

Prove me wrong. Again SP2 beta may be out for private beta testers (and even that I doubt because remember that the invite was sent out just a few days ago) but it is not final or anything like Skynet said. It was not "leaked"

You must be new to the InterWebz. Surely nothing could be "leaked" on ther InterWebz....god no!

Leaked and Released do not have the same meaning.

He didn't say the final was out... he clearly says the opposite:

And those aren't photoshopped pictures.

you leave me no choice .....

@echo off 

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /f > NUL 2>&1 
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP2 /f > NUL 2>&1 

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f 
IF NOT %errorlevel% == 0 ( goto ERROR) 

:SUCCESS 
@echo. 
echo ================================================== ========= 
echo Windows Vista SP2 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 SP2 registry keys. 
echo Please run this script by right clicking and selecting 
echo "Run as Administrator". 
echo ================================================== ========= 
@echo. 
goto END 

:END 
pause

that the code save it .reg and run it (in admin acc )

now update windows

------

my applogies mods if that goes against the rules

He didn't say the final was out... he clearly says the opposite:

And those aren't photoshopped pictures.

He edited his post now. If you read the original...

you leave me no choice .....

@echo off 

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /f > NUL 2>&1 
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP2 /f > NUL 2>&1 

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f 
IF NOT %errorlevel% == 0 ( goto ERROR) 

:SUCCESS 
@echo. 
echo ================================================== ========= 
echo Windows Vista SP2 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 SP2 registry keys. 
echo Please run this script by right clicking and selecting 
echo "Run as Administrator". 
echo ================================================== ========= 
@echo. 
goto END 

:END 
pause

that the code save it .reg and run it (in admin acc )

now update windows

------

my applogies mods if that goes against the rules

Why did you not PM a mod?

I mean its great that, that includes all of the updates after SP1 (which is what SP2 beta is right now) but again; This is not final.

Vista SP2 has not been officially released, to testers or otherwise. The leaked bits are a hack, and of course, not endorsed by MS. Although testers are probably getting the same build when the time comes.

Nice to see W7 stuff ramping up :)

Vista SP2 has not been officially released, to testers or otherwise. The leaked bits are a hack, and of course, not endorsed by MS. Although testers are probably getting the same build when the time comes.

exactly

i posted cuz ...... see the page you will get it (the nay say'ers )

Found on Winfuture.de:

Just like with Windows Vista SP1 it is possible to install a pre-beta of Vista SP2 via Windows Update by modifying the registry. Save the following into a .bat file and run it as administrator:

@echo off

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /f > NUL 2>&1
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP2 /f > NUL 2>&1

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f
IF NOT %errorlevel% == 0 ( goto ERROR)

:SUCCESS
@echo.
echo ================================================== =========
echo Windows Vista SP2 registry keys successfully set.
echo Please check for updates on Windows Update.
echo ================================================== =========
@echo.
goto END

:ERROR
@echo.
echo ================================================== =========
echo ERROR setting the Windows Vista SP2 registry keys
echo Please run this script as Administrator (right-click, 'Run as Administrator').
echo ================================================== =========
@echo.
goto END

:END
pause
pause

Checking for updates after running the .bat file will find and install the pre-beta of SP2.

Source (in German)

WARNING:

Only run this batch file if you really know what you're doing. In other words, do it at your own risk.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft released Windows 11 KB5102558, KB5095615 Setup and Recovery updates by Sayan Sen This past week Microsoft released the newest preview update (C-release) under KB5095093. Alongside those, Microsoft also released new dynamic updates. For those who may not know, dynamic updates bring improvements to the Windows Recovery process in the form of Windows Recovery Environment (WinRE) updates, which are also called Safe OS updates. The dynamic updates also affect the Setup file binaries in the form of Setup updates. These Dynamic Update packages are meant to be applied to existing Windows images prior to their deployment. Dynamic Updates also help preserve Language Pack (LP) and Features on Demand (FODs) content during the upgrade process. VBScript, for example, is currently an FOD on Windows 11 24H2. This time both recovery and setup updates were released for Windows 11. The company writes: "KB5095186: Safe OS Dynamic Update for Windows 11, version 26H1: June 23, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.28000.2335. KB5102558: Setup Dynamic Update for Windows 11, versions 24H2 and 25H2: June 23, 2026 This update makes improvements to Windows setup binaries or any files that setup uses for feature updates in Windows 11, version 24H2 and Windows 11, version 25H2. KB5095615: Safe OS Dynamic Update for Windows 11, versions 24H2 and 25H2: June 23, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.26100.8737." Microsoft notes that both the Recovery and Setup updates will be downloaded and installed automatically via the Windows Update channel.
    • The high cost of labor and operating within the US. Donald hasn't been able to figure that out--pathetic.
    • Opinion. All you did was blame Democrats for everything. You offered nothing but a hit piece to support your pro Trump, anti union right wing ideology.
  • Recent Achievements

    • Conversation Starter
      jessse3334 earned a badge
      Conversation Starter
    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
    • One Month Later
      Excellence2025 earned a badge
      One Month Later
    • Week One Done
      Excellence2025 earned a badge
      Week One Done
    • Week One Done
      flexorcist earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      151
    4. 4
      Steven P.
      73
    5. 5
      FloatingFatMan
      62
  • Tell a friend

    Love Neowin? Tell a friend!