Jump to content

Wavelog ERB Desktop Setup

From BARS W9YT
Revision as of 16:43, 16 May 2026 by Hadley So [W6LKK] (Hadley) (talk | contribs) (Created page with "''For getting started with Wavelog and your account see Wavelog, this is an administrative page'' === Overview === Wavelog and the W9YT website automatically launch on Firefox when any user logs into the two CAE desktops in the ERB shack === Browser Auto Launch === Firefox is configured to start automatically for all users on login. A link to the shared Firefox executable was placed in: <code>C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp</code> ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For getting started with Wavelog and your account see Wavelog, this is an administrative page

Overview

Wavelog and the W9YT website automatically launch on Firefox when any user logs into the two CAE desktops in the ERB shack

Browser Auto Launch

Firefox is configured to start automatically for all users on login. A link to the shared Firefox executable was placed in:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

Wavelog Open

Firefox policies.json file was configured to open Wavelog and the W9YT website on launch.

distribution/policies.json

 {
  "policies": {
    "Homepage": {
      "URL": "https://wavelog.w9yt.org",
      "Locked": true,
      "Additional": ["https://www.w9yt.org"],
      "StartPage": "homepage"
    }
  }
}