Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...this web site is a 'Godsend' for me. If I have a programming problem that I'm unable to solve, I'll get a sensible reply in no time. It's really great!..."

Geography

Where in the world do Tek-Tips members come from?
splat78423 (IS/IT--Management)
26 Apr 06 10:15
this should be generally simple to do. I would like to display a messagebox to the user just befor the desktop loads during windows start up. I imagine it would be best to just make a simple vbs script with one line of code such as:

msgbox("enter whatever here")

does anyone out there have any advice as to what would be the best way to do this? What file do I have to save the script in to get it to at startup? If I drop it in the startup folder will it run? Just wanna see what you guys would do befor I get to work on it.

Thanks
macleod1021 (Programmer)
26 Apr 06 10:26
You mentioned you want it to run before the desktop loads.  The only way to do that is to use a group policy login event.  If you put it in the startup folder it won't run until after desktop loads.

Is this a Use Warning?  Something that the user has to agree to before logging on and using the compter?
splat78423 (IS/IT--Management)
26 Apr 06 11:00
yes it is a use warning. so you would suggest group policy login event in that case correct?
macleod1021 (Programmer)
26 Apr 06 11:18
Yeah.  Theres a policy that forces the user to accept the box before it will continue login.  The best part is that it's stored on the domain controller so a user can't "accidentally" delete the app.
madonnac (Programmer)
23 Jul 06 0:23
Try this...

CODE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"legalnoticecaption"="Your Company Here"
"legalnoticetext"="No Hacking-We're watching you"

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close