Disable Floating Language Bar via Regedit
The floating Language Bar on the Windows desktop can be intrusive,
but you can permanently disable or hide it by modifying specific values
in the Windows Registry. This guide provides step-by-step instructions
to navigate the Registry Editor (regedit) and set the
proper configuration to remove the floating Language Bar from your
desktop.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditinto the field and pressEnteror click OK. - If prompted by User Account Control (UAC), click Yes to allow administrative access.
Step 2: Navigate to the Language Bar Registry Key
In the Registry Editor address bar at the top, paste the following
path and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar
Alternatively, you can manually expand the folders in the left sidebar: * HKEY_CURRENT_USER * Software * Microsoft * CTF * LangBar
Step 3: Modify the
ShowStatus Value
- In the right pane of the LangBar key, locate the
ShowStatusvalue. - If
ShowStatusdoes not exist:- Right-click an empty space in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the value
ShowStatus.
- Double-click ShowStatus to edit it.
- Set the Value data to one of the following options:
3– Disables/hides the Language Bar completely.1– Docks the Language Bar in the taskbar (so it no longer floats on the desktop).
- Ensure the Base is set to Hexadecimal, then click OK.
Step 4: (Optional)
Modify ExtraIconsOnNavBar
To ensure no extra icons linger on the taskbar or desktop:
- In the same LangBar folder, look for a DWORD named
ExtraIconsOnNavBar. - If it does not exist, create a new DWORD (32-bit)
Value named
ExtraIconsOnNavBar. - Double-click it and set the Value data to
0. - Click OK.
Step 5: Apply the Changes
To apply the registry changes immediately:
- Close the Registry Editor.
- Press
Ctrl + Shift + Escto open Task Manager. - Locate Windows Explorer in the Processes tab, right-click it, and select Restart.
- Alternatively, restart your computer or sign out and sign back in to Windows.