How to open a pdf in fullscreen view via command line
I have been able to open a pdf document through command line by using: start test.pdf But I would like to open it in full screen mode via command line, does anyone have any idea how to do so? [edit] I need a windows command... This should do it. start "" /max "c:\nameofpdf.pdf" This has the advantage that it should work if the user is using other pdf document readers that are not adobe reader. It should just use the default pdf reader on the machine. Windows 10: explorer.exe "file:\\path\to\file.pdf" Beshoo I've tested the following with Adobe Reader 10: start "" /max "C:\Program Files Xxxxx