Quantcast
Channel: How do I walk recursively windows registry in lua? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How do I walk recursively windows registry in lua?

$
0
0

I'm coming from linux land so bear with me please.

I want to walk through windows registry recursively. All I've managed to do so far get the values of individual keys

> require 'luacom'> sh = luacom.CreateObject "WScript.Shell"> = sh:RegRead "HKCU\\Console\\ColorTable01"8388608

yet see no way to iterate registry nodes...


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images