Jump to content

Run at start up.. literally?


Recommended Posts

its just a question thats been stuck in the corner of my mind.. is there a way to literally run a script at start up, as in, before the user logs in?

after reading the post on the 30 min use of a program, I wanted to see if you can limit the whole use of a computer to a time limit...

[center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]

Link to comment
Share on other sites

its just a question thats been stuck in the corner of my mind.. is there a way to literally run a script at start up, as in, before the user logs in?

after reading the post on the 30 min use of a program, I wanted to see if you can limit the whole use of a computer to a time limit...

Well you can run a script when the user logs in so that it will run immediately and before the desktop loads. You would need to place it in the RunOnce registry key. If you don't know how to add the key or know where it is, this utility will allow you to create run once key and add it to the regsitry so on next reboot it will execute that script.

http://runonceexcmd.sourceforge.net/

Here is the MS KB for more specifics too.

http://support.microsoft.com/kb/232509

I personally like the utility than to maunally do it. :whistle:

Edited by EndFunc
EndFuncAutoIt is the shiznit. I love it.
Link to comment
Share on other sites

start > run > gpedit.msc

if you open the computer configuration -> windows settings branch, there is a scripts Startup / shutdown section, to my knowledge, these run before user login.

not sure sure how it would take running an auto IT script.. but its worth a try.

Edited by tAKTelapis
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...