Created
December 13, 2020 17:54
-
-
Save leofun01/b3820704fef7310c19c5fb8c11c68b00 to your computer and use it in GitHub Desktop.
Batch script to open image using old Windows Photo Viewer
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 %SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %~1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment