Jump to content

How to get Network Connection names


mixim
 Share

Recommended Posts

#Include <process.au3>
#include <GuiConstants.au3>

Dim $i, $base, $key, $name
$base = "HKLM\SYSTEM\ControlSet001\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}"

 $key = RegEnumKey($base, $i)
 $name = RegRead($base & "\" & $key & "\Connection", "Name")
 RunWait(@SystemDir & '\netsh interface set interface name="Network Connection Names" admin=DISABLED"')

I found these codes from another source.  How to write "Network Connection Names" automatic

i sorry for my english, i hope to tell my problem :(  thanks

 

Edited by mixim
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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