Hi Everyone - 1st Post Alert! I wonder if I can gather some help from you all. I have a workroom full of PC's running XP (sp2) and I am using sysprep + and answer file (sysprep.inf) to restore them all when needed. I am stuck on the following : The third NIC in the box needs Client For MS Networks, Qos, Network Monitor Driver and IEE 802.1x ALL unchecking (unbinding). The first two NICs are to be left untouched, well, they have been renamed and the Ip addresses set using a Batch script I have written that runs using the [guirunonce] command. I have seen a VERY similar post here during the search, but nothing that actually helps me. Does anyone have any advice, I am using the [networking] section of the answer file and getting no results. Here is a peice I have tested that doesn't work : *************************** [Networking] [netadapters] Adapter1 = params.Adapter1 Adapter2 = params.Adapter2 Adapter3 = params.Adapter3 [NetBindings] Disable = "ms_msclient ms_netbt Adapter3" Disable = "ms_msclient ms_netbeui Adapter3" Disable = "ms_msclient ms_nwnb" **************************** Notice I need only the third connection unbound. Please advise. Most Kind