Help - Search - Members - Calendar
Full Version: PEnetCfg Question
The CD Forum > Bart's PE Builder > Reatogo
Cerberus
Greets, I need to use Penetcfg and have it run silently without prompting the user to do anything.

Basically it should load at startup, start the network and all the components using the DHCP profile and not ask the following;

rdsok
The readme.txt file explains the various settings available to you including the one you are asking about
Cerberus
QUOTE (rdsok @ Oct 19 2010, 05:58 PM) *
The readme.txt file explains the various settings available to you including the one you are asking about



penetcfg.ini
; PE Network Configurator (PENetCfg) v2.33
; Copyright © 2003-2009 Pierre Mounir (TheTruth)
;This is a sample network profile to use with "PE Network Configurator", adapt it to your liking.
; For more information about the sections and keys in this profile, refer to the included "Readme.txt".
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[General]
AutoStartNet = YES
PromptForProfile = NO
ShowGUI = NO
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[NetProfiles]
Home Profile = "%SystemDrive%\Net Profiles\Home.ini
Work Profile = "%SystemDrive%\Net Profiles\Work.ini"
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



autorun0penetcfg.cmd

@echo off
title Starting Network Support
run tcpipreg.reg
call %SystemRoot%\system32\penetcfg.exe /UseProfile penetcfg-dhcp.ini
rem call mstcp.cmd
exit


Both PEnetCFG plugins are disabled.
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.