Dracot escribió:@Cataphractus Lo primero, obviamente, es que tu hermano tenga una cuenta sin permisos de administrador. Sino, lo que hagas es "pa ná".
Dicho esto, para gestionar tiempo de uso en cuentas locales:
"
user <username> /time:<day>,<time>
Here’s how each part of the command works:
Replace <username> with the name of the user account you want to limit.
Replace <day> with the day you want to set limits on. You can spell out the full names of the days or use the initials Su, M, T, W, Th, F, Sa.
Replace <time> with a time range using either a 12-hour (3am, 1pm, etc.) or 24-hour (03:00, 13:00, etc.) format. You can only use times in one-hour increments, so don’t add any minutes to the times.
So, for example, say you wanted to restrict a user account named Simon to using the computer only from 8:00 am to 4:00 pm on Saturday. You would use the command:
net user simon /time:Sa,8am-4pm
"