Hey Guys,
I have a user that has both a wired and wireless connections, from 2 different providers.
When they need to check their email (outlook 2k7), it tries to use the wired connection by default. Outlook does not let me specify which connection to use, so instead of having the user disable and enable the connection manually each time they want to check email, I think I can do that for them with a .bat command.
I did some googling and found some suggestions, but nothing is working yet.
The command:
"netsh interface set interface "Local Area Connection" admin=DISABLED connect=DISCONNECTED newname="Local Area Connection""
...fails...but is as close as i have came to a working solution.
Does anyone have any suggestions on the .bat command syntax? Or a better solution I havent thought of?
Thanks
I have a user that has both a wired and wireless connections, from 2 different providers.
When they need to check their email (outlook 2k7), it tries to use the wired connection by default. Outlook does not let me specify which connection to use, so instead of having the user disable and enable the connection manually each time they want to check email, I think I can do that for them with a .bat command.
I did some googling and found some suggestions, but nothing is working yet.
The command:
"netsh interface set interface "Local Area Connection" admin=DISABLED connect=DISCONNECTED newname="Local Area Connection""
...fails...but is as close as i have came to a working solution.
Does anyone have any suggestions on the .bat command syntax? Or a better solution I havent thought of?
Thanks