Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Display logon banners for Windows PCs via Windows Registry
  • SQL Server Management Studio 1
    How to manually check and update SQL Server Management Studio Oracle/MSSQL/MySQL
  • WinServer
    Log Off: How to sign out of Windows Server 2012 Windows Server
  • Featured image 1
    How and where to find your BitLocker recovery key on Windows Security | Vulnerability Scans and Assessment
  • Print Spooler
    Mitigate Windows Print Spooler Remote Code Execution Vulnerability Security | Vulnerability Scans and Assessment
  • Microsoft LAPS
    Configure Windows LAPS Management with Microsoft Intune AWS/Azure/OpenShift
  • browser
    How to configure a new tab page URL in Microsoft Edge Windows
  • exchange 2016 1
    Remove Microsoft Exchange Server: Using ADSIEdit Tool Network | Monitoring
  • image 41
    How to Quickly Fix Windows Search Bar Not Working Windows

Display logon banners for Windows PCs via Windows Registry

Posted on 05/08/202305/08/2023 Christian By Christian No Comments on Display logon banners for Windows PCs via Windows Registry
Interactive-logon-Message-for-Users via Windows Registry

In this article, I will show you how to display logon banners for Windows PCs via Windows Registry. Oftentimes, users undermine the importance of security practices. However, the display of a warning message before signing in helps prevent an attack or warn malicious or uninformed users about the consequences of their actions before it happens. Please here are some related articles: New Windows 11 encryption features and security, Learn about “The different Windows Logon Types“, and how to fix “The logon attempt failed for the remote desktop connection“.

Why Display Logon Banners for Windows PCs

See this guide if you wish to learn more about the reasons and how to display interactive logon messages for Windows PCs via GPO. It helps reinforce corporate policies by notifying employees of appropriate policies during the sign-in process.

It’s advisable to set Interactive logon: Message text and Texts for users attempting to log on to communicate the legal requirement etc as the case may be.

Windows Registry Editor

The Windows Registry is a system-defined database in which applications and system components store and retrieve configuration data. The data stored in the registry varies according to the version of Microsoft Windows PC you are uisng. Applications use the registry API to retrieve, modify, or delete registry data.

Please see how to fix “Error 1385: The user has not been granted the requested logon type at this time“, and “How to fix Computer Policy could not be updated successfully“

You should not edit registry data that does not belong to your application unless it is absolutely necessary. If there is an error in the registry, your system may not function properly. If this happens, you can restore the registry to the state it was in when you last started the computer successfully. But before this can be achieved, you must backup your Registry, else, you risk re-installing your Windows PC.

Configure Interactive Logon Messages for Windows PCs

The Interactive logon: Message text for users attempting to log on and Interactive logon: Message title for users attempting to log on policy settings and are closely related.” To display a custom banner message on the Windows login screen, you can either use the Windows Registry or the Local Security Policy.

In this article, our focus is using the Windows Registry. Therefore, to display a logon banner for Computers via Windows. You will have to launch the Registry Editor by hitting the “Win + R,” type in regedit and hit the OK and Enter button.

Alternatively, you can type regedit from the search button
launch-Windows-Registry

Now, the Registry Editor is open. navigate to the following key.

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Policies/System/

The Legalnoticetext policy setting specifies a text message that displays to users when they sign in. The second policy which is Legalnoticecaption specifies a title for the title bar of the text message window.

Windows Banner Registry Keys
Windows Banner Registry Keys

On the right pane as shown above. locate the value “legalnoticecaption”. Right-click on it and then select “Modify. Or double-click on it.

Legal notice caption
Legal notice caption

The above action will open the Edit String window. Under the “Value Data” field, enter the message title and click on the “Ok” button to save the changes.

Remember to do the same for the Legalnoticetext.

legal-notice-texts

Once you are done with the changes, this is how it will look in your Windows Registry.

legal-notice-set-via-regedit

From this point onward. You will see a message when you try to log in to your Windows machine. Here is a related post for my beloved Veeam Community “Preventive Control: Implement Logon banners for your VBR Server“.

Usually, a reboot is not necessary. But if you wish to view the configured message immediately, simply restart your PC. You will find the configured message before the Login Screen.

logon banners for Windows PCs via Registry

Enter your login information now

img 2655
img 2655

Remove interactive logon messages for Windows PCs

These steps are very simple. navigate to the following key and remove both messages.

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Policies/System/
remove banner notice

You could also save the below as a registry file with the .reg extension and run the script

[HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Policies/System]
"LegalNoticeText"="Warning this is my message"
"LegalNoticeCaption"="My caption"
A requirement for successfully prosecuting unauthorised (disgruntled users) who maliciously access your server(s) is by having a warning banner displayed.

I hope you found this blog post helpful on how to display logon banners for Windows PCs via Windows Registry. Please let me know in the comment section if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Pocket (Opens in new window) Pocket
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:Microsoft Windows, RegEdit, Registry, Registry Editor, Registry Keys, RegistryEditor, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Display interactive logon messages for Windows PCs via GPO
Next Post: Video Conversion Desktop Software for Windows

Related Posts

  • acctlockout 1
    Configure Local Administrators Account lockout Windows
  • screenshot 2020 03 07 at 22.25.21
    How to configure the FrontFace Lockdown Tool Windows
  • WonderFox Video Watermark
    Install and use WonderFox Video Watermark Windows
  • Windows Server 2016 1
    All About Windows Server 2016 Windows Server
  • TPM
    Clear TPM: How to enable or disable TPM in Windows Windows
  • Featured image new
    How to update the BIOS on your Dell system Security | Vulnerability Scans and Assessment

More Related Articles

acctlockout 1 Configure Local Administrators Account lockout Windows
screenshot 2020 03 07 at 22.25.21 How to configure the FrontFace Lockdown Tool Windows
WonderFox Video Watermark Install and use WonderFox Video Watermark Windows
Windows Server 2016 1 All About Windows Server 2016 Windows Server
TPM Clear TPM: How to enable or disable TPM in Windows Windows
Featured image new How to update the BIOS on your Dell system Security | Vulnerability Scans and Assessment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • SQL Server Management Studio 1
    How to manually check and update SQL Server Management Studio Oracle/MSSQL/MySQL
  • WinServer
    Log Off: How to sign out of Windows Server 2012 Windows Server
  • Featured image 1
    How and where to find your BitLocker recovery key on Windows Security | Vulnerability Scans and Assessment
  • Print Spooler
    Mitigate Windows Print Spooler Remote Code Execution Vulnerability Security | Vulnerability Scans and Assessment
  • Microsoft LAPS
    Configure Windows LAPS Management with Microsoft Intune AWS/Azure/OpenShift
  • browser
    How to configure a new tab page URL in Microsoft Edge Windows
  • exchange 2016 1
    Remove Microsoft Exchange Server: Using ADSIEdit Tool Network | Monitoring
  • image 41
    How to Quickly Fix Windows Search Bar Not Working Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.