I need a program that prevents login between certain hours

jaffa

Member
Jan 26, 2005
170
0
0
I share my computer that runs win xp home with some other persons. I don't want these people to be able to login between 8pm and 8am, but the system should allow me to login during these hours.

Do you know of any freeware (or maybe commercial program) available for download that meets these needs?

Hope that you have some suggestions for me...
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Doesn't Windows let you assign that sort of stuff to the accounts in it's security policy?
 

Canterwood

Golden Member
May 25, 2003
1,138
0
0
Originally posted by: Nothinman
Doesn't Windows let you assign that sort of stuff to the accounts in it's security policy?
You can specify logon times when your conected to a domain, but for standalone I believe you have to use the Net user /Times: command.

For example Net User %Username% /Times:M-Su,8am-8pm

Its been a while since I used it on a standalone machine but I'm sure its something like that.