Last year I added 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
On Windows 10 Pro in order to disable the annoying Microsoft Text Input. Unfortunately in doing so, I have noticed that CCleaner triggers this error..
The server InputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy!App did not register with DCOM within the required timeout. I am trying to figure out how to stop this error. But this gets triggered with CCleaner and Windows+H even though with the debugger method it prevents the app from running... Not sure how to solve this!
How do we get rid of this error? I noticed that when I press Windows+H or use CCleaner to run the cleaner I am met with this. App did not register with DCOM within the required timeout. CCleaner is what basically tries to initiate the Microsoft Text Input causing this error.
This is pretty annoying. I don't know if anyone has experienced this. Because while debugger prevents the Input Application from starting. If I use CCleaner then this will trigger with error. If I undo the changes, of-course this rectifies the issue with the error, but TextInput App is running in the background against my will.
If I try to deny permission for "InputService" APPID = {730BFCEC-E4BF-4D3A-9FBB-01DD132467A4} in DCOMcnfg.exe then it vanishes from the DCOM Config list. I then can go to regedit and add myself as an Administrator again. But this seems to have no effect on getting rid of the error in my screenshot.
Anyway to fix this, without CCleaner requesting the Microsoft Text Input App?