|
| ||||||||||
| Tags: banner, menu bar, nt box, regedit, string value, windows boot |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Pop a banner each time Windows Boots
To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogonNow 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: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon] "LegalNoticeCaption"="Caption here." ![]() Last edited by vegaa25 : 08-05-2010 at 09:10 PM. |
|
#2
| ||||
| ||||
| Re: Pop a banner each time Windows Boots
Other functions are to display messages of type popup, Issues a menu of choices or a dialog box with which the player can enter a number, a string or a reference color or file name: show_message (str) Displays a dialog box with a message defined in the chain str. show_message_ext (str, purpose1, but2, but3) Displays a dialog box with a message string str and up to three buttons. Purpose1, but2 and but3 contain the button text. An empty string means that the button will not be displayed. In the text, you can use the symbol & which indicates that the next character will be used as a shortcut for this button. The function returns the number of the button pressed (0 if key Esc has been pressed). show_question (str) Displays a question. Returns true if the user answered yes and false otherwise. get_integer (str, def) Request a number to the player using a dialog box. str corresponds to the message. def is the number displayed by default. get_string (str, def) Request a string player with a dialog box. str corresponds to the message. def is the value displayed by default. message_background (back) Determines the background image for pop-up box and all the features seen previously. back must be one set of backgrounds in the game if back is partially transparent, so Is The picture message (only for Windows 2000 or later). |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Pop a banner each time Windows Boots" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Show messaging conversations in transparent banner in Windows Live Messenger | Camillee | Tips & Tweaks | 2 | 20-04-2010 06:48 AM |
| How to run batch file each time computer boots | Gannon | Software Development | 4 | 27-03-2010 05:53 PM |
| Creating custom banner in Windows 7 Media Center | stephenx | Windows Software | 5 | 23-01-2010 05:43 AM |
| Rc1 error message when the Windows 7 boots | CAILYN | Networking & Security | 4 | 05-12-2009 07:25 PM |
| Windows XP boots up too slow | Luis234 | Operating Systems | 4 | 12-02-2009 07:47 AM |