Skip to content

Instantly share code, notes, and snippets.

@raresteak
Created November 19, 2024 20:31
Show Gist options
  • Save raresteak/2309df08d197f2ab8d9a4435f94abb3f to your computer and use it in GitHub Desktop.
Save raresteak/2309df08d197f2ab8d9a4435f94abb3f to your computer and use it in GitHub Desktop.
Desktop screenshots - recording desktop from cmd line
Start recording process
```
psr.exe /start /output c:\my\path\screenshots.zip /sc 1 /gui 0
```
Stop recording process
```
psr.exe /stop
```
Unzip and view enclosed .mht file. Images are embedded in mht file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment