No option to disable “smartsense” in synaptics touchpad driver
I am unsure what to do a this point, I've tried multiple versions of synaptics and there is no option to remove smartsense for me.
Thank you

windows drivers synaptics-touchpad
|
show 1 more comment
I am unsure what to do a this point, I've tried multiple versions of synaptics and there is no option to remove smartsense for me.
Thank you

windows drivers synaptics-touchpad
What makes you think there should be an option to remove it? Your question as it's currently written is extremely broad. You should edit the question and reduce the scope of the question.
– Ramhound
Jan 3 '17 at 20:09
Because there usually is, smartsense stops your touchpad when you type which is incredibly annoying.
– get52
Jan 3 '17 at 20:11
The option doesn't exist if you are using Windows 10
– Ramhound
Jan 3 '17 at 20:12
Have you been over the the answer(s) here: superuser.com/questions/504571/use-touchpad-while-typing ? If so, what exactly did you try, and what were the results?
– Ƭᴇcʜιᴇ007
Jan 3 '17 at 20:17
Two questions, one, is that a screenshot of your computer? Two, if so, have you tried looking into what the gear icon does. I am sure you have tried it, but incase not...
– SenorContento
Jan 3 '17 at 20:20
|
show 1 more comment
I am unsure what to do a this point, I've tried multiple versions of synaptics and there is no option to remove smartsense for me.
Thank you

windows drivers synaptics-touchpad
I am unsure what to do a this point, I've tried multiple versions of synaptics and there is no option to remove smartsense for me.
Thank you

