MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

The registry key is not fully explained. #100966

Open Kazumi-Takatori opened 1 year ago

Kazumi-Takatori commented 1 year ago

After installing Office the following is stated.

rem Mount the default user registry hive
reg load HKU\TempDefault C:\Users\Default\NTUSER.DAT
rem Must be executed with default registry hive mounted.
reg add HKU\TempDefault\SOFTWARE\Policies\Microsoft\office\16.0\common /v InsiderSlabBehavior /t REG_DWORD /d 2 /f
rem Set Outlook's Cached Exchange Mode behavior
rem Must be executed with default registry hive mounted.
reg add "HKU\TempDefault\software\policies\microsoft\office\16.0\outlook\cached mode" /v enable /t REG_DWORD /d 1 /f
reg add "HKU\TempDefault\software\policies\microsoft\office\16.0\outlook\cached mode" /v syncwindowsetting /t REG_DWORD /d 1 /f
reg add "HKU\TempDefault\software\policies\microsoft\office\16.0\outlook\cached mode" /v CalendarSyncWindowSetting /t REG_DWORD /d 1 /f
reg add "HKU\TempDefault\software\policies\microsoft\office\16.0\outlook\cached mode" /v CalendarSyncWindowSettingMonths /t REG_DWORD /d 1 /f rem Unmount the default user registry hive
reg unload HKU\TempDefault
rem Set the Office Update UI behavior.
reg add HKLM\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate /v hideupdatenotifications /t REG_DWORD /d 1 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate /v hideenabledisableupdates /t REG_DWORD /d 1 /f

Is it really necessary to set Outlook to cache mode?
I am an Outlook SME.
However, I am unclear why cache mode must be enforced in AVD multisession.

The following URL answers "because it is best practice".
Please explain the reasoning for the very restrictive Outlook sync settings #45731

If it is stated as Best practice, it should also be stated as such.

When updating Outlook behavior, the registry key "HKU\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook" is normally used.
If you mean that "HKU\TempDefault\software\policies\microsoft\office\16.0\Outlook" should be used instead of the normal registry key, that should also be added.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

VikasPullagura-MSFT commented 1 year ago

@Kazumi-Takatori Thanks for the feedback! I have assigned the issue to content author to check and update the document as appropriate.

VikasPullagura-MSFT commented 1 year ago

@Heidilohr Can you please check and add your comments on this doc update request as applicable.