Created
November 19, 2024 20:31
-
-
Save raresteak/2309df08d197f2ab8d9a4435f94abb3f to your computer and use it in GitHub Desktop.
Desktop screenshots - recording desktop from cmd line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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