プリンタドライバを入手してINFが見えるように展開します。
Windowsリポジトリからファイルを取得する方が簡単な場合もあります。
Install the driver on this computer even if you don't attach printer to it.
C:\Windows\System32\DriverStore\FileRepository
You should find a folder with a matching name.
管理コマンドプロンプトを開く
Windowsには組み込みのスクリプトがあります
cd C:\Windows\System32\Printing_Admin_Scripts\en-US>
今すぐあなたが必要とするスクリプト:
cscript prndrvr.vbs -a -m "driver" -v 3 -e "Windows IA64" -i c:\temp\drv\drv.inf -h c:\temp\drv -s **computer name** -u administrator -w password
ユーザー名とパスワードには、ローカルの資格情報またはドメインの資格情報を使用できます。
あなたはあなたのニーズを満たすためにパラメータのそれぞれを修正しなければならないでしょう
-m - driver model name (The model name has to be exactly as it is written in the INF file.
-v - version probably leave it 3
-e - environment "Windows {NT x86 | X64 | IA64}"