TkFast support

FAQs

Home  >  Support  >  FAQs
FAQs

Support search

Search TkFast support articles.

Enter a keyword, answer ID, or category to find the support article you need. The newest 25 articles are shown below as a starting point.

Support article #396

Fixing poor desktop performance with Remote Desktop Services session

Servers - Windows Posted 11/2024
Back to FAQ

Issue

Fixing poor desktop performance with Remote Desktop Services session 2022 and 2019 servers

Solution

Open Services

Open Touch Keyboard and Handwriting Panel Service and set the Startup type to Disabled. If the service status is Running, click Stop. (If the service cannot be stopped, you will need to reboot the server. The can be performed after all the other steps are completed). Click OK when done.



Close Services.
Part B: Rename TabTip.exe and TabTip32.exe apps
Open File Explorer and navigate to C:Program FilesCommon FilesMicrosoft Sharedink.

Right-click the TabTip.exe app and then click Properties.

Click the Security tab, then click Advanced.

Next to Owner, click Change.

In the Select User, Computer, Service Account, group windows, enter and resolve the local Administrator account, the click OK.

Click OK to all open dialog boxes.

Back in File Explorer, rename the TabTip.exe application so it will not start. For example, rename it to _TabTip.exe.

Repeat the above steps for the TabTip32.exe app located at C:Program Files (x86)Common FilesMicrosoft Sharedink.
Part C: Delete Touch Input Panel registry subkeys
Open Registry Editor.

Browse to HKEY_LOCAL_MACHINESYSTEMSoftwareMicrosoftTIPTestResults.

A number of sub-keys will appear under the TestResults container. Delete all sub-keys and their contents.
Part D: Reboot the server



------------


taskkill /f /IM tabtip.exe
taskkill /f /IM tabtip32.exe

takeown /F "C:Program FilesCommon Filesmicrosoft sharedinktabtip.exe"
cacls "C:Program FilesCommon Filesmicrosoft sharedinktabtip.exe" /T /E /P Administrators:F
cacls "C:Program FilesCommon Filesmicrosoft sharedinktabtip.exe" /T /E /P SYSTEM:F
ren "C:Program FilesCommon Filesmicrosoft sharedinktabtip.exe" tabtip.exe.old

takeown /F "C:Program Files (x86)Common Filesmicrosoft sharedInktabtip32.exe"
cacls "C:Program Files (x86)Common Filesmicrosoft sharedInktabtip32.exe" /T /E /P Administrators:F
cacls "C:Program Files (x86)Common Filesmicrosoft sharedInktabtip32.exe" /T /E /P SYSTEM:F
ren "C:Program Files (x86)Common Filesmicrosoft sharedInktabtip32.exe" tabtip32.exe.old

Reg Delete HKEY_LOCAL_MACHINESYSTEMSoftwareMicrosoftTIPTestResults /f

Latest articles

25 articles shown