Table of Contents

Disabilitare New Outlook

Impostazioni di registry relative a New Outlook.

Disabilita la migrazione a New Outlook

HKCU\Software\Microsoft\Office\16.0\Outlook\Options\General\DoNewOutlookAutoMigration 
reg.exe ADD "HKCU\Software\Microsoft\Office\16.0\Outlook\Options\General" /v DoNewOutlookAutoMigration /t REG_DWORD /d 0 /f /reg:64

Disabilita la visualizzazione dell'opzione di passare a New Outlook

HKCU\Software\Microsoft\Office\16.0\Outlook\Options\General\HideNewOutlookToggle
reg.exe ADD "HKCU\Software\Microsoft\Office\16.0\Outlook\Options\General" /v HideNewOutlookToggle /t REG_DWORD /d 1 /f /reg:64

Blocca la migrazione a New Outlook

Nel novembre 2024 Microsoft ha annunciato che in gennaio 2025 verrĂ  forzata la migrazione a New Outlook, questa chiave di registro blocca la migrazione

HKCU\Software\Policies\Microsoft\office\16.0\outlook\preferences\NewOutlookMigrationUserSetting 
reg.exe ADD "HKCU\Software\Policies\Microsoft\office\16.0\outlook\preferences" /v NewOutlookMigrationUserSetting /t REG_DWORD /d 0 /f /reg:64