Saturday, January 28, 2017

How to set time restrictions in Windows 10 from the command line



net user /time:,

User1 allowed to use the computer weekdays from 1-11pm

net user user1 /time:M-F,1pm-11pm

User2 allowed to use the computer Saturday from 8am-4pm, and  weekdays from 9am-9pm

net user user2 /time:Sa,8am-4pm;M-F,9am-9pm

Reset to defaults
net user user1 /time:all  


Show stats net user user1

No comments: