I turned it off in ease of access and in "Use the computer without a mouse or keyboard" . No difference whatsoever . Damn thing drives me crazy.
Looks like it's somehow connected with Wacom intuos since it pops only when I have Wacom pen in my hand and click somewhere in a text input field of Phooshop or SubstanceDesigner.
Replies
Andre Da Costa
Open Start, type: CMD
Right click CMD
Click Run as Administrator
At the command prompt, type the following command then hit Enter:
sc config "TabletInputService" start= disabled
sc stop "TabletInputService"
When you want to enable it, go to the command prompt then enter the following commands.
sc config "TabletInputService" start= auto
sc start "TabletInputService