wcked
11-30-2007, 10:43 PM
ok guys if you are running xp sp2 well finally microsft has sp3 rc1 ok how can you get this
either copy or past the codes or download bat file
I just installed Windows XP SP3 RC1. Anyone else running this? So far so good. To install it, you need access to Microsoft Connect. Or, you can copy this code:
@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\XPSP3 /f 2> NUL
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\XPSP3 /v RCPreview /t REG_SZ /d 1c667073-b87f-4f52-a479-98c85711d869 /f
echo XPSP3 registry key has been set. Please check for updates in Windows Update.and save it to as a *.bat file (* can be anything you want). Next, double click on the file to run it (you won't see much happen, just a glimpse of a DOS session window). Then, go to the Windows Update or Microsoft Update site - the SP3 RC will be available for download. :)
either copy or past the codes or download bat file
I just installed Windows XP SP3 RC1. Anyone else running this? So far so good. To install it, you need access to Microsoft Connect. Or, you can copy this code:
@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\XPSP3 /f 2> NUL
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\XPSP3 /v RCPreview /t REG_SZ /d 1c667073-b87f-4f52-a479-98c85711d869 /f
echo XPSP3 registry key has been set. Please check for updates in Windows Update.and save it to as a *.bat file (* can be anything you want). Next, double click on the file to run it (you won't see much happen, just a glimpse of a DOS session window). Then, go to the Windows Update or Microsoft Update site - the SP3 RC will be available for download. :)