Recently some guy made a tool to make your own windows PE. Now this is all fine and good for newbies, but in my opinion you don't need a tool to make windows PE. Below are instructions to make your own windows PE, all you need is a xp home or pro cd. Unlike the tool made by that person, i edited the mkimg.cmd file to disable version checking

http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\'

\' />
Instructions on how to make your own windows PE image:
Let's assume your going to use drive F to do everything and drive F has at least 1 gig free. Let's also assume your cdrom is drive H.
1 - Download
I'm a pirate, Argh Matey!2 - Extract winpe.rar to F, this should make F:\winpe which has 12 files, no subfolders!
3 - Put in your XP home or pro CD (preferably nonsp1).
4 - Go to start > run > type: cmd, click OK
5 - Switch to F:\winpe
6 - Type the following command:
mkimg H: f:\temp f:\winpe.iso
where:
H: is your cdrom containing your xp cd
f:\temp is a temporary folder (its made if it doesnt exist)
f:\winpe.iso is the cdimage thats made (this is optional).
Now that's very easy, isn't it. I didn't make this, it's a part of the OEM Preinstallation kit. Anyone with this kit can make windows pe. If you want to change the default wallpaper, replace winpe.bmp. If you want no wallpaper, just delete it.
-gosh