Jump to content

Recommended Posts

Posted (edited)

#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
Posted (edited)

I did it at the end :D

I found it in ACalcutt friend's archive. Thanks him

Edited by mixim

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...