Ci7 Posted October 23, 2008 Share Posted October 23, 2008 in the other news vista sp2 leaked in the wild :) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/ Share on other sites More sharing options...
asusfreak Posted October 23, 2008 Share Posted October 23, 2008 in the other news vista sp2 leaked in the wild :) Why do you invent stuff like this? SP2 isnt out yet at all. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012708 Share on other sites More sharing options...
Ci7 Posted October 23, 2008 Author Share Posted October 23, 2008 (edited) 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 Edited October 23, 2008 by Skynetfuture Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012738 Share on other sites More sharing options...
asusfreak Posted October 23, 2008 Share Posted October 23, 2008 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 ;) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012832 Share on other sites More sharing options...
Ci7 Posted October 23, 2008 Author Share Posted October 23, 2008 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 Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012880 Share on other sites More sharing options...
asusfreak Posted October 23, 2008 Share Posted October 23, 2008 i would posted the code how to get sp2 but that against the rules i am not kidding about sp2 beta i am backing up now to install it I think its pretty clear there; And again: If I install all the updates, I have SP2 beta too. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012886 Share on other sites More sharing options...
Ci7 Posted October 23, 2008 Author Share Posted October 23, 2008 I think its pretty clear there; And again: If I install all the updates, I have SP2 beta too. so Quit it dont pop out no where with ignorance and says something is fake when you have no idea to begin with Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012896 Share on other sites More sharing options...
mspeak Posted October 23, 2008 Share Posted October 23, 2008 I think its pretty clear there; And again: If I install all the updates, I have SP2 beta too. Incorrect. You're wrong. If you spend half a second looking, you'd see that you're making yourself look pretty foolish right now. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012926 Share on other sites More sharing options...
asusfreak Posted October 23, 2008 Share Posted October 23, 2008 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" Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012962 Share on other sites More sharing options...
mspeak Posted October 23, 2008 Share Posted October 23, 2008 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 releasedi said it got leaked (read:unofficially released sp2 beta) by one of SP2 beta testers And those aren't photoshopped pictures. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012980 Share on other sites More sharing options...
Warbucks81 Posted October 23, 2008 Share Posted October 23, 2008 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. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590012996 Share on other sites More sharing options...
Ci7 Posted October 23, 2008 Author Share Posted October 23, 2008 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 Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590013020 Share on other sites More sharing options...
asusfreak Posted October 23, 2008 Share Posted October 23, 2008 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. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590013180 Share on other sites More sharing options...
cpu killer Posted October 23, 2008 Share Posted October 23, 2008 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 :) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590013310 Share on other sites More sharing options...
Ci7 Posted October 23, 2008 Author Share Posted October 23, 2008 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 ) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590013410 Share on other sites More sharing options...
asusfreak Posted October 23, 2008 Share Posted October 23, 2008 So people actually realise what the guy what responding to, it was:No "beta" in there. Now, can we get back on topic. Thank you :) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590013426 Share on other sites More sharing options...
+Frank B. Subscriber² Posted October 24, 2008 Subscriber² Share Posted October 24, 2008 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. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016162 Share on other sites More sharing options...
Ci7 Posted October 24, 2008 Author Share Posted October 24, 2008 old news see center of the thread :p Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016180 Share on other sites More sharing options...
+Frank B. Subscriber² Posted October 24, 2008 Subscriber² Share Posted October 24, 2008 old news see center of the thread :p Whoops, I didn't see that. My bad. Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016200 Share on other sites More sharing options...
+Gary7 Subscriber² Posted October 24, 2008 Subscriber² Share Posted October 24, 2008 Whoops, I didn't see that. My bad. After you install it, let us know how it works. :) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016204 Share on other sites More sharing options...
Ci7 Posted October 24, 2008 Author Share Posted October 24, 2008 After you install it, let us know how it works. :) it work fine over here ... smoother here an SS :) edit opss Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016228 Share on other sites More sharing options...
+Gary7 Subscriber² Posted October 24, 2008 Subscriber² Share Posted October 24, 2008 I take it that you can uninstall it?? Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016234 Share on other sites More sharing options...
Ci7 Posted October 24, 2008 Author Share Posted October 24, 2008 I take it that you can uninstall it?? yes you can from CP > programs and features > view installed updates >"service pack for microsoft windows " right click & uninstall Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016250 Share on other sites More sharing options...
+Gary7 Subscriber² Posted October 24, 2008 Subscriber² Share Posted October 24, 2008 yes you canfrom CP > programs and features > view installed updates >"service pack for microsoft windows " right click & uninstall Thanks I will give it a shot. (Y) Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016258 Share on other sites More sharing options...
Roger H. Veteran Posted October 24, 2008 Veteran Share Posted October 24, 2008 i found this elsewhere and about to install. Wish me luck!!!! Link to comment https://www.neowin.net/forum/topic/687420-vista-sp2-beta-leaked-in-the-wild/#findComment-590016278 Share on other sites More sharing options...
Recommended Posts