• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

User Restriction Hours

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Garfield

Member
Joined
Dec 1, 2001
Location
New Jersey
How can I get to the location where I can change user restriction hours? And how can I change them, also? This is Windows XP Pro.

Thanks! :D

Garfield
 
I don't think that you can do it in windows XP.

Only place I have seen it is on Windows 2000 Server (ADV). ** Edit also in Linux I think
 
You can in Windows XP, I know that. What I need to know is how to get to that directory. Thanks
 
Start | Run | Type gpedit.msc and click OK | Expand "Computer Configuration" | Windows Settings | Security Settings | Local Policies | Security Options | In the RH pane, locate the entry for "Network Security: Force logoff when logon hours expire".

Or...Start | Run | Type cmd and click OK | Type in: (use as an example and modify)...

net user redduc900 /time:M-F,08:00-17:00
net user redduc900 /time:M-F,8am-5pm
net user redduc900 /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00


To cancel and/or clear...(as an example)

net user redduc900 /time:all :)
 
Back