sanderfaas Posted November 29, 2015 Posted November 29, 2015 Lately I've been looking for a way to monitor students when they're taking tests on a computer by automatically making screenshots every 30 (or so) seconds. After a little investigation into monitoring tools like iTALC and Impero I soon came to the conclusion that I would have to make something myself, as I was unable to find anything that resembled my need. I found a freeware utility called nirCmd and created a visual basic script around it. I'm no scripting expert and it probably could be improved a lot, but nevertheless I'd like to share it with the community. You can find it here on github. Sander
fairm010 Posted November 29, 2015 Posted November 29, 2015 This looks great. I may have to try this out!
jamin100 Posted November 29, 2015 Posted November 29, 2015 Problem steps recorder built into Windows could do this I reckon
Steve21 Posted November 29, 2015 Posted November 29, 2015 While I like the idea I'd be vary wary of adding login username/passwords to a login script that if it's running as that user etc can be viewed by them too. (Or did you mean this as in remotely run by admin?) Steve
sanderfaas Posted November 29, 2015 Author Posted November 29, 2015 While I like the idea I'd be vary wary of adding login username/passwords to a login script that if it's running as that user etc can be viewed by them too. (Or did you mean this as in remotely run by admin?) We use a software deployment system at my school that offers the possibility to run scripts remotely. I agree that it isn't best practice to put login credentials in a script, and if anyone has a better solution I'd like to know. On the other hand, the Screenshot Administrator user isn't really an administrator account. Just a user specifically made for this task, that has write security permissions on the share folder where the screenshots are stored. Sander
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now