Jump to content

Recommended Posts

Posted

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

Posted

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

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...