Delete WISPTIS. EXE process

Source: Internet
Author: User

Today, I suddenly found a WISPTIS in my task manager. the EXE process has a high priority. If you do not know what it is, you can search for it online to find its full name: windows ink services platform tablet input subsystem. The input subsystem of the windows ink service WordPad platform is used by the Tablet PC. Does running on my computer affect the speed? Delete!

Delete method: Save the following content as a bat file

----------------------------------------
Rem -- UnRegister ms xp Tablet PC Ink Pen components
@ Echo off
Set sys32 = % SystemRoot %/System32
Set pfcfink = % CommonProgramFiles %/Microsoft Shared/INK
"% Sys32 %/WispTis.exe"/unregserver
"% Sys32 %/regsvr32.exe"/u/s "% sys32 %/inked. dll"
"% Sys32 %/regsvr32.exe"/u/s "% pfcfink %/inkobj. dll"
"% Sys32 %/regsvr32.exe"/u/s "% pfcfink %/inkdiv. dll"
"% Sys32 %/regsvr32.exe"/u/s "% pfcfink %/tpcps. dll"
Set pfcfink =
Set sys32 =
Pause
----------------------------------------

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.