New
#1
Hello @daveb47,
Have you looked at this? => How to Hide or Show Touch Keyboard Button on Taskbar in Windows 10
I hope this helps.
Thanks for reply but none of it applies.
Keyboard language selection & notifications are one i wish to remove
Hello @daveb47,
Have you looked at this? => How to Turn On or Off Language Bar and Input Indicator in Windows 10
I hope this helps.
I have run the above commands to turn off the "Action Center" icon on the taskbar.Code:(REG ADD "HKCU\Software\Policies\Microsoft\Windows\Explorer" /V DisableNotificationCenter /T REG_DWORD /D 1 /F) (REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /V DisableNotificationCenter /T REG_DWORD /D 1 /F)
The "Input Indicator" icon cannot be turned off via a command.