How to open a pdf in fullscreen view via command line on Windows?
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"