Tagged Questions
The winpe tag has no wiki summary.
3
votes
3answers
4k views
How can I detect the drive letter of a booted USB drive from script?
I'm launching WinPE 2 from a bootable UFD, and I need to detect the drive letter in order to tell ImageX where to find the WIM. However, depending on the machine I'm imaging, there are different ...
2
votes
1answer
777 views
How do I add “Press any key to boot from usb” when installing Windows from a flash drive? (Grub4dos question / how to remove a bootloader)
I've been struggling with this problem for a while now and finially decided to ask for help. Let me first explain what the main purpose of the app is: to provide the a very easy to use way of backing ...
2
votes
3answers
269 views
Starting a .NET Application From CD?
we're trying to figure out a way to build a .NET application that can run entirely self contained from a CD. Basically user pops in a CD, boots to an operating system on the CD and a barebones .NET ...
2
votes
1answer
666 views
Detecting AC Power connection in WinPE?
I'm trying to determine if a laptop is connected to AC power.
The OS Im running under is WinPE.
My app is written in native C++.
WMI queries using Win32_Battery are not supported and the ...
2
votes
6answers
1k views
What programming languages/platforms can you use for GUI in a WinPE environment?
I'm starting work on a project that must be delivered in WinPE. I will likely be able to use WinPE 3.0. I'm also aware of Bart's PE and VistaPE, but I think I'm going to stick with WinPE. I need x64 ...
1
vote
2answers
92 views
How does Windows pass arguments to a program? (And is there a SetCommandLine function?)
How does the entry point receive arguments from the command line? I looked through a disassembly of one and found it calls __getmainargs to obtain the arguments. Is there a way to "__setmainargs"? I ...
1
vote
1answer
1k views
WinPE - Adding Custom Application to boot.wim or iso
Does anybody know how to add a customer exe into a ISO or boot.wim file with WinPE?
Please provide sample statements on how to add file and then launch it from WinPE Command Line.
Thanks
1
vote
2answers
718 views
WinPE 2.0 (Vista) - Looking for a solution for BrowseForFolder using VBSCRIPT & HTA application
I am creating an HTA application to be run inside of a WinPE 2.0 environment.
The purpose of this HTA app is to prompt the user to select a back-up location. I am currently using BrowseForFolder to ...
1
vote
1answer
205 views
Managed code in WinPE
If I want to run a program in windows PE (Vista or 7) am I not allowed to use any level of managed code?
Can I only have c++ code that doesn't reference any dotNet code?
How can I interact with ...
0
votes
0answers
15 views
Can I always display a mouse-type cursor in WinPE?
I have written an application that runs in a customer's WinPE (v3.0) environment. The application receives touch messages from a touchscreen controller, and converts these messages into ...
0
votes
0answers
25 views
ManagementObject in Windows PE does not work
I have C# 3.0 application which particularly uses ManagementObject to query all system logical drives and their properties. This works fine on regular Windows 7.
Then I virtualize application using ...
0
votes
1answer
704 views
Batch File issue, recieving “The Filename, Directory Name, Or Volume Label Syntax Is Incorrect”
I'm recieving the following error when I run my batch file
"The Filename, Directory Name, Or Volume Label Syntax Is Incorrect"
My batch file runs fine, but this error pops up 25 times and then ...
0
votes
1answer
1k views
Running 32 bit apps in WinPE 3 (Win7) 64 bit
Trying to run any 32 bit app in the WinPE 3.0 (Win7) 64 bit environment will result in the following error message:
The subsystem needed to support the image type is not present.
The missing ...
0
votes
1answer
133 views
setting IPV6 in command line, Win PE
Can i set the IPv6 ip address in command line? if possible please suggest me the command to use. I am using I am using WinPE environment which is equalant to VISTA but with out GUI features installed.
...
0
votes
1answer
193 views
ml64 - warning A6004: procedure argument or local not referenced
I have a function written for th e x64 microsft macro assembler in visual studio 2005.
The function recieves 3 arguments:
theFunction PROC firstP:QWORD, secondP:QWORD, thirdP:QWORD
the x64 calling ...
0
votes
1answer
118 views
ULONGLONG value corrupted in WinPE
I have an MFC app running in WinPE (Windows Preinstallation Environment), and I'm trying to make a method call with a 64-bit value in a ULONGLONG as a parameter. I've determined that the value is ...
0
votes
2answers
1k views
Can Windows PE 2.0 support the .Net framework?
I'm interested in building a PC for a car that will boot off of a USB Flash Drive. I'm planning on using Windows PE 2.0 for it with the GUI being written in c# or vb.net.
Obviously, for this to work, ...