ThinKiosk Silent Installation

This article will outline few silent installation commands line for the ThinKiosk software. #TK-KB4

Written by Giuseppe

Last published at: February 28th, 2024

To install ThinKiosk silently you can simply run one of the commands below :


Prior to 7.0

Using the Default Site and not leaving the domain:

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTDEFAULTSITE=1 LEAVEDOMAIN=0 /QB


Using the Default Site, not leaving the domain  and create an installation log:

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTDEFAULTSITE=1 LEAVEDOMAIN=0 /QN /L*V "%USERPROFILE%\TK.LOG"


Using a custom Site with Username and Password, not leaving the domain and an installation log:

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTUSERNAME=xxxxxx MGMTPASSWORD=xxxx LEAVEDOMAIN=0 /QB /L*V "%USERPROFILE%\TK.LOG"


Using a Custom Site, leaving the domain, join the TKDEVICES workgroup and create and installation log

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTUSERNAME=xxxxxx MGMTPASSWORD=xxxxxxx LEAVEDOMAIN=1 WORKGROUPNAME=”TKDEVICES” DISABLECOMPUTEROBJECT=1 DOMAINUSERNAME=”Administrator” DOMAINPASSWORD=”password” /QB /L*V "%USERPROFILE%\TK.LOG"




After 7.0

Using the Default Access Key and not leaving the domain:

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTDEFAULTACCESSKEY=1 LEAVEDOMAIN=0 /QB


Using the Default Access Key, not leaving the domain  and create an installation log:

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTDEFAULTACCESSKEY=1 LEAVEDOMAIN=0 /QN /L*V "%USERPROFILE%\TK.LOG"


Using a custom Access Key with Registration Key, not leaving the domain and an installation log:

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTACCESSKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx LEAVEDOMAIN=0 /QB /L*V "%USERPROFILE%\TK.LOG"


Using a  custom Access Key with Registration Key, leaving the domain, joining the TKDEVICES workgroup and creating an installation log

  • msiexec /I ThinKioskClient-5.x.msi CONNECTIONTYPE=0 MGMTURI=https://yourServerURI/TSTMgmt MGMTACCESSKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx LEAVEDOMAIN=1 WORKGROUPNAME=”TKDEVICES” DISABLECOMPUTEROBJECT=1 DOMAINUSERNAME=”Administrator” DOMAINPASSWORD=”password” /QB /L*V "%USERPROFILE%\TK.LOG"


Complete list of parameters: