Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write REG_BINARY Values from a Hex String #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

michael-rolfe
Copy link

When looking for an alternative to AutoIt RegWrite we found this site-package was useful and did all that we wanted except did not appear to work when we wanted to write REG_BINARY values to the registry. We have been able to modify the existing write_entry() to allow us to write Hex Strings the same way we used to in AutoIt RegWrite using Robotframework keywords.

When looking for an alternative to AutoIt RegWrite we found this site-package was useful and did all that we wanted except did not appear to work when we wanted to write REG_BINARY values to the registry.  We have been able to modify the existing write_entry() to allow us to write Hex Strings the same way we used to in AutoIt RegWrite using Robotframework keywords.
added missing import statements
import struct
import binascii
Removed debug print line
@shpaker shpaker self-requested a review January 11, 2022 09:17
@shpaker shpaker self-assigned this Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants