Why don my Microsoft Windows Terminal Server users receive Print-2-Image settings that I am changing as the Administrator?
Removing the IniFileMapping will solve this issue. Typically, Print-2-Image uses an .ini file to store settings. As part of the installation process, an IniFileMapping is created (in the registry – this functionality is provided by Windows) which maps the .ini file to HKEY_CURRENT_USER\… As a result, each user stores his or her own settings. You can delete the IniFileMapping (which will cause an actual .ini file in the Windows dir to be used), or you could change it to HKEY_LOCAL_MACHINE\… The .ini file mappings are located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping.