HKEY_LOCAL_MACHINE\Software\Clients\Mail
reg add HKLM\Software\Clients\Mail /ve /f /d “Microsoft Outlook”
/ve - this tells it to set the (Default) value for this key
/f - Don’t prompt us, just set it
/d - Following this argument is the data we want to set