sumit 3 Posted August 5, 2007 Guys can anyone give me a script to open local area connection properties ? Would appreciate it . Share this post Link to post Share on other sites
Paulie 26 Posted August 5, 2007 You can always skip the script and just "Create Shortcut" and place it on you desktop... Share this post Link to post Share on other sites
ssubirias3 1 Posted August 6, 2007 Guys can anyone give me a script to open local area connection properties ? Would appreciate it .Not sure what your end goal is with this, other than popping up the Local Area Connection Properties window. If you're wanting to set or change the settings, I would suggest modifying the registry since that's where all that stuff is stored and read from. Here's a possible answer to your question. Run("rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl") And no there's not a documented .cpl file that will give you exactly what you asked for. This is as close as I can get you. Then again you could do like Pauile suggested and create a shortcut to your desktop. Hope this helps and good luck. Share this post Link to post Share on other sites