בקשת מידע | תוכנה לניהול משתמשים במחשב
-
אני מחפש תוכנה שיהיה אפשר להגביל את שאר המשתמשים במחשב חוץ מהמנהל לשעות מסוימות בלבד.
לדוגמה בין השעות 2 ל 4 רק המנהל יוכל להשתמש במחשב.
אם מישהו מכיר אשמח לכל מידע בנושא.
בתודה מראש.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.
-
אני מחפש תוכנה שיהיה אפשר להגביל את שאר המשתמשים במחשב חוץ מהמנהל לשעות מסוימות בלבד.
לדוגמה בין השעות 2 ל 4 רק המנהל יוכל להשתמש במחשב.
אם מישהו מכיר אשמח לכל מידע בנושא.
בתודה מראש. -
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.