Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Windows Vista » microsoft.public.windows.vista.installation_setup
Thread: Download Windows Vista SP2 Pre-Beta Version by Registry Hack

HTVi
TV Discussion Newsgroups

Download Windows Vista SP2 Pre-Beta Version by Registry Hack
Benny 10/26/2008 2:40:54 AM
1. Copy and paste the below code in the notepad and save it as ?update.bat? anywhere in your Windows machine OR download it from here [ at ]echo off reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\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\Curr entVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f IF NOT %errorlevel% == 0 ( goto ERROR) :SUCCESS [ at ]echo. echo ====================================== echo Windows Vista SP2 registry keys successfully set. echo Please check for updates on Windows Update. echo ========================================== [ at ]echo. goto END :ERROR [ at ]echo. echo ========================================== echo ERROR setting the Windows Vista SP2 registry keys echo Please run this script as Administrator (right-click, 'Run as Administrator'). echo ========================================== [ at ]echo. goto END :END pause pause Read More [ at ] [url=http://windowsaddict.blogspot.com/2008/10/download-windows-vista-sp2-pre-beta.html][b][u]Windows Vista Guide : Download Windows Vista SP2 Pre-Beta Version 6.0.6002.16489 by Registry Hack[/u][/b][/url]


Post Originated from http://www.VistaForums.com Vista Support Forums
Re: Download Windows Vista SP2 Pre-Beta Version by Registry Hack
"Get Real" <get[ at ]clue> 10/26/2008 4:02:40 AM
Gosh, thanks Benny, I was just sitting here thinking to myself, "Self",
(which is what I call myself), "what can I do to my stable Vista SP1 install
that could possibly de-stabilize it, so that I might have to go through a
full system recovery and reinstall of all my software? Is there some
ill-advised registry hack the might let me try out a pre-beta of Vista SP2?
Is there anything I can do to make it necessary for me to waste many hours
rebuilding my system?"

And Benny comes a long and answers my question.

Thanks so much!

Anybody that installs a pre-beta of anything deserves what they get.


<Benny> wrote in message news:OlIvFRxNJHA.3676[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> 1. Copy and paste the below code in the notepad and save it as
> ?update.bat? anywhere in your Windows machine OR download it from here
>
> [ at ]echo off
>
> reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr
> entVersion\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\Curr
> entVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d
> C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f
> IF NOT %errorlevel% == 0 ( goto ERROR)
>
> :SUCCESS
> [ at ]echo.
> echo ======================================
> echo Windows Vista SP2 registry keys successfully set.
> echo Please check for updates on Windows Update.
> echo ==========================================
> [ at ]echo.
> goto END
>
> :ERROR
> [ at ]echo.
> echo ==========================================
> echo ERROR setting the Windows Vista SP2 registry keys
> echo Please run this script as Administrator (right-click, 'Run as
> Administrator').
> echo ==========================================
> [ at ]echo.
> goto END
>
> :END
> pause
> pause
>
>
>
> Read More [ at ]
> [url=http://windowsaddict.blogspot.com/2008/10/download-windows-vista-sp2-pre-beta.html][b][u]Windows
> Vista Guide : Download Windows Vista SP2 Pre-Beta Version 6.0.6002.16489
> by Registry Hack[/u][/b][/url]
>
>
> Post Originated from http://www.VistaForums.com Vista Support Forums


Re: Download Windows Vista SP2 Pre-Beta Version by Registry Hack
"AJR" <ajrjdr[ at ]comcast.net> 10/26/2008 9:15:44 PM
"Get Real" - Agree with the tone of your post 100%. Regisrty values do not
appear legitimate - note
",,,Windows\CurrentVersion\WindowsUpdate\VistaSp2...."
a bogus value - where did the value "VistaSp2" (question reference to Sp2
rather than SP2) - real value would be SP2) come from?

Also "...Wow6432Node\...." is a registry setting on 64 bit OS - it provides
registry redirection of 32 bit values to prevent corruption of 64 bit
registry.

SP1 came in two flavors - 32 and 64 bit - seems logical that SP2 would
follow same practaice.






"Get Real" <get[ at ]clue> wrote in message
news:uYZ3z%23xNJHA.4928[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text]
> Gosh, thanks Benny, I was just sitting here thinking to myself, "Self",
> (which is what I call myself), "what can I do to my stable Vista SP1
> install that could possibly de-stabilize it, so that I might have to go
> through a full system recovery and reinstall of all my software? Is there
> some ill-advised registry hack the might let me try out a pre-beta of
> Vista SP2? Is there anything I can do to make it necessary for me to waste
> many hours rebuilding my system?"
>
> And Benny comes a long and answers my question.
>
> Thanks so much!
>
> Anybody that installs a pre-beta of anything deserves what they get.
>
>
> <Benny> wrote in message news:OlIvFRxNJHA.3676[ at ]TK2MSFTNGP04.phx.gbl...
>> 1. Copy and paste the below code in the notepad and save it as
>> ?update.bat? anywhere in your Windows machine OR download it from here
>>
>> [ at ]echo off
>>
>> reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr
>> entVersion\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\Curr
>> entVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d
>> C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f
>> IF NOT %errorlevel% == 0 ( goto ERROR)
>>
>> :SUCCESS
>> [ at ]echo.
>> echo ======================================
>> echo Windows Vista SP2 registry keys successfully set.
>> echo Please check for updates on Windows Update.
>> echo ==========================================
>> [ at ]echo.
>> goto END
>>
>> :ERROR
>> [ at ]echo.
>> echo ==========================================
>> echo ERROR setting the Windows Vista SP2 registry keys
>> echo Please run this script as Administrator (right-click, 'Run as
>> Administrator').
>> echo ==========================================
>> [ at ]echo.
>> goto END
>>
>> :END
>> pause
>> pause
>>
>>
>>
>> Read More [ at ]
>> [url=http://windowsaddict.blogspot.com/2008/10/download-windows-vista-sp2-pre-beta.html][b][u]Windows
>> Vista Guide : Download Windows Vista SP2 Pre-Beta Version 6.0.6002.16489
>> by Registry Hack[/u][/b][/url]
>>
>>
>> Post Originated from http://www.VistaForums.com Vista Support Forums
>
>


RE: Download Windows Vista SP2 Pre-Beta Version by Registry Hack
Mick Murphy 10/27/2008 8:19:01 AM
Malicious SPAM

Re: Download Windows Vista SP2 Pre-Beta Version by Registry Hack
Norman <nraddick[ at ]SPAMgmail.com> 10/27/2008 9:59:42 AM
On Mon, 27 Oct 2008 01:19:01 -0700, Mick Murphy
<MickMurphy[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>Malicious SPAM

It wasn't "SPAM". It was very bad advice.

--
Norman
If people concentrated on the really
important things of life, there'd
be a shortage of fishing poles.
Doug Larson
Re: Download Windows Vista SP2 Pre-Beta Version by Registry Hack
Mick Murphy 10/27/2008 10:56:09 AM
It WAS Malicious SPAM.
Can't you read??????

Look at the bottom of his post.
The link there is NOW defunct.
--
Mad Mike


"Norman" wrote:

[Quoted Text]
> On Mon, 27 Oct 2008 01:19:01 -0700, Mick Murphy
> <MickMurphy[ at ]discussions.microsoft.com> wrote:
>
> >Malicious SPAM
>
> It wasn't "SPAM". It was very bad advice.
>
> --
> Norman
> If people concentrated on the really
> important things of life, there'd
> be a shortage of fishing poles.
> Doug Larson
>
Re: Download Windows Vista SP2 Pre-Beta Version by Registry Hack
Mick Murphy 10/27/2008 10:58:01 AM
http://en.wikipedia.org/wiki/Spamming

Might help you to understand.
--
Mad Mike


"Norman" wrote:

[Quoted Text]
> On Mon, 27 Oct 2008 01:19:01 -0700, Mick Murphy
> <MickMurphy[ at ]discussions.microsoft.com> wrote:
>
> >Malicious SPAM
>
> It wasn't "SPAM". It was very bad advice.
>
> --
> Norman
> If people concentrated on the really
> important things of life, there'd
> be a shortage of fishing poles.
> Doug Larson
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen