Q. Where does the Windows Server 2003 R2 Print Management console store the connections for PushPrinterConnections.exe?
Jerold Schulman
December 28, 2006
1 Min Read
The Print Management console in Windows Server 2003 R2 stores connections for the PushPrinterConnections.exe program in the registry as the default Value Name, using a REG_MULTI_SZ data type.
The user-based connections are stored in the HKEY_CURRENT_USERSoftwareMicrosoftPPC key, and can be viewed by typing
Reg Query HKCUSoftwareMicrosoftPPC /Ve in a CMD.EXE window.
The computer-based connections are stored in the HKEY_LOCAL_MACHINESOFTWAREMicrosoftPPC key, and can be viewed by typing
Reg Query HKLMSoftwareMicrosoftPPC /Ve in a CMD.EXE window.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like