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

Monkeypatch Win32::Registry methods delete_key, delete_value #3870

Closed
wants to merge 6 commits into from

Commits on Sep 3, 2015

  1. Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#de…

    …lete_value.
    Claire McQuin committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    55a6507 View commit details
    Browse the repository at this point in the history
  2. Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#dele…

    …te_key
    Claire McQuin committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    30b588f View commit details
    Browse the repository at this point in the history
  3. Delete Root key and subkeys

    Claire McQuin committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    89aaa60 View commit details
    Browse the repository at this point in the history
  4. Remove access mask to RegDeleteKeyExW, it's not useful

    Claire McQuin committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    c00a3bd View commit details
    Browse the repository at this point in the history
  5. Implement delete_key with Win32::Registry#delete_key

    Claire McQuin committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    25b77f4 View commit details
    Browse the repository at this point in the history
  6. Add file header.

    Claire McQuin committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    86869f9 View commit details
    Browse the repository at this point in the history