Also see the How to videos
- Testing
- Layout
- TsGui Options (UI controls)
- Prebuilt configuration
- Configuring the main window
- Configuration guidelines
- Configuration imports (import from external config files)
- Authentication
TsGui includes a number of features to help you customise your UI to fit your needs.
Feature | Description/usage |
---|---|
Compliance | Pre-flight checks |
Groups and Toggles | Enable/disable UI elements |
Option Linking | Use values of one UI element in another |
Queries | Gather data for use in TsGui |
Scripts | Integration of separate scripts with TsGui |
Styles (previously Formatting) | Layout, look and feel |
TsGui Output | Saving values to Task Sequence variables or Registry |
Validation | Check user input |
tsgui.exe -config [filepath] -webconfig [url] -hash [password] -test
-config [filepath] where [filepath] is the path to a config XML file on the file system
-webconfig [url] where [url] is the URL to a config XML file on a web server. Takes precedence over -config. Note that this only downloads the config, not any dependencies e.g. images
-hash [password] where [password] is a password to be hashed for use in a Local Config Authentication block
-key [keystring] where [keystring] is the key to be used during the hash operation. Must be used with -hash
-test start TsGui in test mode
* If both -config and -webconfig are ommitted, TsGui will look for Config.xml in the same folder as tsgui.exe
Source documentation can be found in the code documentation.