Jump to content

list regkeys?


Recommended Posts

how can i list the regkey values that are being read/ and that exist

this thing here is supposed to list all the values *that exist*, but it's returning blank lines, and not jsut what is read, how do i make it work?

For $i = 65 to 90
$Var= ConsoleWrite(RegEnumKey('HKLM\SYSTEM\MountedDevices\DosDevices\',Chr($i)&":" )&@LF)
if @error <> 0 Then ExitLoop
MsgBox(4096, "Value Name  #" & $i & " under in AutoIt3 key", $var)
next
Edited by slightly_abnormal
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...