How to create user login script for Windows Vista Home Premium

0

I would like to create a script that would allow my daughter to use the computer for a maximum of 3 hours per day during the week. I've searched the web and can't figure out how to make the User Login execute a script on Windows Vista Home Premium. I have my computer set up for 4 users.

Step by step instructions would be appreciated, pictures would be excellent.

Is there any documentation on the detailed process Windows Vista uses when logging on? (Such as which files, commands and their directories that are executed?)

Thomas Matthews

Posted 2010-06-23T16:57:32.257

Reputation: 259

Answers

1

Why not just use parental control? It's easy, intuitive, is built-in into Windows Vista and works like charm!

See http://www.geekgirls.com/vista_parents.htm and take a look at the section "Restricting time on the computer". You could also check out: http://windows.microsoft.com/en-us/windows-vista/Control-when-children-can-use-the-computer

It allows for accounts to be limited and controlled from one or several other accounts.

If you're looking for something a bit more advanced and child-friendly, I suggest you take a look at http://www.naturehealth.eu/children-care-index.html. Works pretty well.

BloodPhilia

Posted 2010-06-23T16:57:32.257

Reputation: 27 374

Parental Controls only allows for time slots to be blocked or unblocked, it does not allow for duration. For example, I want to restrict the time to 3 hours duration between 3:00 p.m. until 9:00 p.m. With Parental Control, I would have to unblock 6 hours, even though I only want her to have 3 hours, but any three during the duration. – Thomas Matthews – 2010-06-24T15:57:03.533

@thomas Check out the last link of my answer then. – BloodPhilia – 2010-06-24T16:03:04.063

I can write my own software, I just want to know the login process for Windows Vista. The *nix family has this knowledge published (I've been System Administrator on Unix and Linux systems). Another reason I don't get along with Microsoft. :-( – Thomas Matthews – 2010-06-24T16:03:25.123

And you want to write your own software just because you can? Why re-invent the wheel? Anyway, uou can use Group Policy to set a startup script that runs at login. – BloodPhilia – 2010-06-24T16:31:41.280

0

Im not sure about the script but to make it automatically start you can use the 'startup' folder. It can be found on your programs menu. Anything in that folder will be executed on startup (i.e. scripts, shortcuts, or otherwise) also if you haven't already you might read this if you don't mind using free third party software then check this out

John

Posted 2010-06-23T16:57:32.257

Reputation: 1 101

Thanks for the link. Many people may not want to purchase the 3rd party apps. Since I am a software engineer, I thought I could come up with my own application, provided I knew the Windows login sequence. Unix (and brethren) is sooo much easier in this arena. – Thomas Matthews – 2010-06-24T16:01:35.550