We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hey I have a question regarding the Robotframework winregistry.robot implementation:
${name} = Read registry key HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\1 LoggedOnDisplayName
And I get the error, although the registry key exists: [WinError 2] Das System kann die angegebene Datei nicht finden
Do you know what I am doing wrong and are there some examples reading registry keys?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey I have a question regarding the Robotframework winregistry.robot implementation:
${name} = Read registry key HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\1
LoggedOnDisplayName
And I get the error, although the registry key exists:
[WinError 2] Das System kann die angegebene Datei nicht finden
Do you know what I am doing wrong and are there some examples reading registry keys?
The text was updated successfully, but these errors were encountered: