如何删除打印队列中的任务

参考:

http://blog.sina.com.cn/s/blog_6e0401aa0100mdsi.html

http://jingyan.baidu.com/article/d45ad1488e87a569552b808e.html

http://www.jb51.net/hardware/other/89679.html

【简便方法】 把下列的命令复制到一个文本文件中.

echo 快速清除打印队列 net stop spooler echo y|del %windir%\system32\spool\PRINTERS\*.* net start spooler

然后把文本文件的扩展名改成bat,双击执行就OK了。

 

你可能感兴趣的:(队列)