Locate the file country.htm in /components/com_dtregister.
This contains the list of countries to choose from. Scroll down to find United States. You'll see:
<option value="United States" selected="selected">United States</option>
Remove the code: selected="selected"
Insert the selected value into the option tag for the country you want to be the default option.