How do you do....it? Thread, Remote station login script in Technical; We have one of the IT Exams coming up with a rolling program of around 30 kids in each of ...
We have one of the IT Exams coming up with a rolling program of around 30 kids in each of the 3 IT rooms throughout the day, each needing a fresh user account. To try and save the sanity of both myself and the Exams officer to not have to either login as each of the exam accounts or run around after the invigilators who have got confused I had a crazy idea last night that there may be away to set up a script to login a room at a time. Accounts could be created, script set up matching login with a station from a file and then each exam script runs and huzzah all done.
BUT I'm not sure if this is even possible! Anyway know either way?
Ohhh ta, gives me some possibilities. Have to do some testing & I will let you all know. Complications are it has to be different user accounts for each student each time so I may be able to adapt powdarmonkey's solution or use Domino's as that should be easily able to be set up in excel & transffered to a batch file.
Bummer. No go on either of them so far. The Logon.exe is only to unlock machines, got it running all great but it tells me noone is logged on so can't do anything. Tried manually entering the registry information from the script as a test and I think CC3 stuff block the autologon from working.
There is a way to set a staition to logon on automatically but that is for a kiosk type station. You have to set up a whole workstation type for each different logon which I wouldn't relish for over 200 users! Ohh well, the search continues
Bummer. No go on either of them so far. The Logon.exe is only to unlock machines, got it running all great but it tells me noone is logged on so can't do anything. Tried manually entering the registry information from the script as a test and I think CC3 stuff block the autologon from working.
Back to the drawing board.
Haven't used CC3 but one reason why some of the scripts will fail is if you have a group policy saying "don't show last logged on username"
machine startup scripts run after group policy application so if you can't turn off the GPO which is taking out the defaultusername value then you can push in the username with a startup script; the script basically does what powdarrmonkey has given you but doesn't do a reboot.
Huzzah. Of course if I can change all the other registry elements using the batch file I can change the one stating which gina.dll is used. So added that to the file and so far have managed to make 5 stations all change to the same autologon & then return to normal!! Yay me So I shall carry on & try to do the different user for each station and post results!
Huzzah. Of course if I can change all the other registry elements using the batch file I can change the one stating which gina.dll is used. So added that to the file and so far have managed to make 5 stations all change to the same autologon & then return to normal!! Yay me So I shall carry on & try to do the different user for each station and post results!