minlogon with network

  • Thread starter Thread starter Slobodan Brcin \(eMVP\)
  • Start date Start date
George said:
1. Minlogon can work with network, right?
I add the "TCP/IP networking" and the "Basic TCP/IP Networking"
component, is it enough?

Well you'll need the network adapter etc...I was under the impression
TCP/IP depended on WinLogon, but I could be wrong. It's been a while.
If can i want set the IP of my computer, i should add which component?

Do a filter for the file net.exe - I'm not at an XPe machine at the
moment to say which component it's in.
 
Heidi Linda eMVP said:
Well you'll need the network adapter etc...I was under the impression
TCP/IP depended on WinLogon, but I could be wrong. It's been a while.


Do a filter for the file net.exe - I'm not at an XPe machine at the
moment to say which component it's in.

Er, yes, netsh.exe. It's been too long, ignore me.
 
1. Minlogon can work with network, right?
I add the "TCP/IP networking" and the "Basic TCP/IP Networking"
component, is it enough?
If can i want set the IP of my computer, i should add which component?
2. Which component can enable the pagefile function of the image? Or i
should enable it after FBA?
 
Hi George,

I´m new in WXPe, but i can say that TCP/IP works well with Minlogon (i have that configuration). Now a question, have you added the network adapter component for your network card? Another thing is about "Basic TCP/IP Networking" footprint, i have seen all the components that it adds and i have create my own .slx configuration for my target without some of these components. See Network cards in this group.

Regards.

ZerBit
 
George said:
1. Minlogon can work with network, right?
I add the "TCP/IP networking" and the "Basic TCP/IP Networking"
component, is it enough?
If can i want set the IP of my computer, i should add which component?
2. Which component can enable the pagefile function of the image? Or i
should enable it after FBA?
This problem I have fixed it.
 
I have added the network adapter component. But if not use the netsh shell,
you can't set the network config, right?
TCP/IP can work with the minlogon, but it seems that it can not connection
to the internet without the netsh shell.

ZerBit said:
Hi George,

I¡äm new in WXPe, but i can say that TCP/IP works well with Minlogon (i
have that configuration). Now a question, have you added the network adapter
component for your network card? Another thing is about "Basic TCP/IP
Networking" footprint, i have seen all the components that it adds and i
have create my own .slx configuration for my target without some of these
components. See Network cards in this group.
 
Hi George,

You can always make your simple config application as replacement to netsh.

Best regards,
Slobodan
 
I agree with Slobodan's point.

Sometimes writing your own app may be simpler and better, especially if you deal with Minlogon and don't want to make the image
heavier by adding additional stuff.
C++ would probably the best friend for the lightweight implementation (at least that is how I've done my own IP config app a long
while ago).

Anyway.. there are some public solutions available. E.g., known ipchange.exe utility: http://www.csparks.com/ipchange/index.xml
 
Back
Top