Has anyone seen this before. Any advise on how to move back to default position?

Issue : outlook search bar moved to top
Outlook Version 2007 Build 13029.20534
Problem
Test Update Monthly Enterprise Channel
It is easy to change to a differnt channel Office 365Pro+ channel:
Close ALL Office products (Word, Excel, Outlook, PowerPoint, Visio…)
Open and CMD prompt as an administrator
type cd C:\Program Files\Common Files\Microsoft Shared\ClickToRun and press the ENTER key
type either
OfficeC2RClient.exe /changesetting Channel=Broad
OfficeC2RClient.exe /changesetting Channel=Targeted
OfficeC2RClient.exe /changesetting Channel=Monthly
and press the ENTER key
- type
OfficeC2RClient.exe /update user and press the ENTER key
- wait the 3 to 5 minutes it takes for the command to pull the relavent files down from the internet and install them
i found problem Search bar moved to title in Monthly Enterprise Channel Version 2006+
| Current Channel |
2008 |
13127.20408 |
September 9, 2020 |
Version 2009 is released |
| Monthly Enterprise Channel |
2007 |
13029.20534 |
September 8, 2020 |
November 10, 2020 |
| Monthly Enterprise Channel |
2006 |
13001.20648 |
September 8, 2020 |
October 13, 2020 |
| Semi-Annual Enterprise Channel (Preview) |
2008 |
13127.20408 |
September 8, 2020 |
March 9, 2021 |
| Semi-Annual Enterprise Channel |
2002 |
12527.21104 |
September 8, 2020 |
September 14, 2021 |
| Semi-Annual Enterprise Channel |
1908 |
11929.20946 |
September 8, 2020 |
March 9, 2021 |
Solution
download install.exe from website office.com and rename setup.exe
Create Config.xml
<Configuration>
<Updates Enabled="TRUE" TargetVersion="16.0.12624.20466" />
</Configuration>
Run command as Administrator
setup.exe /configure config.xml
echo y| REG ADD "HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\common\OfficeUpdate" /v "EnableAutomaticUpdates" /t REG_DWORD /d "0"
Regards,
WL