Microsoft text input application как отключить в windows 10

You must be wondering why you should disable the Microsoft text input application. Disabling the Microsoft text input application is important because its CPU consumption is extremely high. This is because Windows is not as clean as it should be and there are multiple processes that increase CPU consumption.

Today, we will discuss everything about this process. What is it, what does Microsoft Text Input Application do, and how to remove it? So, without any further delay, let’s begin.

disable 'Microsoft Input Text Application'

How to fix or disable ‘Microsoft Input Text Application’ high CPU usage

Microsoft Text Input Application is the process of the touch or software keyboard added in version 1903 of Windows 10. This process is also known as ‘InputApp.exe’ and ‘TextInputHost.exe.

Virtual keyboard to disable text input application

Virtual keyboard in Windows

This process is necessary for the proper working of software or touch keyboards. Hence, we don’t recommend disabling this process. However, sometimes, this process consumes high CPU resources and that is why people think the Microsoft text input application is a virus or keylogger. But classifying some processes or executable files as a virus is not simple because there are a lot of technical factors involved in this. So, let’s see them.

In short, the Text Input Application is used to operate virtual or software keyboards.

Is Disabling Microsoft Text Input Application Harmful?

In most cases, this process is safe because it has the digital ownership of Microsoft. It running in the background is completely normal.

However, it is better to check the ownership of Microsoft on this process before marking it as safe because a process like this should not consume high CPU resources. Check the authenticity of this process before classifying the process as safe.

How to Disable Microsoft Text Input Application?

Once you’re sure that it is not a virus or keylogger, then you can move ahead to disable or suspend the application.

You can also apply these methods if you have already tried other tweaking in Windows settings or disabling the ‘Inking & typing personalization’ and it didn’t work. So, let’s move to the methods.

Disabling Via Renaming Its Root Folder

The most common method to disable the Microsoft text input application as of 2021 is by renaming the root folder of this application. But the name of the root folder varies from Windows to Windows version. So, we will first find its path through ‘Task Manager.’ Keep in mind this solution is temporary.

  1. First, open the ‘Task Manager’ from the Start menu.
    Opening 'Task Manager' via 'Start menu'
    Task Manager
  2. Now, scroll down to find the ‘Microsoft Text Input Application’ process in the ‘Processes’ tab.
  3. Then, expand this process and right-click on the process inside it, and choose the ‘Properties’ option.
    Choosing the 'Properties' option by right-clicking on the 'Microsoft Text Input Application' process
    Processes tab
  4. After that, jot down the folder’s name and copy the ‘Location’ of this process.
    Jotting down the name of the 'Microsoft Text Input Application' process and copying the 'Location' of this process
    Location of file
  5. Now, close the ‘Properties’ window and right-click on the ‘Microsoft Text Input Application’ process again. But choose the ‘End task’ option this time.
    Choosing the 'End task' option by right-clicking on the 'Microsoft Text Input Application' process
    Ending Task
  6. After that, paste the path of the ‘Microsoft Text Input Application’ process in the address bar of ‘This PC.
    Pasting the copied path of the ‘Microsoft Text Input Application’ process in the address bar of 'This PC'
    Pasting into the address bar
  7. Find the ‘MicrosoftWindows.Client.CBS_cw5n1h2txyewy’ named folder inside the ‘SystemApps’ folder.
    Choosing the 'Rename' option after right-clicking on the 'MicrosoftWindows.Client.CBS_cw5n1h2txyewy' folder
    Renaming
  8. Now select this folder and rename it according to your liking.

Note: We recommend using an easy name for this folder because if you want to rename it to the original folder name in the future, it will be easier for you

This method will temporarily disable the “Microsoft Text Input Application” process. But when Windows installs the updates, it will automatically revert the changes. So, you’ll have to perform this step again. However, if renaming its folder causes some issues with the ‘Event Viewer’ application then try the next method.

Running Scripts in Command Prompt

