diff --git a/readme.html b/readme.html
index 9b487fb..5fd8189 100644
--- a/readme.html
+++ b/readme.html
@@ -31,7 +31,7 @@ ul, ol { padding-left: 1.4em; }
Quick start
Profiles
The main window: menu bar and tabs
-Menus (File, Record, Options, Help)
+Menus (File, Record, Options, Service, Help)
Connectivity tab
Audio inputs and outputs tab
Audio profile tab
@@ -50,6 +50,7 @@ ul, ol { padding-left: 1.4em; }
Recording to a file
Logs and diagnostics
Command-line options
+The lock-screen service (send only)
Troubleshooting
Glossary
@@ -272,7 +273,7 @@ ul, ol { padding-left: 1.4em; }
Cancel — do nothing.
-
+
There are four menus on the main window: File (Alt+F), Record (Alt+K), Options (Alt+O) and Help (Alt+H). The Record menu opens with Alt+K rather than Alt+R because Alt+R is already used by the Receive audio checkbox on the main window. The menu's title is shown as “Record (Alt+K)” so you can find the shortcut even though there is no K in the word.
@@ -363,6 +364,8 @@ ul, ol { padding-left: 1.4em; }
| Enable the remembered peers list on the Connectivity tab | Alt+R | On by default. Untick to hide the Remembered peers list from the Connectivity tab. |
+The Service menu (Alt+S) installs and controls the optional lock-screen service that keeps sending your audio when you are not at the machine. See that section for the details.
+
6. Connectivity tab
This is where you manage peers and reach the logging options. The controls on this tab, in tab order:
@@ -1381,7 +1384,36 @@ RemSound.exe --connect 192.168.1.42
A common support sequence: ask the person to run --diagnostics and send you the file, then have them run --selftest — if that says PASS, capture, encoding and the audio path are all sound on their machine and the problem is somewhere in the connection between you.
-24. Troubleshooting
+24. The lock-screen service (send only)
+
+Normally RemSound runs as an app you open and close. The lock-screen service is a second, silent way to run it: a Windows service that keeps sending this machine's audio to your peers even when the screen is locked, when you have signed out, and when nobody is logged in at all (for example after an unattended restart). It is useful when a machine needs to stream its audio continuously without someone sitting at it.
+
+It is deliberately limited:
+
+- Send only. The service captures and sends; it never plays received audio. (Windows silences audio output when no one is logged in, so receiving on the lock screen is not possible.) Use the normal app for listening.
+- WASAPI only. ASIO devices cannot be used by a Windows service. If you need ASIO, use the normal app.
+- It gets out of your way. Whenever you open the normal RemSound app, the service automatically stops sending and hands over to you — so you are always in control while you are at the machine. When you close the app (or it crashes, or you sign out), the service takes over again a couple of seconds later, re-reading its profile so any changes you made are picked up. You never need to stop it by hand to make a change.
+
+
+Setting it up
+Everything lives in the Service menu on the menu bar:
+
+- Configure service profile… — opens a small window with three tabs (Audio send, Audio profile, Connectivity) where you choose what to send, how to send it, and who to send it to, plus a password. This is a separate profile from your normal ones and does not appear in the usual profile list. There is no “send my audio” switch because the service always sends. The Additional options button lets you turn the connect/disconnect sounds and the service's own log on or off.
+- Install service — registers it with Windows so it starts automatically at every boot. Windows asks for administrator permission (one prompt). Do this once.
+- Start service / Stop service — run or halt it now without waiting for a reboot. Also administrator actions.
+- Uninstall service — removes it entirely.
+
+The top of the Service menu always shows the current state: not installed, installed and running, or installed and stopped.
+
+Good to know
+
+- The service sends to the exact peer addresses you list in its profile (a computer on your network, or a reachable address across the internet). Automatic peer discovery and hole-punching are handled by the normal app, not the service.
+- Because the service runs even when you are not logged in, it sends from the system account — the installer arranges the firewall so its audio can get out.
+- When RemSound updates itself, the service keeps running the previous version until its next restart (or the next reboot), then picks up the new one. Nothing breaks in the meantime.
+- If two computers should each stream to the other unattended, install the service on both.
+
+
+25. Troubleshooting
I don't hear my friend
@@ -1456,7 +1488,7 @@ RemSound.exe --connect 192.168.1.42
If none of those apply, just fall back to Tailscale — it works without involving the router at all.
-25. Glossary
+26. Glossary