Skip to main content

Display Message During Windows Startup

If you use a company-owned PC, you may have seen a legal notice displayed before you sign in to Windows. Here’s how you can do the same thing on your own PC and display a message with any text you want.

If you’re willing to dive into the Windows Registry or Local Group Policy Editor, there are some interesting things you can do surrounding Windows sign in. 

If you have a Home edition of Windows, you will have to edit the Windows Registry to make these changes. You can also do it this way if you have Windows Pro or Enterprise, but just feel more comfortable working in the Registry. (If you have Pro or Enterprise, though, we recommend using the easier Local Group Policy Editor, as described in the next section.)

Standard warning: Registry Editor is a powerful tool and misusing it can render your system unstable or even inoperable. This is a pretty simple hack and as long as you stick to the instructions, you shouldn’t have any problems.

Open the Registry Editor by hitting Start and typing “regedit” Press Enter to open Registry Editor and give it permission to make changes to your PC.


In the Registry Editor, use the left sidebar to navigate to the following key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System


In the right-hand pane, you’ll see two values named legalnoticecaption and legalnoticetext. You’ll be editing both of these to create your message. Double-click the legalnoticecaption value to open its properties window.

The legalnoticecaption value serves as the title of your message. It appears at the top and in a slightly larger font than the text of the message. Of course, if you only want a very short message, feel free to just use legalnoticecaption and leave legalnoticetext blank. In the “Value data” box, type the title of your message and then click “OK.”Back in the main Registry Editor window, double-click the legalnoticetext value to open its properties window.

Type your message into the “Value data” box. You’ll notice that you only get a regular data box to type in here, which can make typing a longer message a little cumbersome. You can always type your message in a text editor like Notepad and then copy/paste it into the “Value data” box. You just want to keep in mind that there’s no formatting available, including carriage returns. So type all your text on one line before you copy and paste it.

There is a way to insert carriage returns so that you can have multiple paragraphs, and we’ll be talking about that in a moment. But for now, just get your text in there and then click “OK.”


If you want to insert carriage returns into your text, you can do that right in Registry Editor. Select the legalnoticetext value, click the “Edit” menu, and then click “Modify Binary Data.”

In the binary editing window, each letter of the message (including spaces) is represented by four characters in hexadecimal. The regular text is shown out to the right; the hexadecimal characters on the left. To insert a carriage return, you’ll need to click the space on the hexadecimal side right after the character where you want to insert the return. You can try to eyeball the location, but you can also count to the location you need. One character of normal text is four characters on the binary side. So, count the number of characters in normal text, multiply that by four, and then count that number of binary characters to find the same spot.  It make take a couple of attempts to get the placement just where you want it.

After clicking the right space, type 0D00. This is the hexadecimal character for a carriage return. If you want to add an extra line between paragraphs, insert the 0D00 character twice in a row, as we’re doing in this example. Do this in each space where you want a return and then click “OK.”

You can now exit Registry Editor. The next time restart Windows, you should see the legal notice before you reach the sign in screen.

To reverse the changes, just fire up the Registry Editor again using regedit.exe command, then open the legalnoticecaption and legalnoticetext values in turn, and delete everything in the “Value data” box for both values.

Comments

Popular posts from this blog

NS2 INSTALLATION IN UBUNTU 21.04

  Hello, this post explains how to install ns2 in Ubuntu 21.04.  1) First you have to download ns2 all-in-one package from following link;    http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download 2) Extract the downloaded zip file 'ns-allinone-2.35.tar.gz file' to home folder. 3)  Now you need to download some essential packages for ns2,these packages can be downloaded by using the following commands :  applications>accessories>terminal or dashhome>terminal   and   then type the below lines one by one on the terminal window sudo apt-get update sudo apt-get dist-upgrade sudo apt-get update 4) Install the basic libraries; sudo apt install build-essential autoconf automake libxmu-dev 5) Install gcc and g++ and for that please do following; open the file using sudo mode sudo nano /etc/apt/sources.list Include the following line in list;  deb http://in.archive.ubuntu.com/ubuntu bionic main universe then open terminal and exec

Link State Routing Protocol

Link state routing is a method in which each router shares its neighborhood’s knowledge with every other router on the internetwork. In this algorithm, each router in the network understands the network topology and then makes a routing table depending on this topology. Each router will share data about its connection to its neighbor, who will, consecutively, reproduce the data to its neighbors, etc. This appears just before all routers have constructed a topology of the network. In LSP, each node transmits its IP address and the MAC to its neighbor with its signature. Neighbors determine the signature and maintain a record of the combining IP address and the MAC. The Neighbor Lookup Protocol (NLP) of LSP derives and maintains the MAC and IP address of every network frame accepted by a node. The extracted data can support the mapping of MACs and IP addresses. The link-state flooding algorithm prevents the general issues of broadcast in the existence of loops by having every node mainta

HP NETWORK SIMULATOR: A COMWARE OS LEARNING TOOL

  Comware v7 is a network operating system that runs on HP high-end network devices. The HP Network Simulator is an ideal Comware v7 learning tool, which allows users to create, configure, and connect simulated networks. Benefits Beginners  – The HP Network Simulator tool is helpful for users who are new to networking and want to learn how to configure network devices (switches, routers), various topologies, or different routing and switching protocols and features. Experienced users  – The HP Network Simulator learning tool is helpful for users who have experience with non-HP networking devices and want to learn the Comware CLI and features. Extra devices  – Users can create devices using the HP Network Simulator and use them with their physical devices to configure and test topologies that aren’t configurable with just the physical devices they have. For example – A user wants to configure OSPF using 3 or more devices but has only 1 physical router. User can create 2 or more routers