Hi!
I'm trying to read a string from Windows Registry 2016 with wmi.get
Somewhere I've seen this example:
I try to read root\default:StdRegProv the Key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uni nstall*\DisplayName
How can I adapt it? or how can I read that string from the windows registry without scripts in the client?
Thanks!!
I'm trying to read a string from Windows Registry 2016 with wmi.get
Somewhere I've seen this example:
| wmi.get[root\default:StdRegProv,GetDWORDValue "HKEY_LOCAL_MACHINE, locationofkey", text] |
How can I adapt it? or how can I read that string from the windows registry without scripts in the client?
Thanks!!