komar77r Posted March 25, 2005 Posted March 25, 2005 i know that i can simply go to the "My Network Places" press F2 and that's itbut how to do it in command line ? i use polish localisation of Ms XP Home, and in this case the default name is"Połączenie lokalne", so it has space in it and some funny characters
The-VOICE Posted April 1, 2005 Posted April 1, 2005 The following command line should get you started:netsh interface set interface /?
tguy Posted April 2, 2005 Posted April 2, 2005 @komar77rTo expand on The-VOICE's comments:netsh interface set interface name="Local Area Connection" newname= "Prod" can be used at the command line.I run mine from a batch file called by the Runonceex.cmd file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now