Windows PE (Pre-installation Environment) is a lightweight version of Microsoft Windows, used for deploying, installing and repairing Windows operating systems.
Questions tagged [windows-pe]
68 questions
0
votes
1 answer
Why won't my Windows PE RAM Disk (CD-ROM) boot?
I created a Windows PE RAM disk (CD-ROM) from the instructions on technet. I'm on a Windows 7 x64 system and my "reference" system is the same. I changed the boot priority to CD-ROM first on the reference system, but it comes up with an error…

Anthony Mastrean
- 441
- 1
- 8
- 18
0
votes
1 answer
Run batch files as administrator user
I have a segment with 100 computers.
I am booting each machne from WinPE OS located on a CD. After the OS has finished loading, I want to automatically run a batch file that will copy the CD to the C:\ drive.
My questions:
How can I edit the WinPe…

rrr
- 3
- 2
0
votes
3 answers
Am I allowed to add RDC to a WinPE boot Image?
Possible Duplicate:
Can you help me with my software licensing question?
I am trying to emulate what a user has suggested here:
Use WDS to provide a WinPE image (that contains a RDC client) over PXE.
While I have a working PXE WDS Server with a…

tombull89
- 2,964
- 8
- 41
- 52
0
votes
1 answer
Creating WINPE boot disc for IA64 architecture
Following the steps in the Windows Deployment Services getting started guide to create bootable media. After running Copype.cmd ia64 c:\winpe there is no equivalent of etfsboot.com in the c:\winpe\iso\boot\ folder.
So as per…

nick3216
- 213
- 3
- 10
0
votes
1 answer
SCCM 2007 R2 Win 7 Deployment client restarting after WinPE boot
I have tried to deploy windows 7 through SCCM, I have it all setup.
On the first deployment the PC boots into PXE gets an IP then loads the WinPE. It then shows a starting windows box. The box then disappears and after a few seconds the computer…

JohnyV
- 938
- 4
- 26
- 45
0
votes
1 answer
Are there other Windows PE autorun locations apart from startnet.cmd?
I'm trying to add some commands to a PE Windows that is booted from USB.
I found this: Windows PE autorun scripts, saying that the "autoexec.bat" equivalent can be found here:
\Windows\System32\startnet.cmd
When I add commands to startnet.cmd, they…

David.P
- 119
- 6
0
votes
1 answer
Issue with bootstrap.ini on MDT
I have an odd problem with my MDT Deployment.
If I use the following bootstrap.ini, when MDT starts it goes straight to a screen saying "Specify which deployment share to use"
[Settings]
Priority=DefaultGateway,…

user3580480
- 229
- 1
- 3
- 13
-1
votes
2 answers
strange routing table after PXE boot WinPE
I have a pxe boot WinPE using iPXE, iPXE config file as follow:
sanhook iscsi:10.86.13.52::::iqn.2003-01.org.linux-iscsi.htpc.x8664:sn.d2a44be19814
cpuid --ext 29 && set arch amd64 || set arch x86
kernel http://10.86.13.52/ISO/wimboot
initrd…

Andy Song
- 47
- 5