Configure Legal Notice Before Windows Logon Using Regedit

The Windows Registry Editor (Regedit) provides system administrators with a direct method to enforce security, compliance, and legal notices that users must acknowledge before logging into a machine. By modifying specific registry keys, administrators can define both the title and the message body of a pre-logon warning screen. This ensures corporate policies, acceptable use terms, or regulatory warnings are read and accepted on standalone systems or across networks where Group Policy Objects (GPO) are not actively deployed.

The Registry Path and Keys

To configure pre-logon legal notices, Regedit targets the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Two specific String Value (REG_SZ) entries control the displayed message:

Step-by-Step Configuration in Regedit

  1. Open the Run dialog by pressing Windows Key + R, type regedit, and press Enter (requires administrative privileges).
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
  3. Locate legalnoticecaption in the right-hand pane, double-click it, and enter your desired title (e.g., “Authorized Access Only”) in the Value data field. Click OK.
  4. Locate legalnoticetext, double-click it, and enter the full body of the legal or security disclaimer. Click OK.
  5. Close the Registry Editor and restart or sign out of the computer to apply the changes.

Benefits for System Administrators