﻿Touch Driver for Windows 2000/XP/Vista/7/8/8.1/10/11

If you are running Windows 7 or Windows 2008 Server R2, please do the follow the steps below:

Step1. Ensure that the platform is upgraded to at least Service Pack 1

Step2. Install the appropriate Windows KB update for your operating system

Setp3. You can download the KB’s from links below:

https://www.catalog.update.microsoft.com/Search.aspx?q=4474419

;************************************************************
;**               command line touch utility               **
;************************************************************

Open command line touch utility
1. Open the Command Prompt with Administrative Privileges
2. Open touch utility
c:\Program Files\CoolTouch Utility\Setparams.exe

or

Usage: Setparams [options] [command] [value]

options:
D<1, 2...> [command] [value]       (setting by device number)
S<1, 2...> [command] [value]       (setting by screen number)

ALL [command] [value]              (setting all touch devices)
--path="<location path>" [command] [value]       (setting by location path)
--query                            (query device information)
--double-click-speed <200~900>       (Mouse Double Click Speed)
--double-click-area  <10~60>       (Mouse Double Click Area)

command and values(projected capacitive touch screen):
-b, --beep <0,1,2,3>                     (Beep On 0:disable, 1:down, 2:up, 3:down-and-up)
-p, --play <0,1,2>                       (Play Method 0:disable, 1:buzzer, 2:media)
-f, --freq <500~3000>                    (Sound Frequency)
-e, --dura <20~50>                       (Sound Duration)
-h, --digitizer <1,0>                    (Digitizer Mode 1:digitizer 0:mouse)
-c, --touch-mode <0,1,2>                 (Mouse Click Mode 0:mouseemu, 1:click-on-touch, 2:click-on-release)
-r, --disable-right-click <1,0>          (Mouse Auto Right-Click 0:Enable Right-Click, 1:Disable Right-Click)
-a, --right-click-time <500~4000>        (Mouse Auto Right-Click Time)

example:

Set all device to digitizer

c:\Program Files\CoolTouch Utility\Setparams.exe ALL -h 1

or

c:\Program Files\CoolTouch Utility\Setparams.exe ALL --digitizer 1

;************************************************************
Set device 1 to digitizer

c:\Program Files\CoolTouch Utility\Setparams.exe D1 -h 1

or

c:\Program Files\CoolTouch Utility\Setparams.exe D1 --digitizer 1

;************************************************************
Set screen 1 to digitizer

c:\Program Files\CoolTouch Utility\Setparams.exe S1 -h 1

or

c:\Program Files\CoolTouch Utility\Setparams.exe S1 --digitizer 1


;************************************************************
;**                      Silent instaall                   **
;************************************************************
xxx_Setup_x.x.x.x.exe /VERYSILENT /NORESTART /NOCANCEL /SUPPRESSMSGBOXES /SP-
