gS.hertz Apr 27, 2016 @ 6:29am
Open Picture in Fullscreen w/ Command Prompt
I have execute a command in command prompt to open pictures
start C:\Users\Bonkorn\Pictures\BlackScreen.jpg
how do i make it open in fullscreen instead of window?
mine's is opened with Windows Photo Viewer
< >
Showing 1-3 of 3 comments
_I_ Apr 27, 2016 @ 6:37am 
try this

%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1

%1 = filename
gS.hertz Apr 27, 2016 @ 6:45am 
I executed

%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen C:\Users\Bonkorn\Pictures\BlackScreen.jpg

but it's still in window not fullscreen
im using Windows 8.1
Midnight Fawn Apr 27, 2016 @ 6:46am 
Try the command:
start "" /max "C:\Users\Bonkorn\Pictures\BlackScreen.jpg"
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Apr 27, 2016 @ 6:29am
Posts: 3