krishnansurya
Broken In
Most of u all have faced the prob of Cancelling the Print Job Which Won`t work. u restart u system right?
Just Do this and all will Vanish with Click-o-button
Copy this Command in to Notepad and Save is as x.bat
( where x is the wahteva file name!)
Remeber to Have the extension as " .Bat" and U save it as "All file types"
u can see a ScreenShot of saving it by clicking here
And Run the .bat filename frm wherevr u saved it and see it!
Thnx
Just Do this and all will Vanish with Click-o-button
Copy this Command in to Notepad and Save is as x.bat
( where x is the wahteva file name!)
Code:
@echo off
net stop "print spooler"
del /q "%SystemRoot%\system32\spool\PRINTERS\*.*"
net start "print spooler"
ping localhost -n 5 > nul
Remeber to Have the extension as " .Bat" and U save it as "All file types"
u can see a ScreenShot of saving it by clicking here
And Run the .bat filename frm wherevr u saved it and see it!

Thnx