Hi, to change the spool directory open Print Management Console on the print server. Right click on the printer server name and select Properties. The spool folder can be changed in this UI. With a VM, I typically spin up vhd just for the spool folder. The spool folder can't be just a drive letter so I use d:\spool or c:\spool with a single disk. The configuration takes affect immediately but the spooler will actually track spool files in both locations until the service is restarted.
TMP files are not deleted from the spool folder after print is done
Uday Y
5
Reputation points
We assume PrintFilterPipelineSVC is creating the TMP files in the spool folder and not getting deleted after print is done.
7 answers
Sort by: Most helpful
-
-
Alan Morris 1,161 Reputation points
2023-03-25T16:26:49.9+00:00 You can also avoid these tmp files by using a Type 3 driver rather than a Type 4 but maybe you are using Type 4 drivers so the clients don't download software from the print server.