ADVERTISEMENTS
To pop a banner which can contain any message you want to display just before a user is going to log on.
Open up regedit.exe through the start menu search box, and then locate the following registry key:
OR
Go to : [Start] [Run] & Type [Regedit] and then locate the above registry key.
Open up regedit.exe through the start menu search box, and then locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windowsnt\
CurrentVersion\WinLogon
OR
Go to : [Start] [Run] & Type [Regedit] and then locate the above registry key.
Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be:
REGEDIT
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\
CurrentVersion\Winlogon]
"LegalNoticeCaption"="Caption here."
0 comments