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

    • Ridiculous claim that the labor cost difference of $6000 annually would increase cost per phone by $200. The employees produce 3 phones per month or what?
    • Sparkle 2.20.1 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.1 changelog: You can now change the Animation Direction from Up, Left, or Off. Added configurable animation direction (Up, Left, Off) for improved accessibility Added TTL caching to the system info backend Refactored tweak application flow to await NvidiaProfileInspector Improved IPC listener cleanup to correctly remove specific listeners Fixed online status not updating after successful network requests Updated system info tests to support backend caching Removed electron-toolkit utils dependency in favor of internal is.dev helper Fixed unwanted files and folders being included in application bundles Download: Sparkle 2.20.1 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Never used the G7 Pro, but I've never had a good experience with that style of d-pad and fighting games.
    • And I just bought a seat cushion for my mesh chair. The chair feels nice but the first time I sat in it with boxers, I realized I don't like the feel of mesh on my legs. 😂
    • "This Dell 27 inch 4K 120Hz IPS monitor is really cheap after a very long time" ... Lol.
  • Recent Achievements

    • Dedicated
      Asgardi earned a badge
      Dedicated
    • 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
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      +Edouard
      247
    3. 3
      PsYcHoKiLLa
      153
    4. 4
      Steven P.
      84
    5. 5
      macoman
      64
  • Tell a friend

    Love Neowin? Tell a friend!