自动更新网络打印机的打印机驱动程序
我有一台Windows 2008 R2服务器,它映射了一些网络打印队列。如果更新了打印服务器上打印队列的打印机驱动程序,则无法自动更新Windows服务器上映射的打印队列的驱动程序。我需要按下打印队列上的
按钮来更新驱动程序。有没有办法从客户端机器自动更新驱动程序?谢谢。
I have a Windows 2008 R2 server which mapped with some network print queues. If printer driver of the print queue on the print server is updated, the driver of mapped print queue on my Windows server cannot be update automatically. I need to press the button on the print queue to update the driver. Is there any way to automate the driver update from client machine? Thanks.
您好
Polly Law ,
感谢您在此发帖。
> >" 我需要按下打印队列上的按钮来更新驱动程序。有没有办法从客户端计算机自动更新驱动程序? "
>>" I need to press the button on the print queue to update the driver. Is there any way to automate the driver update from client machine? "
我认为您可以使用事件机制。 如果要在Windows服务器上更新打印队列,可以使用该事件来注意它。或者您可以使用该线程进行同步。
I think you could use the event mechanism. When you want to updata the print queue on windows server, you could use the event to notice it.Or you can use the thread to synchronous.
Here is article using event and Thread Synchronization.
最好的问候,
哈特