Reverting The Outlook Search Box Location (or other undesired additions)

Status
Not open for further replies.

MEGA Solutions

New Member
Outlook version
Outlook 2019 64-bit
Email Account
Office 365 Exchange
FYI to anyone who searches and ends up here for an answer to reverting this "undocumented feature".

Problem(s)
  • In Outlook, having the search bar in the title bar is disruptive
Root Cause

Microsoft acknowledged that the code that ran the previous search bar (just above the messages) was buggy. Rather than fix said code, they decided to just dummy it out and build a replacement. Not having a logical place to put it, they put it in the title bar, thinking it would be intuitive. Of course, it's been called a title bar for a reason, for decades. Having a search here didn't ever make sense in a desktop application.

Solution

A previous thread suggested rolling back Office. This is the correct (and currently only) answer; but the build they quoted doesn't exist in any channel. There are also other considerations: Visio, Project, MSI, etc. Goes on and on.

No, I don't know why they did the steps like this rather than just an option in the UI.
  • Download the Office Deployment Tool. This is actually a command line utility that reads an XML file that you will create.
  • It will just extract itself wherever you told it, as setup.exe and some sample XMLs. Ignore the samples.
  • Go to Office Deployment Configuration. You don't need to log in. Just navigate through the settings. They need to match whatever YOUR Office install is/should be. (this tool assumes you're fairly tech savvy, so if it looks like gibberish, I suggest you just live with the search box as-is.)
  • In the configuration you're going to want to pick an older build, prior to when this change deployed. The Channel you choose changes what builds you can select from. In my case I am Semi-Annual Enterprise, so it gives me pretty much all of them, but I had to go all the way back to the latest 1908 (11929.20994) because I wasn't sure exactly when that search was introduced, and it's only me. I can live with whatever else was lost, which wasn't much.
  • You can also tell this file to disable auto-updates. It is critical you do this, or it will just update itself again.
  • When done, click Export and save the file in the same folder as the setup.exe (technically not required, just makes it easier).
  • Run Command Prompt (or PowerShell if you use .\ syntax) as Admin, CD over to the directory (an alternate way to do this in Windows 10 is, from that folder, click File --> Run PowerShell as Administrator)
  • syntax is setup.exe /configure config.xml (replace config.xml with whatever you named it). PowerShell it's the same, but put .\ in front of setup.exe.
  • Let this run and it will basically uninstall the existing Office and install whatever build you selected.
 
The deployment script won't work for all licenses. Being on semi-annual enterprise, you wouldn't have all of the build # available as you only get updates 2x a year.

The real problem with it is that you can never, ever install updates. Search is going to be in the title bar going forward, so get used to it.

Using this script but with the desired version should work for all -
"C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe" /update user updatetoversion=16.0.xxxx.yyyy
Complete steps here:
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
Hudas Outlook VBA script reverting back to previous changes Outlook VBA and Custom Forms 2
N Reverting to default outlook contact form Using Outlook 5
T Outlook 365 Search Box reverting to old location Using Outlook 2
S stop calendar date reverting to today Using Outlook 7
J Issues in Canceling iCloud Configuration and Reverting to Local PST Configuration Using Outlook 0
W Calendar Note Font Reverting Using Outlook 11
D.Moore Outlook desktop client suggested searches question Using Outlook 1
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 0
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1
D Legacy Microsoft Outlook for Mac Support will end in Oct 2025 Using Outlook 5
C Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround? Using Outlook 11
R Auto clicking Hyperlink in outlook Outlook VBA and Custom Forms 7
ughlook Open multiple contacts in NEW Outlook? Using Outlook 2
G Outlook translation feature is off Using Outlook 2
J Outlook 2010 does not let me put any account Using Outlook.com accounts in Outlook 3
P 3 of 5 PST files don't install from d:\outlook but only from D:\ Using Outlook 7
HarvMan January Windows 10 preview update force installs new Outlook Using Outlook 1
L Outlook 2010 - new installation on Windows 11 - aplzod32.dll is not a valid Add-in Using Outlook 12
J Outlook troubleshooting/logging - option grayed out Using Outlook 2
B Arrows missing from Outlook emails vertical scrollbar Using Outlook 0
G Outlook 2021 (New) doesn't respect default browser Using Outlook 9
B Outlook or iPhone turning tabs into spaces in Outlook Notes Using Outlook 1
P newly installed Office 365 includes OLD Outlook Using Outlook 6
R Outlook ribbon menu default? Using Outlook 7
H Spam email in Gmail not visible in Outlook Using Outlook 3
J How to transfer Win 10 Outlook to new Windows 11 pc? Using Outlook 16
J Renegade spam URL line displayed in old local Outlook 365 email title Using Outlook 3
G Reduce whitespace in Outlook desktop Contact Cards display Using Outlook 3
C Outlook classic via 365 Using Outlook 2
Dr. Demento Analogous Outlook code to read info into an array (or collection or whatever) Outlook VBA and Custom Forms 7
S Repair Outlook Using Outlook 8
V Outlook Form ListBox is not editable Outlook VBA and Custom Forms 2
F Outlook's contacts Using Outlook 1
D Outlook 2003 stopped dead Using Outlook 2
G Cannot receive emails from gmail account in Outlook 365 Using Outlook 1
E "Cannot display the folder. MS Outlook cannot access the specified file location" Using Outlook 8
P Outlook 2016 Working Offline Using Outlook 2
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 11
O Outlook 365 synchronisieren Exchange Server Administration 1
kburrows Outlook Classic - JPG files are corrupted when opened or saved Using Outlook 3
F Sync Outlook Calendar Using Outlook 0
G Change default font size in sticky notes - Outlook Desktop 2021 Using Outlook 2
C VBA in "New Outlook?" Using Outlook 0
D New Outlook with Business Basic Plans Using Outlook 0
D Outlook 2021 not working with Outlook 2003 installed Using Outlook 5
D Outlook 2003 stopped working - get they dialog box asking for username & Password Using Outlook 2
T Outlook 2021 hangs in close on taskbar occasionally Using Outlook 1
M Duplicate removal feature in Outlook 2021 is faulty Using Outlook 2

Similar threads

Back
Top