Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8639947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:09:13+00:00 2026-06-12T11:09:13+00:00

I am trying to enable/disable touch capability on Windows 7 or 8 for my

  • 0

I am trying to enable/disable touch capability on Windows 7 or 8 for my WPF drawing application.

As far as I searched, the link How to turn off all touch input at application, window or control level? gives a right location of the registry for touch capability status.

However, it did not be affected on-the-fly because windows system may not be acknowledged the changes.

In my assumption, User32.dll refresh with SystemParametersInfo is required to make changes without reboot.
But hard to figure out how to do that because I don’t know which SPI_something is related to WISP.

Is there another method or could you help me to make it happen?

The sample code is as below (pretty similar to above StackOverflow referenced link)

            RegistryKey regKey = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Wisp\Touch", true);
        if (regKey != null)
        {
            regKey.SetValue("TouchGate", 0x00000000); // Turn off touch.
            regKey.Close();

            // NOTIFY REGISTRY CHANGES TO WINDOWS
        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:09:14+00:00Added an answer on June 12, 2026 at 11:09 am

    The current answer to the question How to turn off all touch input at application, window or control level? also gives a way to make Windows to re-read registry. See: the answer’s
    internal static void Notify_SettingChange() method.

    There is no documented SPI_* constant for touch disabling in SystemParametersInfo. Moreover all the SPI_ constants there are related to accessibility features – not general features like touch.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to enable or disable all the control in a window as the
I'm programmatically trying to enable/disable System Restore in Windows 7. I have enable system
I am trying to enable Windows authentication and disable anonymous authentication for an intranet
I'm trying to disable/enable controls based on user permission using a custom security framework
I'm trying to come up with a solution to programmatically enable/disable the network card
I am trying to enable link time optimization in g++. My program compiles fine
I am trying to enable/disable a combobox based on the value or state of
Im am trying to add a check box that will enable/disable the edit button.
I am trying to enable/disable radiobuttonlist with javascript code. This javascript is working fine
I have a Chrome Extension I'm trying to add features with an enable/disable option.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.