resources/registry/PS1Action.ps1

@{
  PS1Action = @{
    LocalMachine = @{
      KeyName   = 'HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell'
      ValueName = '(Default)'
      Type      = 'REG_SZ'
      Data      = @{
        Run     = "0"
        Edit    = 'Edit'
        Notepad = 'Open'
      }
    }
  }
}