This is recommended for Users Using Windows 10 Build 1903. In this solution, we will run some scripts in the Command Prompt to disable Microsoft Text Input Application in this method. Do note that the scripts vary from Windows version to version because, as mentioned earlier, this application is named ‘TextInputHost.exe’ in some versions and ‘InputApp.exe’ in others. So, make sure to read this solution carefully before executing any of the scripts.

Plus, we recommend this solution if you’re using the 1903 build of Windows 10. You can also use it in other builds of Windows 10, but running this on newer builds will cause DCOM error 10001. So, we don’t recommend it on builds other than 1903.

  1. First, you need to find out the exact name of this process in your Windows version. So, ‘follow the first two steps of Method # 1.
  2. Then, choose the ‘Go to details’ option in the new menu and this will take you to the ‘Details’ tab.
    Choosing the 'Go to details' option after right-clicking on the 'Microsoft Text Input Application' process to disable it
    Microsoft Input Application
  3. As you can see in the picture below, the ‘Microsoft Text Input Application’ process is named ‘TextInputHost.exe. So, we will apply the script according to ‘TextInputHost.exe. However, if your process name is ‘InputApp.exe, then skip ‘Step 5’ and apply ‘Step 6’ of this method.
    Finding the original name of the 'Microsoft Text Input Application' process
    Locating original name
  4. Now, press the ‘Windows + R’ keys to open the ‘Run’ dialog box. Then, type ‘CMD’ in this box and (instead of pressing enter) hit ‘Ctrl + Shift + Enter’ keys. In the next window, select ‘Yes’ for opening the Command Prompt as Administrator.
    Choosing 'Yes' for running CMD as administrator
    CMD administration
  5. Then, paste the following commands in the CMD window and press the ‘Enter’ key to execute this command.
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TextInputHost.exe" /v Debugger /d "%SystemRoot%\system32\systray.exe" /f

taskkill /im "TextInputHost.exe" /t /f

echo done
  1. If the name of the process ‘Microsoft Text Input Application’ is ‘InputApp.exe, then paste the following commands in the CMD window and press the ‘Enter’ key to execute this command.
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /v Debugger /d "%SystemRoot%\system32\systray.exe" /f

taskkill /im "WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /t /f 

echo done
  1. If you want to undo the changes after executing one of the above-mentioned commands, then paste the following command in CMD and press the ‘Enter’ key to execute this command.
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /v Debugger /f

echo done

Note: In the above command, change the process name (TextInput or InputApp) according to the process name in your case

If you have performed the above steps in a newer build of Windows 10 (newer than 1903), you will get the DCOM Event ID 10001 error.

General description of DCOM Event ID 10001 error

DCOM Event ID 10001 error

So, you will have to disable the startup of ‘InputService’ and deny all permissions for ‘InputService’ APPID = {730BFCEC-E4BF-4D3A-9FBB-01DD132467A4} in ‘DCOMcnfg.exe.. However, we don’t recommend editing anything in ‘DCOMcnfg.exe’ because it can break your system and lead to Windows reinstallation. Still, if you want to do it, check the complete guide on how to solve the DCOM Event ID 10001 error.

Conclusion

We don’t recommend uninstalling this process completely because it can cause trouble with other services that Windows 10 depends on. It is better to play safe and disable it temporarily by using one of the above methods. This will allow you to reduce CPU usage, and remember to seek help from Microsoft support if you’re having trouble following our guide.

Further read:

  • How to switch from Microsoft to a local account
  • How to disable high consumption Wininit.exe
  • What is “YourPhone.exe” and how to disable it

Photo of Talha Saeed

I am a BSCS graduate and a technology nerd who now loves working and writing about computers and other tech-related stuff. In my free time, I like watching Netflix and playing Cricket 22 and The Witcher 3 (Wild Hunt).

