Dec 5 2007 3:18PM GMT
Posted by: Michael Khanin
Microsoft Windows
Today, one of my friends asked me how to get SP3 RC1 for Windows XP. Many of you know that this release available for Beta Testers, but Friend of mine is NOT beta tester. So, you can use a Hack that will allow you to download Windows XP SP3 RC1 directly from Microsoft. Windows XP SP3 will be the final service pack for really good Operating System from Microsoft. SP3 will bring a lot of bug fixes and some new features from Vista. Well, if you can’t wait for official release, create a .bat file, let say xpsp3rc1.bat. Copy & Past toxpsp3rc1.bat following commands:
@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\XPSP3 /f 2> NUL
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\XPSP3 /v RCPreview /t REG_SZ /d 1c667073-b87f-4f52-a479-98c85711d869 /f
echo XP SP3 RC1 registry key has been set. Please check for updates in Windows Update.
pause
Once you have created the file run the file by double clicking it. Wait for the Confirmation Message on screen. The Above file adds a few entries to the Windows Registry that makes Microsoft suppose that you are a part of the Private beta program Check for new updates on Windows Update. You will see Windows XP SP3 listed in the available updates. Download and install it. Remember to Reboot :). Please note this hack is the exact way Microsoft expects its beta testers to try Windows XP SP3 out, so you don’t have to worry too much about Microsoft catching hold of you.
I tried this on Windows XP Machine and this hack worked.
Dec 2 2007 11:08AM GMT
Posted by: Michael Khanin
Networking,
Windows Computing
Few month ago I published an article “PXE, aka Pre-Execution Environment - Part 1“. In this article, I talked about a problem to use boot disk which created at Windows XP for PXE boot. I’d like to say thanks to Michael Bridge. He found a way to make the Windows XP floppy image of the netbootdisk work.
Under \ pxelinux.cfg \ default
edit the default to
append initrd=.IMA raw
(add “raw” after the image name)
According to this http://syslinux.zytor.com/memdisk.php it allows access to protected mode memory. Michael Bridge, told me that he managed to get the solution on this web site:
http://syslinux.zytor.com/archives/2007-July/008918.html