From 5f3b8bd7fda78e3e72c45c1888c141a3ddd4e26d Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 12 Aug 2025 01:55:38 +0000 Subject: [PATCH] Upload files to "Registry Key Scripts" --- Registry Key Scripts/Remove Outlook Side Bar.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Registry Key Scripts/Remove Outlook Side Bar.ps1 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