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

    • Hello, I am not as familiar with AMD CPUs as I am with Intel's, but as I understand it, that's a mid-range CPU from about three years ago.  I would think it to be fine for everyday casual-type use.  A larger SSD might be better, but with storage prices these days that's a decision that has to be carefully thought about. Regards, Aryeh Goretsky  
    • Ocenaudio 3.19.5 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.5 changelog: Fixes crashes related to audio devices on Windows (DirectSound and ASIO) Fixes several crashes and memory corruption issues Fixes opening several headerless files at once, which previously dropped all but one Improves batch export by suggesting and remembering the destination folder Fixes accented and non-Latin characters in VST plug-in and compressed-archive file names Adds zstd compression support and updates the archive library Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I did think about a Echo show once and it would be useful to see what my cameras see. But my brother got one and I changed my mind. Adverts and not really worth the price just to see my cameras. I have a load of dots and a Echo Gen 4, they will do.
    • I asking where you are from or live, because if you don't live in the U.K, why are you so bothered? That is another reason I voted out, E.U and people poking their noses in where they should not be. Sadly we still have it, Trump, and his cronies. Putin as well and no doubt others. It makes no difference what we believe, if we made the right choice or not, we are out. As I said to someone when the news first broke we have voted out, we just need to make the best of it. I have no problems with closer ties to the E.U, we still need to trade. Just don't want to be in their club.
  • Recent Achievements

    • 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
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      501
    2. 2
      +Edouard
      203
    3. 3
      PsYcHoKiLLa
      145
    4. 4
      Steven P.
      72
    5. 5
      FloatingFatMan
      68
  • Tell a friend

    Love Neowin? Tell a friend!