Hi i am looking for a way to check if a string exists in the registry.
i tried this.. but it wont work
$ReturnCode = KeyExist("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout\Scancode Map")
If $ReturnCode
? "Keyboarderror will be fixed"
Shell "%logonserver%\keyboardfix\keyboardfix.bat"
EndIf

any ideas?