View Single Post
  #1  
Old 7th Dec 07, 04:58 PM
User Needs User Needs is offline
Administrator
 
Join Date: Aug 2001
Posts: 950
User Needs has disabled reputation
Windows XP Sp3 RC1
This is a hack that will allow you to download SP3 from windows update!
Tested and working!

@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 -
pause




And a attached rar file that will change these reg keys for you!
And another,
Attached Files
File Type: rar windowsxpsp3hack.rar (1.6 KB, 3 views)
File Type: rar XP_SP3.rar (11.0 KB, 1 views)

Last edited by User Needs : 10th Dec 07 at 03:39 PM.
Reply With Quote