TheTechGuide Forum

General Category => Software => Topic started by: Jazkal2 on April 29, 2003, 10:08:24 PM

Title: Any sites for WindowsPE ?
Post by: Jazkal2 on April 29, 2003, 10:08:24 PM
Has anyone seen any websites that deal with Windows PE ? I'm looking for some more in depth coverage. I can't find anything out there on the subject.

WindowsPE Homepage (http://\"http://www.microsoft.com/licensing/programs/sa/sam/winPe.asp\")

For those that have never heard of it:
It's a mini version of WinXP. It is small, will load off of a CD or Network, and is hardware independent. It's 32bit and a lot of tools that work in Win2k, WinXP, and Win2k3; will work in WinPE.

If you find anything, let me know please.

- Jazkal
Title: Any sites for WindowsPE ?
Post by: geckopj on April 29, 2003, 10:25:47 PM
Check out h**p://www.nu2.nu/pebuilder its pretty sweet. It just came out yesterday, so i dont really know much about it.
Title: Any sites for WindowsPE ?
Post by: Josetann on April 29, 2003, 11:34:35 PM
Why the **?  We don't block URLs unless it's to warez and such, and in that case two stars wouldn't save the post.  That link looks fine.
Title: Any sites for WindowsPE ?
Post by: Guest on April 30, 2003, 02:41:21 AM
/ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' /> Is there a NEW released of WINDOWS

 /unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> WHATS new in WINDOWS PE
Title: Any sites for WindowsPE ?
Post by: The_Flames on April 30, 2003, 07:06:50 AM
Having a look at the url given Windows PE Builder (http://\"http://www.nu2.nu/pebuilder\")

it seems to be a make a PE disk using a xp cd and a current instalation /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

I believe that windows PE offical version is based on 2k ...  so this could be very intresting /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
Title: Any sites for WindowsPE ?
Post by: Jazkal2 on April 30, 2003, 10:09:14 AM
[quote name=\'Guest\' date=\'Apr 30 2003, 01:41 AM\']/ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' /> Is there a NEW released of WINDOWS

 /unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> WHATS new in WINDOWS PE[/quote]
This is not a new release of a Windows Desktop/Server OS. This is a new tool that will replace floppy disk DOS. It allows you to boot from a CD or Network, and it has most of the functions of WindowsXP.

WindowsPE is based on the WindowsXP Kernel. The drawback is that only Microsoft OEM's and Enterprise customers have access to it. But after looking over Bart's WinPE Homepage (http://\"http://www.nu2.nu/pebuilder\") , it has been brought to the masses.

- Jazkal
Title: Any sites for WindowsPE ?
Post by: roids on April 30, 2003, 10:25:13 AM
hmm

I was poking around on a erd commander 2002 iso image and noticed the following ini file

its called winbom.ini

and contains



[Factory]
WinBOMType=WinPE
Reseal=No
[WinPE]
Restart=No
[PnPDriverUpdate]
[PnPDrivers]
[NetCards]
[UpdateInis]
[FactoryRunOnce]
[Branding]
[AppPreInstall]


I guess winternals is using winPE to make its erd commander cds now
Title: Any sites for WindowsPE ?
Post by: roids on April 30, 2003, 10:27:03 AM
BTW your links you have been posting contain an extra http:// might want to fix that if you can
Title: Any sites for WindowsPE ?
Post by: Guest on May 01, 2003, 05:22:09 PM
Has anyone built this? I tried and burned the new disk and rebooted but it bombs out when trying to detect my new network.
Title: Any sites for WindowsPE ?
Post by: Jazkal2 on May 01, 2003, 05:24:48 PM
I built an image yesterday. It worked fine on the systems I have.

Are you using an off name NIC?

- Jazkal
Title: Any sites for WindowsPE ?
Post by: Guest on May 01, 2003, 06:00:35 PM
[quote name=\'Jazkal2\' date=\'May 1 2003, 04:24 PM\']I built an image yesterday. It worked fine on the systems I have.

Are you using an off name NIC?

- Jazkal[/quote]
 Well I built it off an install in a vmware virtual machine. I tried to test it in that same virt machine and no luck. I tried it on my desktop machine and no luck. My desktop has a common intel nic. Even freebsd and openbsd support it with their default installs.
Title: Any sites for WindowsPE ?
Post by: gosh on May 01, 2003, 07:01:42 PM
Windows PE is included in the OEM Preinstallation Kit (OPK).  It comes with tools to make your own WinPE if you want, but the tools are build dependant.  I.E., if you have winxp sp1 then u need the winpe build tools for sp1.  To make windows PE, you copy the winpe folder to the hard drive.  Then you type this command:

f:\winpe\mkimg.cmd f: f:\temp f:\winpe.iso

where:

f:\winpe has winpe build tools
f: is your xp cd
f:\temp is a temporary folder
f:\winpe.iso is the cd image you want to make.

That's it!  The site listed above, http://www.nu2.nu/pebuilder/ (http://\"http://www.nu2.nu/pebuilder/\") , make a tool to automate this process.  I looked at the tool, and it just seems really confuzing and poorly made.  Why make a tool for something you can do in 1 short step?  In my above steps, all you did is copy a folder to the hard drive, put in the xp cd, and run the above command.  Bart's way is to download a file, run a tool that is buggy, then it makes the image.

In my opinion, there's been tools made lately to automate things for newbies, like that slipstream tool at flexbeta.com, that just end up causing problems.  Do we really need a tool to make windows pe?  Rather than dumbing down things to the lowest person, why not give people the info to do it themselves?

Oh well, use the tool if you want.  If you want the winpe build files PM me and ill PM you a small 300k file that lets you make windows pe - no tool necessary.

-gosh
Title: Any sites for WindowsPE ?
Post by: captdilly on May 01, 2003, 11:54:44 PM
[quote name=\'gosh\' date=\'May 1 2003, 06:01 PM\']Windows PE is included in the OEM Preinstallation Kit (OPK).  It comes with tools to make your own WinPE if you want, but the tools are build dependant.  I.E., if you have winxp sp1 then u need the winpe build tools for sp1.  To make windows PE, you copy the winpe folder to the hard drive.  Then you type this command:

f:\winpe\mkimg.cmd f: f:\temp f:\winpe.iso

where:

f:\winpe has winpe build tools
f: is your xp cd
f:\temp is a temporary folder
f:\winpe.iso is the cd image you want to make.

That's it!  The site listed above, http://www.nu2.nu/pebuilder/ (http://\"http://www.nu2.nu/pebuilder/\") , make a tool to automate this process.  I looked at the tool, and it just seems really confuzing and poorly made.  Why make a tool for something you can do in 1 short step?  In my above steps, all you did is copy a folder to the hard drive, put in the xp cd, and run the above command.  Bart's way is to download a file, run a tool that is buggy, then it makes the image.

In my opinion, there's been tools made lately to automate things for newbies, like that slipstream tool at flexbeta.com, that just end up causing problems.  Do we really need a tool to make windows pe?  Rather than dumbing down things to the lowest person, why not give people the info to do it themselves?

Oh well, use the tool if you want.  If you want the winpe build files PM me and ill PM you a small 300k file that lets you make windows pe - no tool necessary.

-gosh[/quote]
 Well the OEM Preinstallation Kit is only legally available to OEM's. I know you can warez it, but the tool that Bart provides is completely free, and legal.
Title: Any sites for WindowsPE ?
Post by: Jazkal2 on May 02, 2003, 07:44:29 AM
[quote name=\'captdilly\' date=\'May 1 2003, 10:54 PM\']Well the OEM Preinstallation Kit is only legally available to OEM's. I know you can warez it, but the tool that Bart provides is completely free, and legal.[/quote]
 I agree. The whole point to Barts tool, is that WinPE isn't available to the masses (Legally). I happen to work for a company that does have a Legal right to it.

On a side note, I'm wondering if Bart's tool does away with any of the WinPE in-built handicaps? Such as rebooting after 24 hours.

- Jazkal
Title: Any sites for WindowsPE ?
Post by: Guest on May 29, 2003, 05:39:35 PM
Does anyone know were I can get a copy of Bart's PE Builder since it was removed from his site.
Title: Any sites for WindowsPE ?
Post by: gosh on May 30, 2003, 09:17:34 AM
Just to clear things up, bart's pebuilder is just a wizard that then calls the winpe oem files.  He didnt make a new version of winpe, all he did is hack the microsoft winpe files and call it is his own.  Without the microsoft winpe files his tool is worthless.  It IS illegal, if you think it's legal you don't know the legal system, you just can't post confidential files on a public website.

gosh
Title: Any sites for WindowsPE ?
Post by: Jazkal2 on May 30, 2003, 02:46:05 PM
[quote name=\'gosh\' date=\'May 30 2003, 08:17 AM\']if you think it's legal you don't know the legal system, you just can't post confidential files on a public website.[/quote]
 Sorry, I was under the impression that he wrote his own build. Where did you get your info? This is the first I've heard of it.

- Jazkal
Title: Any sites for WindowsPE ?
Post by: royalbox on May 31, 2003, 06:48:56 AM
@gosh

Microsoft asked bart to remove pe builder from his site as it contained copyrighted files.

But putting that aside, are you saying that you can make a winPE type disc like bart's program does, without a copy of winPE?

UPDATE:

it's OK, I've just seen your other post about this.
Title: Any sites for WindowsPE ?
Post by: Guest on June 12, 2003, 02:56:55 PM
OPK CDs are available via pricewatch.com for about ten bucks, for those who care.
I like gosh's file though /biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' /> , and suggest ya all consider saving it for P2P goodness in the future.
Title: Any sites for WindowsPE ?
Post by: gosh on June 18, 2003, 02:37:53 AM
In other threads i put the download url for winpe, for some reason i didnt in this thread.  You can download it at I'm a pirate, Argh Matey! (http://\"http://www.microsoft.com/piracy\")
Title: Any sites for WindowsPE ?
Post by: Bolean on June 18, 2003, 02:54:26 AM
Any description would be great.
What to do with that files?
Title: Any sites for WindowsPE ?
Post by: gosh on June 18, 2003, 08:08:22 PM
Josetann, all i posted is a 300k zip file that has a couple scripts.  It's not the actual winpe, you need a real xp cd to make windows PE.  Ive posted the same file about a dozen times before and youve never said anything about it.  Isn't this the same site that had that 500 post thread with links to activation hacks?  You're a hypocrite.

If youre just gonna edit my posts and call me a pirate, i'll leave this site and go some place else.

-gosh
Title: Any sites for WindowsPE ?
Post by: Jazkal2 on June 19, 2003, 05:00:44 PM
[quote name=\'Guest\' date=\'Jun 12 2003, 01:56 PM\']OPK CDs are available via pricewatch.com for about ten bucks, for those who care.[/quote]
Your correct, and you can sign up for free to become a M$ OEM at http://oem.microsoft.com (http://\"http://oem.microsoft.com\")

Then you are using WinPE legally.
Title: Any sites for WindowsPE ?
Post by: scalar on June 20, 2003, 12:42:43 AM
If you buy 3 or more OEM licenses from an online retailer, you may just get the OEM Preinstall kit CD thrown in. A standard Microsoft System Builder kit is a small cardboard box just big enough to hold 3 shrink-wrapped OEM CDs, stickers, and manuals, and in EVERY box the OEM Preinstall CD is just thrown in for your convenience.

The 3 or more is the key.. how many of you have bought an OEM license via NewEgg or some such? Then how many of you wanted like 3 or 4 OEM license CDs? I'll bet very few people have ever ordered more than one copy, so your chances of getting the preinstall kit are much less.


So, basically for a source, you should look to NewEgg or other nerd-oriented parts stores that will sell OEM licenses with some other inexpensive bits of hardware.


-Scalar