Jump to content

Recommended Posts

Posted

Almost all new motherboards come with on-board firewire ports (IEEE-1394). Windows XP will setup these ports as a Network Card during unattended installation. It shows up under network properties as a "1394 Connection".

I'm tired of having to manually go into Network Properties and disable this interface. Has anyone figured out how to automatically disable the "1394 Connection". Maybe some winnt.sif setting or a script?


Posted

Thaks for the info IcemanND, that's a nice utility. I didn't know it even existed :)

However, won't that command disable the "whole" 1394 port? I don't want to disable the firewire port, just the network connection. I'd like to leave the firewire port active so people can still use their ipods and stuff.

Posted

the 1394 net adapters are under V1394*, the firewire card itself is under PCI\VEN*.

use to verify if you like:

devcon find PCI\VEN*

devcon find v1394*

Posted
Thaks for the info IcemanND, that's a nice utility. I didn't know it even existed :)

However, won't that command disable the "whole" 1394 port? I don't want to disable the firewire port, just the network connection. I'd like to leave the firewire port active so people can still use their ipods and stuff.

I dont know if it's too late but I'm using that piece of code to disable all Wireless Lan connection. It can surely be modified for 1394 class.

setlocal ENABLEEXTENSIONS & set "cmd=devcon listclass net^|find "Wireless""

for /f "Tokens=1,2* delims=:" %%a in ('%CMD%') do devcon disable @%%a

HTH

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...