Searchapp.exe и Microsoft Text Input Application — это приложения, которые поставляются вместе с Windows 10. Однако, они могут потреблять большое количество ресурсов и замедлять работу компьютера. В этой статье мы рассмотрим 5 простых способов, чтобы отключить searchapp.exe и microsoft text input application на вашем компьютере.

Способ 1: Использование настроек Windows

  1. Нажмите правой кнопкой мыши на иконке «Пуск» и выберите «Параметры».
  2. Нажмите на «Система» и выберите «Приложения и функции».
  3. Найдите «Microsoft Text Input Application» и «Поиск Windows» и нажмите на них.
  4. Нажмите «Удалить».

Способ 2: Отключение службы

  1. Нажмите сочетание клавиш «WIN + R» и введите «services.msc».
  2. Найдите службы «Windows Search» и «Touch Keyboard and Handwriting Panel Service».
  3. Нажмите правой кнопкой мыши на службах и выберите «Свойства».
  4. Выберите «Отключено» в разделе «Тип запуска».
  5. Нажмите «ОК».

Способ 3: Использование редактора реестра

  1. Нажмите сочетание клавиш «WIN + R» и введите «regedit».
  2. Найдите ключ реестра «HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSearch».
  3. Нажмите правой кнопкой мыши на нем и выберите «Изменить».
  4. Измените значение ключа «Start» на «4».
  5. Повторите шаги 2-4 для ключа «TabletInputService».
  6. Закройте редактор реестра.

Способ 4: Использование групповой политики

  1. Нажмите сочетание клавиш «WIN + R» и введите «gpedit.msc».
  2. Перейдите к «Компьютерная конфигурация» -> «Административные шаблоны» -> «Система» -> «Отключить Windows Search».
  3. Выберите «Включить» и нажмите «ОК».
  4. Перейдите к «Пользовательская конфигурация» -> «Административные шаблоны» -> «Система» -> «Отключить ввод текста и рукописные панели».
  5. Выберите «Включить» и нажмите «ОК».

Способ 5: Использование PowerShell

  1. Нажмите правой кнопкой мыши на иконке «Пуск» и выберите «Windows PowerShell (администратор)».
  2. Введите следующую команду:
Get-AppxPackage Microsoft.Windows.Cortana | Remove-AppxPackage
  1. Нажмите «Enter».
  2. Повторите шаги 2-3 для следующей команды:
Get-AppxPackage Microsoft.Windows.Search | Remove-AppxPackage

В завершении, мы рассмотрели 5 различных способов, чтобы отключить searchapp.exe и microsoft text input application на Windows 10. Выберите тот, который наиболее удобен для вас и позволит улучшить производительность вашего компьютера.

Following solution is aimed at build 1903! On newer builds it will generate DCOM error 10001. This can be fixed by disabling startup of «InputService» in DCOMcnfg and denying all its permissions. However it is not recommended to edit anything in DCOMcnfg.exe!!!

The solution: Open TaskManager, click on the process in question in the Process tab, expand and right click/Details to find out its exact name (differs per system)!

If MicrosoftTextInputApplication’s process is called «TextInputHost.exe» paste this into elevated CMD:

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TextInputHost.exe" /v Debugger /d "%SystemRoot%\system32\systray.exe" /f
taskkill /im "TextInputHost.exe" /t /f
echo done

If it is called «InputApp.exe» paste this:

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /v Debugger /d "%SystemRoot%\system32\systray.exe" /f
taskkill /im "WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /t /f 
echo done

To undone changes (change name to your process name):

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /v Debugger /f
echo done

Source: https://www.tenforums.com/general-support/133209-microsoft-text-input-application-inicio-start-english-processes-3.html?133209=#post2125555

DCOM Event ID 10001 general description:

Unable to start a DCOM Server: MicrosoftWindows.Client.CBS_120.2212.551.0_x64__cw5n1h2txyewy!InputApp as Unavailable/Unavailable. The error:
"2147942402"
Happened while starting this command:
"C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\InputApp\TextInputHost.exe" -ServerName:InputApp.AppX9jnwykgrccxc8by3hsrsh07r423xzvav.mca

