Take automated desktop screenshots on Win 7

1

1

What I am visualizing is a script that takes desktops screenshots every 10-20 minutes and stores them in a protected folder. Non-admin users should not be able to disable the script or access the folder. We use N-Computing, so 5 users are logged in at any time.

Rohit

Posted 2013-10-22T06:23:47.367

Reputation: 138

Answers

1

I would think a Mix of these should get you good:

Powershell Screen Capture Script

Task Scheduler powershell

and lastly you could create a folder with Admin Write permissions and READ for whoever. Just make sure the script is scheduled by admin and you should be good to go.

good luck!

Jason McD

Posted 2013-10-22T06:23:47.367

Reputation: 1 072