Changing the Default Spool Directory

By | 2005-11-01

You can change the default printer spool directory for all printers or the printer spool directory for specific printers. To change the default printer spool directory for all printers add the following value:

    * HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Control\Print\Printers
    * Value Name: DefaultSpoolDirectory
    * Data Type: REG_SZ
    * String: full path to printer spool directory

To change the default printer spool directory for specific printers add the following value:

    * HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Control\Print\Printers\
    * Value Name: SpoolDirectory
    * Data Type: REG_SZ
    * String: full path to printer spool directory

You must make sure that the path specified actually exists. If it does not exist, Windows NT uses the default spool directory.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.