:: :: Sourced https://www.codetwo.com/kb/recreate-outlook-profiles-after-migration/ :: Outlook 2010 reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\O365_by_FSK" reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F reg add "HKCU\Software\Microsoft\Exchange\Client\Options" /v PickLogonProfile /t REG_DWORD /d "0" /f :: Outlook 2013 reg add HKCU\Software\Microsoft\Office\15.0\Outlook\Profiles\O365_by_FSK reg add "HKCU\Software\Microsoft\Office\15.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F :: Outlook 2016 & 2019 reg add HKCU\Software\Microsoft\Office\16.0\Outlook\Profiles\O365_by_FSK reg add "HKCU\Software\Microsoft\Office\16.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F