windows drivers synaptics-touchpad
windows drivers synaptics-touchpad
edited Sep 22 '18 at 4:03
fixer1234
18.8k144982
18.8k144982
asked Jan 3 '17 at 20:08
get52get52
1282310
1282310
What makes you think there should be an option to remove it? Your question as it's currently written is extremely broad. You should edit the question and reduce the scope of the question.
– Ramhound
Jan 3 '17 at 20:09
Because there usually is, smartsense stops your touchpad when you type which is incredibly annoying.
– get52
Jan 3 '17 at 20:11
The option doesn't exist if you are using Windows 10
– Ramhound
Jan 3 '17 at 20:12
Have you been over the the answer(s) here: superuser.com/questions/504571/use-touchpad-while-typing ? If so, what exactly did you try, and what were the results?
– Ƭᴇcʜιᴇ007
Jan 3 '17 at 20:17
Two questions, one, is that a screenshot of your computer? Two, if so, have you tried looking into what the gear icon does. I am sure you have tried it, but incase not...
– SenorContento
Jan 3 '17 at 20:20
|
show 1 more comment
What makes you think there should be an option to remove it? Your question as it's currently written is extremely broad. You should edit the question and reduce the scope of the question.
– Ramhound
Jan 3 '17 at 20:09
Because there usually is, smartsense stops your touchpad when you type which is incredibly annoying.
– get52
Jan 3 '17 at 20:11
The option doesn't exist if you are using Windows 10
– Ramhound
Jan 3 '17 at 20:12
Have you been over the the answer(s) here: superuser.com/questions/504571/use-touchpad-while-typing ? If so, what exactly did you try, and what were the results?
– Ƭᴇcʜιᴇ007
Jan 3 '17 at 20:17
Two questions, one, is that a screenshot of your computer? Two, if so, have you tried looking into what the gear icon does. I am sure you have tried it, but incase not...
– SenorContento
Jan 3 '17 at 20:20
What makes you think there should be an option to remove it? Your question as it's currently written is extremely broad. You should edit the question and reduce the scope of the question.
– Ramhound
Jan 3 '17 at 20:09
What makes you think there should be an option to remove it? Your question as it's currently written is extremely broad. You should edit the question and reduce the scope of the question.
– Ramhound
Jan 3 '17 at 20:09
Because there usually is, smartsense stops your touchpad when you type which is incredibly annoying.
– get52
Jan 3 '17 at 20:11
Because there usually is, smartsense stops your touchpad when you type which is incredibly annoying.
– get52
Jan 3 '17 at 20:11
The option doesn't exist if you are using Windows 10
– Ramhound
Jan 3 '17 at 20:12
The option doesn't exist if you are using Windows 10
– Ramhound
Jan 3 '17 at 20:12
Have you been over the the answer(s) here: superuser.com/questions/504571/use-touchpad-while-typing ? If so, what exactly did you try, and what were the results?
– Ƭᴇcʜιᴇ007
Jan 3 '17 at 20:17
Have you been over the the answer(s) here: superuser.com/questions/504571/use-touchpad-while-typing ? If so, what exactly did you try, and what were the results?
– Ƭᴇcʜιᴇ007
Jan 3 '17 at 20:17
Two questions, one, is that a screenshot of your computer? Two, if so, have you tried looking into what the gear icon does. I am sure you have tried it, but incase not...
– SenorContento
Jan 3 '17 at 20:20
Two questions, one, is that a screenshot of your computer? Two, if so, have you tried looking into what the gear icon does. I am sure you have tried it, but incase not...
– SenorContento
Jan 3 '17 at 20:20
|
show 1 more comment
3 Answers
3
active
oldest
votes
Step 1:
In the Registry, go to the key
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults, and set the
value of all string entries of the formPalmKms…, to0. These
values determine the amount of ms that the touchpad stays disabled
after keyboard input has been detected.
Step 2:
- Type WIN+R and start "regedit"
- Confirm that you're an admin (a window may pop up).
- Navigate to
KEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
- Change
DeleteUserSettingsOnUpgradefrom 1 to 0
- Navigate to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
- Change
RestoreAllDefaultsfrom1 to 0
- Now you can change the ClickPad-Settings (of course, they will not be deleted after a restart, and you can change them as many times as
you want to)
Source: How to disable "Smartsense" on Synaptics Touchpad?
After you perform Step 1 and Step 2 you also want to navigate to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139 and set PalmRT to 0.
After you completed all the above steps, you will have to restart your machine, in order for the changes to take affect.
add a comment |
Open the Registry Editor, either by pressing Win+R, then type regedit in the Run dialog and hit enter, or simply typing "regedit" in Windows Start.
In the Registry go to the following key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults
and set the value of all string entries of the form
PalmKms…to0. These values determine the amount of ms that the touchpad stays disabled after keyboard input has been detected.
Then go to the key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
and change
DeleteUserSettingsOnUpgradefrom1to0
Then to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
and change
RestoreAllDefaultsfromform1to0
Now you can change the ClickPad-Settings as many times as you want, which will not be deleted after a restart.
You may also need to go to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139
and set
PalmRTto0.
After you completed all the above steps, you will have to restart your machine in order for the changes to take affect.
Convenient .reg file to do all above.
Source: How to disable "Smartsense" on Synaptics Touchpad?
add a comment |
first go to regedit and set all these values to zero.
regedit->HKEY_LOCAL_MACHINE->SOFTWARE->SYNAPTICS->SYNTP->DEFAULTS PalmKms, should be 24 in total.
It's easy, right click each one and select modify then change the value to zero.
then go settings, devices, mouse and touchpad and set touchpad to no delay
then go to additional mouse options under touchpad and click on your clickpad settings and click on the cog next to smartsense
finally move the tapping and pointing time to the left, and MOST IMPORTANTLY move the top bar FAR RIGHT not left so it's at MAX. This will solve the annoying problem once and for all. Spread the word. It,'s bar to MAX NOT min.
hiphappy1
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1163025%2fno-option-to-disable-smartsense-in-synaptics-touchpad-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Step 1:
In the Registry, go to the key
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults, and set the
value of all string entries of the formPalmKms…, to0. These
values determine the amount of ms that the touchpad stays disabled
after keyboard input has been detected.
Step 2:
- Type WIN+R and start "regedit"
- Confirm that you're an admin (a window may pop up).
- Navigate to
KEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
- Change
DeleteUserSettingsOnUpgradefrom 1 to 0
- Navigate to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
- Change
RestoreAllDefaultsfrom1 to 0
- Now you can change the ClickPad-Settings (of course, they will not be deleted after a restart, and you can change them as many times as
you want to)
Source: How to disable "Smartsense" on Synaptics Touchpad?
After you perform Step 1 and Step 2 you also want to navigate to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139 and set PalmRT to 0.
After you completed all the above steps, you will have to restart your machine, in order for the changes to take affect.
add a comment |
Step 1:
In the Registry, go to the key
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults, and set the
value of all string entries of the formPalmKms…, to0. These
values determine the amount of ms that the touchpad stays disabled
after keyboard input has been detected.
Step 2:
- Type WIN+R and start "regedit"
- Confirm that you're an admin (a window may pop up).
- Navigate to
KEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
- Change
DeleteUserSettingsOnUpgradefrom 1 to 0
- Navigate to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
- Change
RestoreAllDefaultsfrom1 to 0
- Now you can change the ClickPad-Settings (of course, they will not be deleted after a restart, and you can change them as many times as
you want to)
Source: How to disable "Smartsense" on Synaptics Touchpad?
After you perform Step 1 and Step 2 you also want to navigate to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139 and set PalmRT to 0.
After you completed all the above steps, you will have to restart your machine, in order for the changes to take affect.
add a comment |
Step 1:
In the Registry, go to the key
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults, and set the
value of all string entries of the formPalmKms…, to0. These
values determine the amount of ms that the touchpad stays disabled
after keyboard input has been detected.
Step 2:
- Type WIN+R and start "regedit"
- Confirm that you're an admin (a window may pop up).
- Navigate to
KEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
- Change
DeleteUserSettingsOnUpgradefrom 1 to 0
- Navigate to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
- Change
RestoreAllDefaultsfrom1 to 0
- Now you can change the ClickPad-Settings (of course, they will not be deleted after a restart, and you can change them as many times as
you want to)
Source: How to disable "Smartsense" on Synaptics Touchpad?
After you perform Step 1 and Step 2 you also want to navigate to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139 and set PalmRT to 0.
After you completed all the above steps, you will have to restart your machine, in order for the changes to take affect.
Step 1:
In the Registry, go to the key
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults, and set the
value of all string entries of the formPalmKms…, to0. These
values determine the amount of ms that the touchpad stays disabled
after keyboard input has been detected.
Step 2:
- Type WIN+R and start "regedit"
- Confirm that you're an admin (a window may pop up).
- Navigate to
KEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
- Change
DeleteUserSettingsOnUpgradefrom 1 to 0
- Navigate to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
- Change
RestoreAllDefaultsfrom1 to 0
- Now you can change the ClickPad-Settings (of course, they will not be deleted after a restart, and you can change them as many times as
you want to)
Source: How to disable "Smartsense" on Synaptics Touchpad?
After you perform Step 1 and Step 2 you also want to navigate to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139 and set PalmRT to 0.
After you completed all the above steps, you will have to restart your machine, in order for the changes to take affect.
edited Feb 6 '18 at 0:27
fixer1234
18.8k144982
18.8k144982
answered Jan 3 '17 at 20:18
RamhoundRamhound
20.3k156085
20.3k156085
add a comment |
add a comment |
Open the Registry Editor, either by pressing Win+R, then type regedit in the Run dialog and hit enter, or simply typing "regedit" in Windows Start.
In the Registry go to the following key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults
and set the value of all string entries of the form
PalmKms…to0. These values determine the amount of ms that the touchpad stays disabled after keyboard input has been detected.
Then go to the key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
and change
DeleteUserSettingsOnUpgradefrom1to0
Then to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
and change
RestoreAllDefaultsfromform1to0
Now you can change the ClickPad-Settings as many times as you want, which will not be deleted after a restart.
You may also need to go to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139
and set
PalmRTto0.
After you completed all the above steps, you will have to restart your machine in order for the changes to take affect.
Convenient .reg file to do all above.
Source: How to disable "Smartsense" on Synaptics Touchpad?
add a comment |
Open the Registry Editor, either by pressing Win+R, then type regedit in the Run dialog and hit enter, or simply typing "regedit" in Windows Start.
In the Registry go to the following key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults
and set the value of all string entries of the form
PalmKms…to0. These values determine the amount of ms that the touchpad stays disabled after keyboard input has been detected.
Then go to the key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
and change
DeleteUserSettingsOnUpgradefrom1to0
Then to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
and change
RestoreAllDefaultsfromform1to0
Now you can change the ClickPad-Settings as many times as you want, which will not be deleted after a restart.
You may also need to go to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139
and set
PalmRTto0.
After you completed all the above steps, you will have to restart your machine in order for the changes to take affect.
Convenient .reg file to do all above.
Source: How to disable "Smartsense" on Synaptics Touchpad?
add a comment |
Open the Registry Editor, either by pressing Win+R, then type regedit in the Run dialog and hit enter, or simply typing "regedit" in Windows Start.
In the Registry go to the following key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults
and set the value of all string entries of the form
PalmKms…to0. These values determine the amount of ms that the touchpad stays disabled after keyboard input has been detected.
Then go to the key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
and change
DeleteUserSettingsOnUpgradefrom1to0
Then to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
and change
RestoreAllDefaultsfromform1to0
Now you can change the ClickPad-Settings as many times as you want, which will not be deleted after a restart.
You may also need to go to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139
and set
PalmRTto0.
After you completed all the above steps, you will have to restart your machine in order for the changes to take affect.
Convenient .reg file to do all above.
Source: How to disable "Smartsense" on Synaptics Touchpad?
Open the Registry Editor, either by pressing Win+R, then type regedit in the Run dialog and hit enter, or simply typing "regedit" in Windows Start.
In the Registry go to the following key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPDefaults
and set the value of all string entries of the form
PalmKms…to0. These values determine the amount of ms that the touchpad stays disabled after keyboard input has been detected.
Then go to the key:
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPInstall
and change
DeleteUserSettingsOnUpgradefrom1to0
Then to
HKEY_LOCAL_MACHINESOFTWARESynapticsSynTPCpl
and change
RestoreAllDefaultsfromform1to0
Now you can change the ClickPad-Settings as many times as you want, which will not be deleted after a restart.
You may also need to go to:
HKEY_CURRENT_USERSOFTWARESynapticsSynTPTouchPadPS2_2TM3139
and set
PalmRTto0.
After you completed all the above steps, you will have to restart your machine in order for the changes to take affect.
Convenient .reg file to do all above.
Source: How to disable "Smartsense" on Synaptics Touchpad?
edited Jan 25 at 2:43
answered Dec 16 '18 at 10:16
laggingreflexlaggingreflex
1,53153370
1,53153370
add a comment |
add a comment |
first go to regedit and set all these values to zero.
regedit->HKEY_LOCAL_MACHINE->SOFTWARE->SYNAPTICS->SYNTP->DEFAULTS PalmKms, should be 24 in total.
It's easy, right click each one and select modify then change the value to zero.
then go settings, devices, mouse and touchpad and set touchpad to no delay
then go to additional mouse options under touchpad and click on your clickpad settings and click on the cog next to smartsense
finally move the tapping and pointing time to the left, and MOST IMPORTANTLY move the top bar FAR RIGHT not left so it's at MAX. This will solve the annoying problem once and for all. Spread the word. It,'s bar to MAX NOT min.
hiphappy1
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
add a comment |
first go to regedit and set all these values to zero.
regedit->HKEY_LOCAL_MACHINE->SOFTWARE->SYNAPTICS->SYNTP->DEFAULTS PalmKms, should be 24 in total.
It's easy, right click each one and select modify then change the value to zero.
then go settings, devices, mouse and touchpad and set touchpad to no delay
then go to additional mouse options under touchpad and click on your clickpad settings and click on the cog next to smartsense
finally move the tapping and pointing time to the left, and MOST IMPORTANTLY move the top bar FAR RIGHT not left so it's at MAX. This will solve the annoying problem once and for all. Spread the word. It,'s bar to MAX NOT min.
hiphappy1
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
add a comment |
first go to regedit and set all these values to zero.
regedit->HKEY_LOCAL_MACHINE->SOFTWARE->SYNAPTICS->SYNTP->DEFAULTS PalmKms, should be 24 in total.
It's easy, right click each one and select modify then change the value to zero.
then go settings, devices, mouse and touchpad and set touchpad to no delay
then go to additional mouse options under touchpad and click on your clickpad settings and click on the cog next to smartsense
finally move the tapping and pointing time to the left, and MOST IMPORTANTLY move the top bar FAR RIGHT not left so it's at MAX. This will solve the annoying problem once and for all. Spread the word. It,'s bar to MAX NOT min.
hiphappy1
first go to regedit and set all these values to zero.
regedit->HKEY_LOCAL_MACHINE->SOFTWARE->SYNAPTICS->SYNTP->DEFAULTS PalmKms, should be 24 in total.
It's easy, right click each one and select modify then change the value to zero.
then go settings, devices, mouse and touchpad and set touchpad to no delay
then go to additional mouse options under touchpad and click on your clickpad settings and click on the cog next to smartsense
finally move the tapping and pointing time to the left, and MOST IMPORTANTLY move the top bar FAR RIGHT not left so it's at MAX. This will solve the annoying problem once and for all. Spread the word. It,'s bar to MAX NOT min.
hiphappy1
answered Jan 15 '17 at 2:42
hiphappy1hiphappy1
11
11
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
add a comment |
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.
– DavidPostill♦
Jan 15 '17 at 19:17
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1163025%2fno-option-to-disable-smartsense-in-synaptics-touchpad-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What makes you think there should be an option to remove it? Your question as it's currently written is extremely broad. You should edit the question and reduce the scope of the question.
– Ramhound
Jan 3 '17 at 20:09
Because there usually is, smartsense stops your touchpad when you type which is incredibly annoying.
– get52
Jan 3 '17 at 20:11
The option doesn't exist if you are using Windows 10
– Ramhound
Jan 3 '17 at 20:12
Have you been over the the answer(s) here: superuser.com/questions/504571/use-touchpad-while-typing ? If so, what exactly did you try, and what were the results?
– Ƭᴇcʜιᴇ007
Jan 3 '17 at 20:17
Two questions, one, is that a screenshot of your computer? Two, if so, have you tried looking into what the gear icon does. I am sure you have tried it, but incase not...
– SenorContento
Jan 3 '17 at 20:20