Jump to content

Recommended Posts

Posted

Hello. We've been having some trouble with a printer driver and wondered if there's anyone here who could write a script that would:

 

1- Stop the printer spool service

2- Remove a set of .dll files

3- Start the print spool service

 

It must be simple to do this? It would need to be able to run at login using GPO and AD.

Posted

batch file?

 

net stop "Print Spooler"
Del 
net start "Print Spooler"

 

Alternatively you might be able to do it from GPP, but getting the timings right might be an issue.

  • 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...