Does any know how to create a welcome screen or welcome message for Windows, I think its done throught the Registry. EXAMPLE I want "Welcome to Southern Office Products" to come up before, or after login. Some steps or direction Please
You don't need to use the registry. You can use Paint Shop Pro.
Copy \Windows\LogoW.sys to LogoW.bmp. Open it with Paint Shop. Make your modifications, save it and copy it over LogoW.sys. You can do the same with the shutdown screen. It is LogoS.sys.
Some systems use other bitmaps for the start and shutdown screens, typically, something like "OEM.sys" (I forget). You might have to dig.
Th catch here is that your new screens have to be the same size and color resolution as the originals.
Have fun. Make sure you back up the original files first.
Oops, I lead you astray. LogoW.sys shows the "shutting down" message. LogoS.sys shows the "okay to turn off your computer" message. I can't remember which file shows the start-up screen.
A registry tweak to have a message pop up just before login, prompting a user to hit the OK button, is another way.
Create a test file, called something like legalmessage.reg, and place the following items in it:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Winlogon]
"LegalNoticeCaption"="Welcome to Southern Office Products"
"LegalNoticeText"="Access for Authorized Users Only!"
Of course you can substitute your messages accordingly. Then just double-click on the file you created, answer OK to the message about adjusting the Registry settings, and if everything is typed correctly, the next time your boot up, you should get the message!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.