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

    • I'm still rocking iOS 25.x on my primary phone cuz iOS 26 still has usability quirks (mostly aesthetic and thus its UX) which I don't wanna deal with -- and I've been piloting them with all of these updates on my backup phone, so I'm well aware of its "improvements" since iOS 26 was first released (compared to version 26.5.x).
    • Firefox 152.0.4 is out.
    • Then why are you still here?  
    • Glary Utilities 6.44.0.48 by Razvan Serea Glary Utilities offers numerous powerful and easy-to-use system tools and utilities to fix, speed up, maintain and protect your PC. Glary Utilities allow you to clean common system junk files, as well as invalid registry entries and Internet traces. You can manage and delete browser add-ons, analyze disk space usage and find duplicate files. You can also view and manage installed shell extensions, encrypt your files from unauthorized access and use, split large files into smaller manageable files and then rejoin them. Furthermore, Glary Utilities includes the options to find, fix, or remove broken Windows shortcuts, manage the programs that start at Windows startup and uninstall software. All Glary Utilities tools can be accessed through an eye-pleasing and totally simplistic interface. Glary Utilities 6.44.0.48 changelog: Optimized Context Menu Manager: Improved features based on user feedback. Optimized Wipe Free Space: Optimized the interface display for a better user experience. Minor GUI improvements. Minor bug fixes. Download: Glary Utilities 6.44.0.48 | 27.0 MB (Freeware) Download: Portable Glary Utilities | 32.3 MB View: Glary Utilities Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Reacting Well
      Juan Dela earned a badge
      Reacting Well
    • Week One Done
      Collagen Project earned a badge
      Week One Done
    • Reacting Well
      Wakeen1966 earned a badge
      Reacting Well
    • Rookie
      Almohandis went up a rank
      Rookie
    • Apprentice
      jahara21 went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      514
    2. 2
      +Edouard
      266
    3. 3
      PsYcHoKiLLa
      146
    4. 4
      Steven P.
      96
    5. 5
      macoman
      54
  • Tell a friend

    Love Neowin? Tell a friend!