For more details: https://pastebin.com/aNWvZmCh

What I did I do to solve DCOM error:
I disabled startup and denied all permissions for «InputService» APPID = {730BFCEC-E4BF-4D3A-9FBB-01DD132467A4} in DCOMcnfg.exe Tutorial

You have to also rename the folder: «MicrosoftWindows.Client.CBS_cw5n1h2txyewy» by putting at the end of its name .bak! Located in: C:\Windows\SystemApps

PS: If anyone has a solution how to prevent «TextInputHost.exe» from starting safely without generating errors and editing DCOMcnfg.exe that would be great!

Приветствую! Обновление Windows 10 обеспечивает не только безопасность, исправление уязвимостей/багов — также вносятся новые функции, компоненты, приложения.

Разбираемся

Microsoft Text input Application — процесс в Windows10, один из внутренних, отвечает за управление вводом с клавиатуры. Не во всех версиях Windows 10 присутствует — возможно появляется после обновления до билда 16215.

Процесс в диспетчере задач — оперативки кушает немного, нагрузки нет — так и должно быть

Сам процесс предположительно имеет длинное название — WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe.

Запускается из этой папки:

C:\Windows\SystemApps\InputApp_cw5n1h2txyewy

Последнее название папки — возможно является уникальным для каждой Windows.

Процесс может запускаться при использовании графического планшета и выводить экранную клавиатуру/область ввода пером, поддерживается свайп-ввод. Пользователи отмечают — не всегда получается закрыть окно ввода, приходится завершать процесс через диспетчер:

  1. На вкладке Подробности находим процесс.
  2. Нажимаем правой кнопкой.
  3. Выбираем Завершить работу.
  4. Подтверждаем.

Один пользователь обнаружил Microsoft Text input Application в списке установленного ПО, при попытке открыть — пустое окно. Один из способов открыть окно с установленном софтом:

  1. Зажимаем Win + R.
  2. Пишем команду appwiz.cpl.
  3. Нажимаем ОК.
  4. Откроется окно Программы и компоненты — будут названия приложения, дата установки, издатель, размер, версия. На заметку — в окне также будет кнопка открытия списка установленных обновлений.

Создание точки восстановления

Как отключить?

По поводу отключения процесса — пользователь Lunatik9009 предложил свой вариант на форуме Руборде. Перед применением — создать точку восстановления:

  1. Зажимаем Win + R.
  2. Пишем control sysdm.cpl, нажимаем ОК.
  3. Переходим на вкладку Защита системы.
  4. Выбираем системный диск > кнопка Создать.

Заключение

Мы выяснили, Microsoft Text input Application — системный компонент Windows 10, отвечающий за ввод текста с клавиатуры.

Отключать/удалять не стоит, вряд ли процесс способен нагружать ПК. В крайнем случае — перед отключением сделать точку восстановления/бэкап.

При необходимости проверьте ПК антивирусными утилитами — Dr.Web CureIt!, AdwCleaner, HitmanPro.

Надеюсь данная информация помогла. Удачи.

На главную!

09.01.2019

level 1

You should be able to disable it by navigating to C:\Windows\SystemApps and renaming the folder InputApp_cw5n1h2txyewy

You will have to kill the process before it will let you rename it though. You can do the samething for Cortana by renaming Microsoft.Windows.Cortana_cw5n1h2txyewy

I just put a z in front of both of them in case I ever want to change it back it will be easy to do.

level 2

That worked like a charm. Thank you for the information!

level 1

yeah its bugging me too it only showed up like you said when i got 1809 and i just kill it once per day when i boot up but wouldnt mind having it gone.

  • Microsoft update health tools что это за программа и нужна ли она на windows 10
  • Microsoft store скачать для windows 10 на пиратке
  • Microsoft update health tools скачать windows 11
  • Microsoft store установить windows server
  • Microsoft update health service что это за служба windows 10