Skip to main content
An Information Technology Services Company specializing in Computer Network Design, Office Automation, Computer Upgrades and Repair, Network management, systems backup, firewall security, Router configuration, WEB Site Design, Hosting, Marketing, Michael

Michael Angelo Consulting Co. (609) 641-6392 | NJ Computer Networking and Repair

Go Search
Home
Documents and Lists
Help
Web Calendars
Jenna-Carly
The 19th Hole
  
Michael Angelo Consulting Co. (609) 641-6392 | NJ Computer Networking and Repair > Tutorials > ChangeInstallPath  

Computer Networking & Repair | Network Design, Installation, & Support | Data Recovery | Sharepoint Hosting | Backup Solutions
Changing the default WinNT install path.
If you want to change where NT expects to find the NT CD, edit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sourcepath
and
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Setup\Sourcepath
If your CD drive is D: and you are working with an Intel-based machine, the value should be D:\I386 and D:\ respectively.


Changing the default spool directory.
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.