User Tools

Site Tools


sysadmin:disabilitare_new_outlook

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
sysadmin/disabilitare_new_outlook.txt · Last modified: 11/11/2024 05:06 by lrosa