Lisp HUG Maillist Archive

Remote Windows Registry

Hi all,

Does anyone know a way to query or set the value of a registry key on a remote 
pc in LWW.

I'd hope for something like a remote switch or a "\\\\FooPC\\":

(win32::registry-value "Software\\Microsoft\\Foo\\Bar\\" 
"BAZ" :root :user :remote "FooPC" :errorp nil) 

or some such but I'm not seeing it.

Thanks,

William



Re: Remote Windows Registry

William Proffitt <Jacobite1607@GMail.com> writes:

> Hi all,
>
> Does anyone know a way to query or set the value of a registry key on a remote 
> pc in LWW.


Not a direct answer, nor helpful necessarily. 

There is WMI (Windows Management Instrumentation), which I understand
does provide for the sort of thing you are after.

I've only started to scratch the surface of it, hoping to drive WMI
through the COM/Automation package.

BC


Updated at: 2020-12-10 08:41 UTC