בקשת מידע | תוכנה לניהול משתמשים במחשב
-
You
Help me : disable David from 2pm to 4pm daliy
KosherGPT
To restrict the user "David" from logging on between 2 PM to 4 PM daily on a non-domain joined Windows machine, you would use the net user command like this:Open Command Prompt as an administrator.
Enter the following command:
net user David /time:M-Su,00:00-14:00;16:00-23:59
This command allows David to log in any time except between 2 PM and 4 PM, every day (Monday to Sunday). Make sure to adjust the username and time according to your specific needs.