All our domain name portfolio management software products use the Windows registry to store the whois settings.
To backup the whois configuration used by Watch My Domains or Domain Punch Pro, use RegEdit and export the following key.
HKEY_CURRENT_USER\Software\Softnik Technologies\Whois Setup v2
You can do this from command-line using some thing like the following
regedit /e “C:\Users\Home User\Documents\whoisbackup.reg” “HKEY_CURRENT_USER\Software\Softnik Technologies\Whois Setup v2″
The above will export the whois settings key branch to a file called whoisbackup.reg in the directory specified. Remember to specify the file path for the “.reg” file properly.
