Sunday, 13 May 2012

Clearing Print Queues

While cancelling a print job is generally a case of right clicking on the printer, it doesn't always clear the job and you can be stuck with a job in the queue until you either restart the PC or the spooler. I use the following in a .bat file to clear all print jobs and restart the spooler. This is obviously a better solution in a networking environment where users don't like being told to restart their PC.


net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler

Portable Apps Weekly Roundup

Roundup of Portable Apps released May 7th to May 13th

Monday, 30 April 2012

Portable Apps Weekly Roundup

Roundup of Portable Apps released April 23rd to April 30th
Firefox 12 was also released last week, which ties in with the Firefox 3.6.x release now being officially discontinued and unsupported. I have tried out Firefox 12 Portable and it is working fine when deployed in a networked environment, running from a read-only share. (It copies Firefox Portable to the local temp folder and runs from there..)

Friday, 20 April 2012

Portable Apps Weekly Roundup

Roundup of Portable Apps released April 16th to April 20th

One note regarding LibreOffice, this is from the Portable App page.

Running LibreOffice 3.5.2 may result in an error on some Windows XP machines. As a temporary workaround, install the current Microsoft Visual C++ 2008 Runtime on the local machine to alleviate the issue. A permanent solution within the portable package itself is being worked on.