Help - Search - Members - Calendar
Full Version: Pe Netowrk Configurator + Xpe
The CD Forum > Bart's PE Builder > Troubleshooting
newb2
Anyone figured out how to use the 'profiles' functionality of the latest PE Network Configurator when using XPE on BartPE?

Both work great together, I just can't get the network to start automatically or without the gui or to prompt for a profile.
dani2
I add the autorun.cmd to the Run key in the registry...

I have added this into my xpe-custom.inf under [Software.Addreg]

QUOTE
0x1,"Microsoft\Windows\CurrentVersion\Run","Autorun","autorun.cmd"


But, I have this multishell environment and am using the autorun files from nu2menu... not sure if this is what you are getting at. You can also add stuff into the startup menu though.
Triton
make sure you have these lines in your xpecustom.inf file:


;e.g. Start Network before explorer if used without Numenu
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","001","||xpeinit.exe penetcfg.exe -UseProfile:myprofile.ini"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","002","||xpeinit.exe net.exe start lmhosts"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","003","||xpeinit.exe net.exe start lanmanserver"

sample profile for penetcfg.exe

[General]
AutoStartNet=Yes
ShowGUI=No

[NetID]
WorkGroup=MYWORKGROUP

[NetAdapter1]
EnableDHCP=Yes



this autostarts net services and sets workgroup to myworkgroup and enables dhcp.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.