diff --git a/Registry Key Scripts/Remove Outlook Side Bar.ps1 b/Registry Key Scripts/Remove Outlook Side Bar.ps1 new file mode 100644 index 0000000..50b80f1 --- /dev/null +++ b/Registry Key Scripts/Remove Outlook Side Bar.ps1 @@ -0,0 +1 @@ +New-ItemProperty HKCU:\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentEcs\Overrides -Name Microsoft.Office.Outlook.Hub.HubBar -Value false -PropertyType string -force \ No newline at end of file