AutoStart - accessibilitysoftwarehub/OpenSourceWindowsGazeControl GitHub Wiki

General Information

Name: AutoStart

Description: This class checks the registry to see if auto start is set. if it is it will run the toolbar without asking. It will also edit the registry to change autostart to on or off.

Purpose: To open the gazetoolbar automatically when the computer is turned on.

Full Description:

Note:

Method Descriptions

AutoStart Checks registry to see if auto-start is set to true.

SetOn this method goes to the registry and sets up an entry to start the gazetoolbar upon computer start. If the program does not have permission to complete this action it will not do this. Note: due to changes in the way the program installs, this shouldn't happen.

SetOff This will go into the registry and delete the entry that starts the toolbar automatically.

IsOn checks the registry to see if the gazetoolbar entry has a value or not.