Ik probeer de waarde van een registry entry uit te lezen in een VBS script,
Ik heb deze artikelen gevonden
https://docs.microsoft.co...lue?view=netframework-4.8
https://docs.microsoft.co...value-from-a-registry-key
En kwam op deze code als proof of concept:
Dim readValue
readValue = CStr(Registry.GetValue( "HKEY_LOCAL_MACHINE\SOFTWARE\7-Zip", "Path", "nothing found"))
WScript.echo "Search output: "& readValue
Echter ik krijg geen output.. zelfs niet 'nothing found'..
Ik heb deze artikelen gevonden
https://docs.microsoft.co...lue?view=netframework-4.8
https://docs.microsoft.co...value-from-a-registry-key
En kwam op deze code als proof of concept:
Dim readValue
readValue = CStr(Registry.GetValue( "HKEY_LOCAL_MACHINE\SOFTWARE\7-Zip", "Path", "nothing found"))
WScript.echo "Search output: "& readValue
Echter ik krijg geen output.. zelfs niet 'nothing found'..
Mag je een gegeten paard in de bek kijken?