Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeremyTBradshaw/d5e04fac56d6a4859fbdb76b66dbac98 to your computer and use it in GitHub Desktop.
Save JeremyTBradshaw/d5e04fac56d6a4859fbdb76b66dbac98 to your computer and use it in GitHub Desktop.
Some Outlook Calendar registry overrides
# https://support.microsoft.com/en-us/office/user-experience-changes-for-sharing-a-calendar-in-outlook-5978620a-fe6c-422a-93b2-8f80e488fdec
reg add HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Calendar /v ShowLegacySharingUX /t REG_DWORD /d 1
# https://support.microsoft.com/en-us/office/how-to-revert-the-outlook-desktop-webview-based-room-finder-to-the-legacy-room-finder-e872b6f2-0d36-41ff-861d-adaab2da9c28?ui=en-US&rs=en-US&ad=US
reg add HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Calendar /v ShowLegacyRoomFinder /t REG_DWORD /d 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment