12
3
The Problem Steps Recorder (psr.exe) in Windows 7 and newer is a great tool to quickly record something on youe system. It takes screen shots of whatever you are doing. But I have four monitors and the screenshot is always for all four, while what I want to record is happening on a single display only.
I'm trying to limit the recorder to a single screen without luck.
The command line switches for Windows 7 are:
/start :Start Recording. (Outputpath flag SHOULD be specified)
/stop :Stop Recording.
/sc :Capture screenshots for recorded steps.
/maxsc :Maximum number of recent screen captures.
/maxlogsize :Maximum log file size (in MB) before wrapping occurs.
/gui :Display control GUI.
/arcetl :Include raw ETW file in archive output.
/arcxml :Include MHT file in archive output.
/recordpid :Record all actions associated with given PID.
/sketch :Sketch UI if no screenshot was saved.
/slides :Create slide show HTML pages.
/output :Store output of record session in given path.
/stopevent :Event to signal after output files are generated.
I know the Windows 8.1 version has at least two more:
/multiok
/hadsettings
they both take integers values as parameters but I can't find any information on how to use them and whether they are helpful for single display capture.