1.

Solve : batch file that logs off a particular user?

Answer»

I want to run a batch FILE which logs off a particular user at specified time on a MACHINE on LAN, however if want to increase the time I can increase by again OPENING that batch file and extending the time, is it possibleA lan in a windows domain? Active Directory? If yes, you can manage when users should log off.
With a bat file, see the shutdown COMMAND (open command PROMPT and write shutdown /?; I can tell you that is something with shutdown -l).



Discussion

No Comment Found