Jump to content

Recommended Posts

Posted

I used it the other week on a network which had many, many, many, many old printers which no longer existed and were installed using a script method.

 

It basically stops the spooler service (on the target machine), deletes any printers and their associated registry entries, then requests a reboot (optional). It'll delete network printers and local printers installed on that machine once a reboot is complete.

 

I haven't used it on a real print server such as Windows Server (and I would advise against it), but for workstations it's great :) Very handy utility.

Posted
Is there a similar utility for Vista?

 

Wouldn't surprise me if it's already included in 2008 Server by default. You probably just need to enable/switch it on. Alternatively you could try installing it on an XP machine, as it does work across a network. I can't imagine the spooler on Vista being drastically different to that of XP as it's role is relatively basic. I think you need to "suck it and see" as I don't have a Vista machine to try it on :)

  • Thanks 1
Posted
Cleanspl.exe works for Vista too.

 

I know its an exe that will only work at least on xp / vista ( windows enviroments ) just curious is there something similiar for OS X ?

Posted
Think there was a post on edugeek a while back where someone posted a utility to delete / clean the print spooler / drivers

 

where is that thread as I cant find it

is this what you're after? I'm sure I got this script from edugeek a few years back! Works a treat, but it is only for cleaning the spooler, not drivers...

 

echo Printers - Shutting down the print spooler

net stop "pcounter printer control"

net stop "print spooler"

echo Printers - Deleting print queues

del c:\WINDOWS\system32\spool\PRINTERS\*.* /q

 

net start "print spooler"

net start "pcounter printer control"

echo Printers - Print spooler Started

Posted
I know its an exe that will only work at least on xp / vista ( windows enviroments ) just curious is there something similiar for OS X ?

 

OS X uses CUPS as it's printing system, which is an entirely different kettle of fish. As such, it has a built in command to delete the spooled jobs.

 

cancel(1) - Documentation - CUPS

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...