Command Line Utility
The Insight Command Line utility (inc.exe) is a program that allow users to execute specific tasks by typing commands, giving network administrators increased flexibility in managing Insight Student computers.
To execute command line instructions with administrative privileges, launch the Command Prompt as an Administrator.
After the command lines are executed (except for commands /getConfig
and /help
), the computer will restart automatically for the changes to take effect.
Command Lines
inc.exe /help
/help aliases:
/?
-?
/h
-h
/hlp
-hlp
-help
Prints this help and usage information.
inc.exe /password <value> /getConfig
/password aliases:
-password
/pwd
-pwd
/getConfig aliases:
-getConfig
/gcfg
-gcfg
/gc
-gc
Prints the internal Faronics Insight Student Configuration settings.
inc.exe /password <value> /classId <value>
/classId aliases:
-classId
/cid
-cid
This command sets the default class ID to the value specified. The value can be any valid alphanumeric Class ID.
Example:
inc.exe /password abcd /classId LiberalArts
inc.exe /password abcd -classId "Liberal Arts 101"
inc.exe /password abcd /cid Vt#YurB%b6TgRB$
inc.exe /password abcd -cid 20250101
inc.exe /password <value> /adminPwd <value>
/adminPwd aliases:
-adminPwd
/adminPassword
-adminPassword
/apwd
-apwd
This option sets the Administrator Password on the client system using the value specified.
Example:
inc.exe /password abcd /adminPwd Zamboni
inc.exe /password abcd -adminPwd "Zamboni Monster"
inc.exe /password abcd /apwd Vt#YurB%b6TgRB$
inc.exe /password abcd -apwd 6405763
inc.exe /password <value> /connectorServer <value>
/connectorServer aliases:
-connectorServer
/cs
-cs
This option enables Insight Student to communicate with the Insight Connector located at the IP address, Hostname, or FQDN specified.
Example:
inc.exe /password abcd /connectorServer 192.168.1.10
inc.exe /password abcd -connectorServer 192.168.1.10
inc.exe /password abcd /cs 192.168.1.10
inc.exe /password abcd -cs 192.168.1.10
inc.exe /password <value> /disableConnectorServer
/disableConnectorServer aliases:
-disableConnectorServer
/dcs
-dcs
This option disables Insight Student from communicating with the Insight Connector.
inc.exe /password <value> /sharedSecret <value>
/sharedSecret aliases:
-sharedSecret
/ss
-ss
This option enables the use of the Enhanced Security option using the value specified as the Security Token.
Example:
inc.exe /password abcd /sharedSecret Cooper
inc.exe /password abcd -sharedSecret "Mini Cooper"
inc.exe /password abcd /ss Vt#YurB%b6TgRB$
inc.exe /password abcd -ss 95952872
inc.exe /password <value> /disableSharedSecret
/disableSharedSecret aliases:
-disableSharedSecret
/dss
-dss
This option disables the Enhanced Security option.
inc.exe /password <value> /suppressreboot
/suppressreboot aliases:
-suppressreboot
/sr
-sr
This option is typically used with a series of commands and suppresses the reboot of the client system after the Insight Student setting is changed. Note: Faronics Insight will not reflect the setting change until the computer is rebooted.
inc.exe /password <value> /uninstall
/uninstall aliases:
-uninstall
/ui
-ui
This option uninstalls Insight Student from the computer.
inc.exe /password <value> /showSysTrayIcon
/showSysTrayIcon aliases:
-showSysTrayIcon
/ssti
-ssti
This option configures Insight Student to show its icon on the system tray.
inc.exe /password <value> /hideSysTrayIcon
/hideSysTrayIcon aliases:
-hideSysTrayIcon
/hsti
-hsti
This option configures Insight Student to hide its icon on the system tray.
inc.exe /password <value> /studentCanChangeClassId
/studentCanChangeClassId aliases:
-studentCanChangeClassId
/sccid
-sccid
This option configures Insight Student to allow the Student to change the Class ID in Insight.
inc.exe /password <value> /disableStudentCanChangeClassId
/disableStudentCanChangeClassId aliases:
-disableStudentCanChangeClassId
/dsccid
-dsccid
This option configures Insight Student to prohibit the Student from changing the Class ID in Insight.
inc.exe /password <value> /enableKeyLogging
/enableKeyLogging aliases:
-enableKeyLogging
/kl
-kl
This option enables Insight Student to monitor and log keystrokes on the Student computer.
inc.exe /password <value> /disableKeyLogging
/disableKeyLogging aliases:
-disableKeyLogging
/dkl
-dkl
This option disables Insight Student from being able to monitor and log keystrokes.
inc.exe /password <value> /requireStudentPermission
/requireStudentPermission aliases:
-requireStudentPermission
/rsp
-rsp
This option configures Insight Student to require the approval of the Student for screenshot, screen sharing, and remote function.
inc.exe /password <value> /dontrequireStudentPermission
/dontrequireStudentPermission aliases:
-dontrequireStudentPermission
/dnrsp
-dnrsp
This option configures Insight Student to perform screenshot, screen sharing, and remote on the Student computer without requiring approval from the Student.
inc.exe /password <value> /authorizedWiFiSSIDs
Setting this option will specify the SSIDs for the wireless networks that the systems can connect to. SSIDs should be specified by entering each one separated by a comma.
Example:
inc.exe /password abcd /authorizedWiFiSSIDs "School SSID 1"
inc.exe /password abcd /authorizedWiFiSSIDs "School SSID 1", SSID2
An example installation command line is shown below:
inc.exe /pwd password /cid Math101 /cs "10.0.3.89"
Last updated