@ECHO OFF
REM Replace "\\Accessible_Path\" with a working path
REM Stops Print Spooler Service
net stop spooler
REM Sets default path to "Adobe.inf" and calls the AdobePDFPortMonitor section
rundll32.exe setupapi.dll,InstallHinfSection AdobePDFPortMonitor 128 \\Accessible_Path\AdobePDF\AdobePDF.inf
REM Starts Print Spooler
net start spooler
REM Installs the "Adobe PDF" printer from "Adobe.inf"
rundll32.exe printui.dll,PrintUIEntry /if /b "Adobe PDF" /f \\Accessible_Path\AdobePDF\AdobePDF.inf" /r "Documents\*.pdf" /m "Adobe PDF Converter"
