
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 06:33 PM
Does anyone know how to create an action that would allow me to remote login a specific account to a lab of windows 7 or windows 10 computers?
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 11:30 AM
my preferred choice is: give the password to the users and let them login. when the session is over reset the password (if that is a local password, then reset it with a deploy task or something like that).
alternative solution is an action:
- set relevant registry key for autologon (https://technet.microsoft.com/en-us/library/ee872306.aspx)
- reboot machines
- upon reboot clear the above mentioned keys
possible issue: if screen saver is active and password is requested to unlock then you have to enter password manually on each machine (that's why my preferred choice is the first one).
alternative solution is an action:
- set relevant registry key for autologon (https://technet.microsoft.com/en-us/library/ee872306.aspx)
- reboot machines
- upon reboot clear the above mentioned keys
possible issue: if screen saver is active and password is requested to unlock then you have to enter password manually on each machine (that's why my preferred choice is the first one).
