g00ner Posted August 15, 2007 Posted August 15, 2007 I have a scenario where l have a laptop with both a wired and a wireless NIC. When docked l want to use the wired card and for extra security have the wireless disabled. And when undocked have the wireless enabled and wired disabled.This can easily be done with hardware profiles. The problem l have is if l then plug the laptop into a different docking station it generates a new hardware profile with the wireless card enabled. Is there a way of tell windows xp when creating a new hardware profile always disable the wireless card?
g00ner Posted August 16, 2007 Author Posted August 16, 2007 If anyone else is interested l mmanaged to find a way of doing this.You will need to determine the vendor id of the wireless network card. To do this got to Device Manager, go to the properties of the wireless network card and click on the Details Tab. Make a note of the VEN stringGo to the registry HKLM-> System-> CurrentControlSet-> Hardware Profiles->0001-> System-> CurrentControlSet-> Enum->PCIExport the VEN Key that relates to your wireless NIC to a reg fileEdit the reg file and change all occurrences of 0001 to 0000.Double click on the reg file to import it into the registryGo to HKLM-> System-> CurrentControlSet-> Hardware Profiles->0000-> System-> CurrentControlSet-> Enum->PCIThen expand your VEN key, there will be a sub-key probably starting 4&…. you will need to create a new DWORDDWORD should be called CSConfigFlags and should be set to 1 in Decimal.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now