Wavelog ERB Desktop Setup
Appearance
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"
}
}
}