在Windows 10照片应用程序中,有一个新的打印对话框。使用任务管理器,我将其跟踪到文件夹C:\ Windows \ PrintDialog。根据任务管理器,正在运行的程序使用了命令行参数:
C:\Windows\PrintDialog\PrintDialog.exe -ServerName:Microsoft.Windows.PrintDialog
但是这对我没有用,而且,对于要打印的图像没有任何论据。有人可以帮忙吗?
答案 0 :(得分:0)
从powershell:
Start-Process -FilePath .\MyImageIWantToPrint.png -Verb Print