It2tp
IT to the point
Finding and changing a user’s default printer in the Registry
Posted by on 28 December 2011
The MS article http://support.microsoft.com/kb/156212 ‘Changing a User’s Default Printer in the Registry’ describes how you can change the registry in order to change a user’s default printer.
In brief (quote):
To change the default printer, add the registry entry as shown below:
WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.
- Start Registry Editor (Regedt32.exe).
- Under the HKEY_ CURRENT_USER subtree, go to the following subkey:
Software\Microsoft\Windows NT\CurrentVersion\Windows
- Add or edit the following registry entry
Device:REG_SZ:<printer description string>
where <printer description string> is the value that Print Manager would put in if this operation were done through Print Manager. It would resemble one of the following:
\\SERVER\HPLASER,winspool,Ne00: or DESKJET,winspool,LPT1:
The Ne00 is a network port and LPT1 a local port.
With some applications, the default printer is read at the time the application is started and you will need to close and restart the application for the new default printer to show.
Advertisement
Recent Comments