What is MY IP Address SSD VPS

Konuyu Değerlendir
  • 0 Oy - 0 Ortalama
  • 1
  • 2
  • 3
  • 4
  • 5

Disable Microsoft Text Input app
#1

How to disable Microsoft Text Input Application

If MicrosoftTextInputApplication's process is called "TextInputHost.exe" paste this into

CMD:

Kod:
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"

Kod:
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:

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


Benzer Konular
Konu: / Yazar Cevaplar: Gösterim: Son Mesaj



Bu konuyu görüntüleyen kullanıcı(lar): 1 Ziyaretçi