Skip to content

stdReg - new keys and items #131

@sancarn

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

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