Page MenuHomeProjets antipode.info

Outlook_New_profile.bat

Authored By
mj
Dec 29 2020, 8:38 PM
Size
858 B
Referenced Files
None
Subscribers
None

Outlook_New_profile.bat

::
:: 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

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9538
Default Alt Text
Outlook_New_profile.bat (858 B)

Event Timeline