Scheduled Screenshots

So I've been looking into a way to schedule screenshots on a machine I'm managing.

My first thought was "Oh, I'm sure one of the screencap programs will do that." I have yet to find one that will. I'm still looking -- if you know of one, I'd be quite grateful to hear about it.

However, barring that possibility, my next thought is a script/batch file. Let me know if you have one or know of one, please.

If that doesn't work out, I have found http://www.askapache.com/windows/windows-batch-script-saves-screenshots-every-10min.html -- but it seems rather quite a large file for simply taking a screenshot every ten minutes, and I have been away from scripting a bit too long. Any opinions on this option? I'm somewhat wary of it, something about the way the page is written is suggesting I need my foil hat. Possibly the ^ on every heading, possibly something else.

Also, it suggests installing extra stuff -- NIRCMD, Contig, Optipng. Again this seems like a lot of system weight for just scheduling screenshots.

I used ScreenHunter Pro before for that purpose. Free version does not have timer capture.

Saw a post on Reddit about this the other day, I'll see if I can dig it up.

You can 100% do with with powershell, tho.

Take a look at this, there's some quite useful information in there. https://www.reddit.com/r/sysadmin/comments/3x9knb/remotely_capture_screenshots_at_set_intervals/

Thanks, and @milos as well. It looks like all those options are paid, however. Not sure I want to put money into a single feature to deal with a single situation.