Customizing the toolbar

Top  Previous  Next

 

By default, the ThinRDP toolbar displays the wider range of options within reach for the end users.As an administrator, you might want to restrict the end user from accessing certain options, or give them more visibility.

 

The createToolbar parameter set to false will result in a ThinRDP connection with no ThinRDP toolbar at all. This might be useful if you want to restrict the user from all options in the toolbar.

The toolbarVisible parameter set to true, will result in the ThinRDP toolbar expanded when the connection to the remote desktop or application is established. This might be useful if, on the contrary, you want the user to be aware of the options available. If, for some reason, you think the user will not think of expanding the toolbar using the expand small arrow on top of the screen.

 

If you want a simple and straightforward configuration, you can add these parameters in the the customsettings.js. The options that you set through this method will affect all the ThinRDP connections, regardless of the session. Read more about customizing the toolbar using customsettings.js.

 

If you want to fine-tune these settings for different profiles, you can use the SDK library. Read more about customizing the toolbar using the connect method.

 

Read more about the toolbar user reference with option descriptions.