Skip to content

stdReg - new keys and items #131

Description

@sancarn

Example of adding a windows explorer context menu item

With stdReg.Create("HKEY_CLASSES_ROOT\Directory\shell")
  With .addKey("MyApp")
    .value = "Open with My&App"
    With .addItem("icon")
      .value = "C:\Program Files\MyApp\MyIcon.ico"
    End With
    With .addKey("command")
      .value = """C:\Program Files\MyApp\MyApp.exe"" ""%1"""
    End With
  End With
End With

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions