DentalPlus config batch file
There are two configurations used for DentalPlus.
The main program uses an xml file located in "%appdata%\dentalplus-air\Local Store\config.xml"
This stores the name and address of the server. If you/we have already configured a workstation, you could copy this file to a network location.
The other configuration required is for the client tools program which manages printers and links to imaging systems. This is stored in the Windows registry.
The values are stored in "KEY_CURRENT_USER\Software\DentalPlus"
Again, you/we could configure one workstation, and the setting can be exported.
An example batch file might be...

@echo off
echo "Adding Registry Keys for DentalPlus and DBS Win"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v dbswin_enabled /t REG_SZ /d "True"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v dbswin_program /t REG_SZ /d "C:\\Program Files (x86)\\Duerr\\DBSWIN\\bin\\"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v dbswin_images /t REG_SZ /d "C:\\ProgramData\\Duerr\\temp\\"
reg add "HKEY_CURRENT_USER\Software\DentalPlus" /f /v server_ip /t REG_SZ /d "192.168.1.1:8282"
echo "Copying DentalPlus configuration"
robocopy "\\192.168.1.1\dentalplus_docs" "%appdata%\dentalplus-air\Local Store" "config.xml"
echo "Done"
Add this to a batch file, e.g. configdentalplus.bat and use group policy to run this when the user logs in.
Related Articles
Updating DentalPlus Client on MacOS
If you are running macOS Big Sur, you must update to version 11.0.1 or above If this is a new install, please first install Harman Air from here... https://airsdk.harman.com/assets/downloads/33.1.1.744/AdobeAIR.dmg If the update works but you get an ...
DentalPlus Hardware Specification
This is the recommended hardware specification for running DentalPlus. If you plan to run any other software, e.g. imaging systems, please take into account their minimum/recommendations as they may be higher than these. Server and workstations If ...
Checking DentalPlus Backup
Local backup The DentalPlus database is exported and encrypted twice daily, approx 13:00 and 18:00 On one of your hard disks, you should have a folder called dentalplus_backup where these are stored. If you sort the folder listing by date to get the ...
Search by Invoice Number
How do I search for an invoice number on my DentalPlus You will need to add an = sign to the beginning of the number before you search for it.
Unable to print PDFs
Something changed in Windows 10 update 2004 which prevented Adobe Reader from printing when embedded inside DentalPlus. To resolve the issue, load Adobe Reader from the Start menu. Click Edit in the menu at the top and choose Preferences. On the list ...