15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

通常使うプリンタをコマンドプロンプトから切り替える

Last updated at Posted at 2012-12-26

印刷を 紙に出力したり PDFに出力したりをこまめに切り替えたい場合、マウスで設定変更するの面倒くさい!!

以下のバッチファイルを使えば、通常使うプリンタを一瞬で切り替えることができます。

change_default_printer.bat
> rundll32.exe printui.dll,PrintUIEntry /y /n "[プリンタ名]"

プリンタ名

参考

15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?