Archive for March, 2010

» Gravatar powered profiles

Friday, March 26th, 2010 Tags:
Posted in Tech News | No Comments »

» Typewith.me let multiple users work on a single document simultaneously

Thursday, March 25th, 2010 Tags:
Posted in Reviews ¤ Tips n Tricks | 1 Comment »

» Delete Godaddy account and associated information

Wednesday, March 24th, 2010 Tags:
Posted in How To / Tutorials | 2 Comments »

» Cancel pending printing jobs with a simple batch file

Friday, March 19th, 2010

This batch file will quickly cancel print queue so that you can now continue with printing more jobs.

Flush printing job queue (Batch file)

The content of the batch file is as follows

@echo off
echo Stopping print spooler.
echo.
net stop spooler
echo deleting stuff... where? I'm not sure. Just deleting stuff.
echo.
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
echo Starting print spooler.
echo.
net start spooler

Now whenever you need to instantly cancel print queue, just double click on the batch file and it will delete the pending jobs. A very good piece of advice by Pallav is to be careful while using this batch file in a work environment as if you are on a print server, it would cancel printing jobs of all connected printers.

Thanks to Pallab for bringing my attention and to Lifehacker for the code.

You can also make a custom command which you can type in Run (Win + R) to execute the batch file. Read Creating Custom Run Commands

--> Tags:
Posted in How To / Tutorials ¤ Tips n Tricks ¤ Uncategorized | 2 Comments »

» Remove unwanted startup items to improve boot up time

Thursday, March 18th, 2010 Tags:
Posted in How To / Tutorials ¤ Tips n Tricks | 6 Comments »

» Bullzip pdf printer prints file to PDF format

Wednesday, March 17th, 2010 Tags: ¤
Posted in How To / Tutorials ¤ Tips n Tricks | No Comments »

» Chrome extension to display unread emails in Gmail

Tuesday, March 16th, 2010 Tags: ¤ ¤
Posted in Blogging ¤ Tips n Tricks | No Comments »