Get-ChildItem "C:\Downloads\PDF\*.pdf" | ForEach-Object {Start-Process $_.Name -Verb Print -WorkingDirectory "C:\Downloads\PDF" }