Freezing WinPE (WinPEShl.ini)

G

Guest

Hi!

I tried something... let me explain...

I need to get rid of the &?"$/% DOS box...

So I've created a compiled AutoIt script (www.hiddensoft.com) to run
commands before launching my VB6 application...

And changed my winpeshl.ini to this instead...

[LaunchApp]
AppPath = %SYSTEMROOT%\System32\loader.exe

I added those commands...

regsvr32 /s netcfgx.dll
factory -minint
netcfg -v -winpe
net start dhcp
net start nla
myvb6app.exe

It work almost fine, but the computer freeze while it runs factory -minint

I tried to put %comspec% /c [command]

this also %comspec% /c Start /I /Wait [command]

Freezing all the time when it run factory -minint

So I tried to change my winpeshl.ini to this instead...

[LaunchApp]
AppPath = %SYSTEMROOT%\System32\cmd.exe

and I run manually each command, it work as good as required...

So I've created a starter.bat containing the commands...

I event tried to compile the .bat in a .com with this tool...
http://nlsn.free.fr/batch-down/Bat2Exe.ZIP
and run it directly using Winpeshl.ini
Nothing work

My loader run the starter.bat and the computer freeze while it runs factory
-minint

What the %?(*$ is going on???

Even If I only try to run this from my loader...

factory -winpe
myvb6app.exe

it freezes on "Starting Networking"


How can I solve my problem?

Thanks a lot...

ShrimpyOne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top