resources/registry/Startup.ps1

@{
  Startup = @{
    CurrentUser  = @{
      KeyName   = 'HKCU\Software\Microsoft\Windows\CurrentVersion\Run'
      ValueName = ''
      Type      = 'REG_SZ'
      Data      = ''
    }
    LocalMachine = @{
      KeyName   = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Run'
      ValueName = ''
      Type      = 'REG_SZ'
      Data      = ''
    }
  }
}